Makefile.in: Rename options.c and options.h to c-options.c and c-options.h.
authorNeil Booth <neil@daikokuya.co.uk>
Sun, 8 Jun 2003 07:54:10 +0000 (07:54 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 8 Jun 2003 07:54:10 +0000 (07:54 +0000)
commit35399bdca9aeeaf8c7b0709c7767c79504944fa7
treef974599ae367c3af58eeec4d6ed163ceb9b16557
parent8eb6a092cabdf4dbf91224ed32b63935a30766dd
Makefile.in: Rename options.c and options.h to c-options.c and c-options.h.

* Makefile.in: Rename options.c and options.h to c-options.c and
c-options.h.
(OBJS): Remove options.o.
* c-opts.c: Don'tInclude c-options.h instead of options.h.
* opts.c: Don't include options.h.
(find_opt): Can't use enum opt_code or N_OPTS.
* opts.h (struct cl_option, cl_options, cl_options_count): Move from...
* opts.sh: ... here.

From-SVN: r67615
gcc/ChangeLog
gcc/c-opts.c
gcc/opts.c
gcc/opts.h
gcc/opts.sh