diff options
author | Steve Chamberlain <sac@cygnus> | 1992-02-06 19:43:25 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-02-06 19:43:25 +0000 |
commit | 67c7ea668f4793b3a1fb6c44cae8f7187dac1a07 (patch) | |
tree | e495be566907404f64597ae9e19d293c9d1662e2 /ld/config/coff-h8300.mt | |
parent | 2f8640fe6a981092e5a43f5ef83a4332762c6a05 (diff) | |
download | gdb-67c7ea668f4793b3a1fb6c44cae8f7187dac1a07.zip gdb-67c7ea668f4793b3a1fb6c44cae8f7187dac1a07.tar.gz gdb-67c7ea668f4793b3a1fb6c44cae8f7187dac1a07.tar.bz2 |
* config/mt-coff-h8300: use EMUL like everything else
* ldlang.c: (print_padding_statement): print the right address.
* Makefile.in, config.h, ldemul.c: renamed h8300hds to h8300hms
Diffstat (limited to 'ld/config/coff-h8300.mt')
-rw-r--r-- | ld/config/coff-h8300.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/config/coff-h8300.mt b/ld/config/coff-h8300.mt index da153b2..ce528ba 100644 --- a/ld/config/coff-h8300.mt +++ b/ld/config/coff-h8300.mt @@ -1 +1 @@ -TDEFINES = -DDEFAULT_EMULATION=H8300HDS_EMULATION_NAME +EMUL=H8300HMS_EMULATION_NAME |