diff options
author | Steve Chamberlain <sac@cygnus> | 1992-01-29 16:44:09 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-01-29 16:44:09 +0000 |
commit | 0cc6a79622d952962533853939af8a91570630b5 (patch) | |
tree | b1bd58902949d2339cb29961dc115a0b0c43f1e2 /ld/config.h | |
parent | cbbdbb9f2933a0d6d64faeaa72e6e75b3fa720a3 (diff) | |
download | gdb-0cc6a79622d952962533853939af8a91570630b5.zip gdb-0cc6a79622d952962533853939af8a91570630b5.tar.gz gdb-0cc6a79622d952962533853939af8a91570630b5.tar.bz2 |
ldlnk960.c: Special #ifdef to choose little endian ony
ldgram.y: allow forward ref of section
Diffstat (limited to 'ld/config.h')
-rw-r--r-- | ld/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/config.h b/ld/config.h index b128156..b9c43a8 100644 --- a/ld/config.h +++ b/ld/config.h @@ -33,7 +33,7 @@ #define EBMON29K_EMULATION_NAME "ebmon29k" #define GLDI386AOUT_EMULATION_NAME "gldi386aout" /* Otherwise default to this emulation */ -/* Otherwise default to this emulation */ + #ifndef DEFAULT_EMULATION #ifdef GNU960 #define DEFAULT_EMULATION GLD960_EMULATION_NAME |