summaryrefslogtreecommitdiff
path: root/bfd/coff-mcore.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2001-01-23 11:45:53 +0000
committerKazu Hirata <kazu@codesourcery.com>2001-01-23 11:45:53 +0000
commit446c6ffcfa5dd14376c518298cfbb0ce4ab5a79c (patch)
tree85d46b954432b1acdeb2217a828b36754752e261 /bfd/coff-mcore.c
parent8ebd0f44f6c018ac7c618b8a64eb80db80659950 (diff)
downloadbinutils-redhat-446c6ffcfa5dd14376c518298cfbb0ce4ab5a79c.tar.gz
2001-01-23 Kazu Hirata <kazu@hxi.com>
* coff64-rs6000.c: Fix formatting. * coff-arm.c: Likewise. * coffgen.c: Likewise. * cofflink.c: Likewise. * coff-mcore.c: Likewise. * coff-mips.c: Likewise. * coff-pmac.c: Likewise. * coff-ppc.c: Likewise. * coff-rs6000.c: Likewise. * elf32.c: Likewise. * elf32-fr30.c: Likewise. * elf32-i370.c: Likewise. * elf32-i860.c: Likewise. * elf32-m32r.c: Likewise. * elf32-m68k.c: Likewise. * elf32-mcore.c: Likewise. * elf32-ppc.c: Likewise. * elf32-sh.c: Likewise. * elf32-v850.c: Likewise. * elf64-alpha.c: Likewise. * elf64-sparc.c: Likewise. * elflink.c: Likewise. * elflink.h: Likewise. * elf-m10200.c: Likewise. * elf-m10300.c: Likewise. * elfxx-ia64.c: Likewise.
Diffstat (limited to 'bfd/coff-mcore.c')
-rw-r--r--bfd/coff-mcore.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/coff-mcore.c b/bfd/coff-mcore.c
index edd1a90566..f5763b5aff 100644
--- a/bfd/coff-mcore.c
+++ b/bfd/coff-mcore.c
@@ -65,7 +65,6 @@ static reloc_howto_type * coff_mcore_rtype_to_howto
/* In case we're on a 32-bit machine, construct a 64-bit "-1" value
from smaller values. Start with zero, widen, *then* decrement. */
#define MINUS_ONE (((bfd_vma)0) - 1)
-
static reloc_howto_type mcore_coff_howto_table[] =
{
@@ -283,7 +282,6 @@ mcore_coff_unsupported_reloc (abfd, reloc_entry, symbol, data, input_section,
return bfd_reloc_notsupported;
}
-
/* A cheesy little macro to make the code a little more readable. */
#define HOW2MAP(bfd_rtype, mcore_rtype) \
@@ -361,7 +359,6 @@ in_reloc_p (abfd, howto)
{
return ! howto->pc_relative && howto->type != IMAGE_REL_MCORE_RVA;
}
-
/* The reloc processing routine for the optimized COFF linker. */
static boolean
@@ -560,7 +557,6 @@ coff_mcore_relocate_section (output_bfd, info, input_bfd, input_section,
return true;
}
-
/* Tailor coffcode.h -- macro heaven. */