aboutsummaryrefslogtreecommitdiff
path: root/bfd/reloc.c
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2002-06-18 21:10:55 +0000
committerDave Brolley <brolley@redhat.com>2002-06-18 21:10:55 +0000
commit4e5ba5b7eb03f3d40fd2b6c58cf9a6bc1dfa0632 (patch)
tree1827c18c6d0100e90722371f1e4abe3db8985ba6 /bfd/reloc.c
parentd2a864148ec8a0f8b7992dc807bb109cab35678a (diff)
downloadgdb-4e5ba5b7eb03f3d40fd2b6c58cf9a6bc1dfa0632.zip
gdb-4e5ba5b7eb03f3d40fd2b6c58cf9a6bc1dfa0632.tar.gz
gdb-4e5ba5b7eb03f3d40fd2b6c58cf9a6bc1dfa0632.tar.bz2
2002-06-18 Dave Brolley <brolley@redhat.com>
From Catherine Moore, Michael Meissner, Dave Brolley: * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c * targets.c: Support bfd_elf32_frv_vec. * reloc.c: Add FRV relocs. * configure.in: Add support for bfd-elf32-frv-vec. * config.bfd (targ_cpu): Add support for frv-*-elf. * archures.c: Add frv arch and machines. * Makefile.am (ALL_MACHINES): Add cpu-frv.lo. (ALL_MACHINES_CFILES): Add cpu-frv.c. (BFD32_BACKENDS): Add elf32-frv.lo. (BFD32_BACKENDS_CFILES): Add elf32-frv.c (cpu-frv.lo): New target. (elf32-frv.lo): New target. * cpu-frv.c: New file. * elf32-frv.c: New file.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r--bfd/reloc.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c
index 8af90fc..8d5ee15 100644
--- a/bfd/reloc.c
+++ b/bfd/reloc.c
@@ -2079,6 +2079,27 @@ ENUMX
ENUMX
BFD_RELOC_MIPS_JALR
COMMENT
+ENUM
+ BFD_RELOC_FRV_LABEL16
+ENUMX
+ BFD_RELOC_FRV_LABEL24
+ENUMX
+ BFD_RELOC_FRV_LO16
+ENUMX
+ BFD_RELOC_FRV_HI16
+ENUMX
+ BFD_RELOC_FRV_GPREL12
+ENUMX
+ BFD_RELOC_FRV_GPRELU12
+ENUMX
+ BFD_RELOC_FRV_GPREL32
+ENUMX
+ BFD_RELOC_FRV_GPRELHI
+ENUMX
+ BFD_RELOC_FRV_GPRELLO
+ENUMDOC
+ Fujitsu Frv Relocations.
+COMMENT
COMMENT
ENUMDOC
MIPS ELF relocations.