diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-26 23:51:45 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-26 23:51:45 +0000 |
commit | 9e4eebc20768c6a9b7e81a3d42f1dac9b7abe162 (patch) | |
tree | 733b3e11f71f040226c0ecf7362146d8dab5b1ae /gas/config | |
parent | a6148eeb0d09ff694aea0781f335ee86917d0179 (diff) | |
download | gdb-9e4eebc20768c6a9b7e81a3d42f1dac9b7abe162.zip gdb-9e4eebc20768c6a9b7e81a3d42f1dac9b7abe162.tar.gz gdb-9e4eebc20768c6a9b7e81a3d42f1dac9b7abe162.tar.bz2 |
* mpw-config.in: Parse target and use to generate forward includes
to tc-, obj-, and atof- files, use te-generic.h for emulation.
* mpw-make.in (VERSION): Define.
(as.c): Compile with GCC.
(TARG_OBJECTS, CLIBS): Define.
(as.new): Use LDFLAGS, TARG_OBJECTS, CLIBS and EXTRALIBS in link
command.
(config.h, config-stamp): Build.
config/ho-mpw.h (HOST_SPECIAL_INIT): Define.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/ho-mpw.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/ho-mpw.h b/gas/config/ho-mpw.h index e498df6..76ec649 100644 --- a/gas/config/ho-mpw.h +++ b/gas/config/ho-mpw.h @@ -75,4 +75,9 @@ FILE *mpw_fopen(); #define LOSING_COMPILER +/* Arrange for the debugger hook to be checked right when the assembler + starts up. */ + +#define HOST_SPECIAL_INIT(argc,argv) mpw_special_init ((argv)[0]); + /* end of ho-mpw.h */ |