diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-11 19:03:23 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-11 19:03:23 +0000 |
commit | b48499ecc0faac1928a6d23684192b8960ad7b79 (patch) | |
tree | 3a64a487ce4be036e8160d1db9009dce2c60f41c /bfd/coff-m88k.c | |
parent | 935e6103d260ba36789ae58b3aba37f8d9d90e6e (diff) | |
download | gdb-b48499ecc0faac1928a6d23684192b8960ad7b79.zip gdb-b48499ecc0faac1928a6d23684192b8960ad7b79.tar.gz gdb-b48499ecc0faac1928a6d23684192b8960ad7b79.tar.bz2 |
2000-11-11 Kazu Hirata <kazu@hxi.com>
* coff-i960.c: Likewise.
* coff-m68k.c: Likewise.
* coff-m88k.c: Likewise.
* coff-mcore.c: Likewise.
* coff-mips.c: Likewise.
Diffstat (limited to 'bfd/coff-m88k.c')
-rw-r--r-- | bfd/coff-m88k.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bfd/coff-m88k.c b/bfd/coff-m88k.c index f78377a..a88b836 100644 --- a/bfd/coff-m88k.c +++ b/bfd/coff-m88k.c @@ -51,7 +51,7 @@ m88k_is_local_label_name (abfd, name) return name[0] == '@'; } -static bfd_reloc_status_type +static bfd_reloc_status_type m88k_special_reloc (abfd, reloc_entry, symbol, data, input_section, output_bfd, error_message) bfd *abfd; @@ -144,7 +144,7 @@ m88k_special_reloc (abfd, reloc_entry, symbol, data, return bfd_reloc_ok; } -static reloc_howto_type howto_table[] = +static reloc_howto_type howto_table[] = { HOWTO (R_PCR16L, /* type */ 02, /* rightshift */ @@ -250,12 +250,10 @@ rtype2howto (cache_ptr, dst) #define RTYPE2HOWTO(cache_ptr, dst) rtype2howto (cache_ptr, dst) - /* Code to swap in the reloc offset */ #define SWAP_IN_RELOC_OFFSET bfd_h_get_16 #define SWAP_OUT_RELOC_OFFSET bfd_h_put_16 - #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ reloc_processing(relent, reloc, symbols, abfd, section) |