diff options
author | Richard Henderson <rth@redhat.com> | 2002-02-09 22:53:53 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-02-09 22:53:53 +0000 |
commit | 7793f4d007be419ed2020614783f0797cc5e3634 (patch) | |
tree | 7efa3978b45b8ffe67154f9e1167b0f07b5bdaf3 /bfd/libbfd.h | |
parent | da966255a51ecc124f8eb1a23b8b62e1b76b75a0 (diff) | |
download | binutils-gdb-7793f4d007be419ed2020614783f0797cc5e3634.tar.gz |
* elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
(elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
(elf64_alpha_relocate_section): Likewise.
* reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
* bfd-in2.h, libbfd.h: Rebuild.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index ad99a07fe1f..d864b22e24c 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -721,6 +721,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_ALPHA_CODEADDR", "BFD_RELOC_ALPHA_GPREL_HI16", "BFD_RELOC_ALPHA_GPREL_LO16", + "BFD_RELOC_ALPHA_BRSGP", "BFD_RELOC_MIPS_JMP", "BFD_RELOC_MIPS16_JMP", "BFD_RELOC_MIPS16_GPREL", |