diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-09-30 21:33:19 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-09-30 21:33:19 +0000 |
commit | 3869b11f87ee327aec785a148fc4e88f63b08c0d (patch) | |
tree | 4903b83b5722fc579c108322107beb9e7ca96890 /bfd/reloc.c | |
parent | f2c2ab6bf8597303b27212e0f8f64ca940020e66 (diff) | |
download | gdb-3869b11f87ee327aec785a148fc4e88f63b08c0d.zip gdb-3869b11f87ee327aec785a148fc4e88f63b08c0d.tar.gz gdb-3869b11f87ee327aec785a148fc4e88f63b08c0d.tar.bz2 |
* elf32-sparc.c (_bfd_sparc_elf_howto_table): R_SPARC_GLOB_JMP
renamed to R_SPARC_UNUSED_42.
(sparc_reloc_map): Delete R_SPARC_GLOB_JMP entry.
* elf64-sparc.c (_bfd_sparc_elf_howto_table): R_SPARC_GLOB_JMP
renamed to R_SPARC_UNUSED_42.
(sparc_reloc_map): Delete R_SPARC_GLOB_JMP entry.
* reloc.c (BFD_RELOC_SPARC_GLOB_JMP): Delete.
* bfd-in2.h: Regenerated.
* libbfd.h: Regenerated.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 9e31e49..6a9e8ae 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -1870,8 +1870,6 @@ ENUMX ENUMX BFD_RELOC_SPARC_WDISP19 ENUMX - BFD_RELOC_SPARC_GLOB_JMP -ENUMX BFD_RELOC_SPARC_7 ENUMX BFD_RELOC_SPARC_6 @@ -2439,6 +2437,14 @@ ENUM ENUMDOC This is a 16 bit offset from the zero data area pointer, with the bits placed non-contigously in the instruction. +ENUM + BFD_RELOC_V850_CALLT_6_7_OFFSET +ENUMDOC + This is a 6 bit offset from the call table base pointer. +ENUM + BFD_RELOC_V850_CALLT_16_16_OFFSET +ENUMDOC + This is a 16 bit offset from the call table base pointer. COMMENT {* end-sanitize-v850e *} |