summaryrefslogtreecommitdiff
path: root/bfd/coff-m88k.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-11 19:03:23 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-11 19:03:23 +0000
commit97ca06251bf35b651e1f0daf75761df91469103d (patch)
tree535413c994aee4d61ceca5b5faa93e7c75e59878 /bfd/coff-m88k.c
parentd16c9d31708ada58e62157f9c16a5af173eb4d9a (diff)
downloadbinutils-redhat-97ca06251bf35b651e1f0daf75761df91469103d.tar.gz
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.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/bfd/coff-m88k.c b/bfd/coff-m88k.c
index f78377a3a4..a88b8365f1 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)