diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-03 22:03:55 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-03 22:03:55 +0000 |
commit | 7ca04d280d065c7749a091505e58b1066483dbb6 (patch) | |
tree | 6624cf0d129abfb9003875f7e73b546ac49c66af /ld/config.h | |
parent | d008dd076c611b53e984077a626c6c8b667988b1 (diff) | |
download | gdb-7ca04d280d065c7749a091505e58b1066483dbb6.zip gdb-7ca04d280d065c7749a091505e58b1066483dbb6.tar.gz gdb-7ca04d280d065c7749a091505e58b1066483dbb6.tar.bz2 |
Fixed some grammer ambiguities
Better error reporting
sun3 support
Diffstat (limited to 'ld/config.h')
-rw-r--r-- | ld/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/config.h b/ld/config.h index 756956c..ca4cc87 100644 --- a/ld/config.h +++ b/ld/config.h @@ -22,16 +22,18 @@ #define EMULATION_ENVIRON "LDEMULATION" /* If in there look for the strings: */ #define GLD_EMULATION_NAME "gld" +#define GLD68K_EMULATION_NAME "gld68k" #define GLD960_EMULATION_NAME "gld960" #define LNK960_EMULATION_NAME "lnk960" /* Otherwise default to this emulation */ -#define DEFAULT_EMULATION GLD960_EMULATION_NAME +#define DEFAULT_EMULATION GLD68K_EMULATION_NAME /* Look in this variable for a target format */ #define TARGET_ENVIRON "GNUTARGET" /* If not there then choose this */ #define GLD_TARGET "a.out-generic-big" +#define GLD68K_TARGET "a.out-generic-big" #define LNK960_TARGET "coff-Intel-big" #define GLD960_TARGET "b.out.big" |