Make-lang.in: Update.
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
This commit is contained in:
parent
22e494a0ae
commit
a165c30201
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -74,10 +74,13 @@
|
|||
#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));
|
||||
|
|
Loading…
Reference in New Issue