Make-lang.in: Update.
authorNeil Booth <neil@daikokuya.co.uk>
Sun, 8 Jun 2003 12:24:23 +0000 (12:24 +0000)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 8 Jun 2003 12:24:23 +0000 (14:24 +0200)
2003-06-08  Neil Booth  <neil@daikokuya.co.uk>

* Make-lang.in: Update.
* misc.c: Include opts.h. Define cl_options_count and cl_options.

From-SVN: r67623

gcc/ada/ChangeLog
gcc/ada/Make-lang.in
gcc/ada/misc.c

index 2a584d0d20ce21ad5728093ec4a9ef49739d6eba..07b5c091968ee24d27964dd80cef1f5bc80d8264 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
+
+       * Make-lang.in: Update.
+       * misc.c: Include opts.h. Define cl_options_count and cl_options.
+
 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
 
        * misc.c (gnat_init_options): Update.
index 1fd77d5a5bb8ec0aa314b8dc89385d305fbfc9e5..0475aadf0ca836728a2d2b16c45c27d659e31a06 100644 (file)
@@ -1014,7 +1014,7 @@ ada/misc.o : ada/misc.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
    diagnostic.h output.h except.h $(TM_P_H) langhooks.h debug.h $(LANGHOOKS_DEF_H) \
    libfuncs.h $(OPTABS_H) ada/ada.h ada/types.h ada/atree.h ada/nlists.h \
    ada/elists.h ada/sinfo.h ada/einfo.h ada/namet.h ada/stringt.h ada/uintp.h \
-   ada/fe.h $(ADA_TREE_H) ada/gigi.h ada/adadecode.h
+   ada/fe.h $(ADA_TREE_H) ada/gigi.h ada/adadecode.h opts.h
 
 ada/targtyps.o : ada/targtyps.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
    ada/ada.h ada/types.h ada/atree.h ada/nlists.h ada/elists.h ada/uintp.h \
index 180bb9a60f9a51a19da74160a2a90e7ab1ed5db0..6937f8bbac2ddad1c3bf1e4dd0c0bf820f4fb1cd 100644 (file)
 #include "ada-tree.h"
 #include "gigi.h"
 #include "adadecode.h"
+#include "opts.h"
 
 extern FILE *asm_out_file;
 extern int save_argc;
 extern char **save_argv;
+const unsigned int cl_options_count;
+const struct cl_option cl_options[1];
 
 static size_t gnat_tree_size           PARAMS ((enum tree_code));
 static bool gnat_init                  PARAMS ((void));