diff options
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 |