diff options
author | Doug Evans <dje@google.com> | 1998-01-20 23:14:05 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-20 23:14:05 +0000 |
commit | d707219dc926126562ee29157c7afcb3c4a04735 (patch) | |
tree | 30ba799c8228e53429a1d7225d91a3d8866b3a34 /bfd/libbfd.h | |
parent | d88f6e576fe829e15d16330928a6172735c05767 (diff) | |
download | gdb-d707219dc926126562ee29157c7afcb3c4a04735.zip gdb-d707219dc926126562ee29157c7afcb3c4a04735.tar.gz gdb-d707219dc926126562ee29157c7afcb3c4a04735.tar.bz2 |
* reloc.c (BFD_RELOC_TXVU_11_PCREL): New reloc.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
* elf32-txvu.c (txvu_elf_howto_table): Add entry for it.
(txvu_reloc_map): Likewise.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index ccf2cca..c063c51 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -804,6 +804,10 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_MN10300_32_PCREL", "BFD_RELOC_MN10300_16_PCREL", +/* start-sanitize-sky */ + "BFD_RELOC_TXVU_11_PCREL", +/* end-sanitize-sky */ + "@@overflow: BFD_RELOC_UNUSED@@", }; #endif |