aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i860.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
commitb653e1b1521ac68fc398311345fe7df54803f1ec (patch)
treef9e78fc2031a775e9deacd975271d7c136ffb59e /bfd/elf32-i860.c
parent70256ad8ae2e7d73d603434bb2144912de0e9d89 (diff)
downloadgdb-b653e1b1521ac68fc398311345fe7df54803f1ec.zip
gdb-b653e1b1521ac68fc398311345fe7df54803f1ec.tar.gz
gdb-b653e1b1521ac68fc398311345fe7df54803f1ec.tar.bz2
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/elf32-i860.c')
-rw-r--r--bfd/elf32-i860.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elf32-i860.c b/bfd/elf32-i860.c
index 2857a16..a2e3e5d 100644
--- a/bfd/elf32-i860.c
+++ b/bfd/elf32-i860.c
@@ -541,7 +541,6 @@ static reloc_howto_type elf32_i860_howto_table [] =
0xffffffff, /* dst_mask */
false), /* pcrel_offset */
};
-
static unsigned char elf_code_to_howto_index[R_860_max + 1];
@@ -698,7 +697,6 @@ elf32_i860_info_to_howto_rela (abfd, bfd_reloc, elf_reloc)
{
bfd_reloc->howto = lookup_howto (ELF32_R_TYPE (elf_reloc->r_info));
}
-
/* Specialized relocation handler for R_860_SPLITn. These relocations
involves a 16-bit field that is split into two contiguous parts. */
@@ -1091,7 +1089,6 @@ elf32_i860_is_local_label_name (abfd, name)
return _bfd_elf_is_local_label_name (abfd, name);
}
-
#define TARGET_BIG_SYM bfd_elf32_i860_vec
#define TARGET_BIG_NAME "elf32-i860"