diff options
author | 2014-04-11 12:39:03 +0100 | |
---|---|---|
committer | 2014-04-11 12:39:03 +0100 | |
commit | 85cf705b9d4c2082e5c4a41126bf773ff435d3d2 (patch) | |
tree | 04e03794419a7c068e251c0be7a378b1c2f01c13 /bfd/libbfd.h | |
parent | Check file exists before completion tests (diff) | |
download | binutils-gdb-85cf705b9d4c2082e5c4a41126bf773ff435d3d2.tar.gz binutils-gdb-85cf705b9d4c2082e5c4a41126bf773ff435d3d2.tar.bz2 binutils-gdb-85cf705b9d4c2082e5c4a41126bf773ff435d3d2.zip |
Regenerate header files after this commit:
2014-04-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* reloc.c: Add BFD_RELOC_AVR_DIFF8/16/32 relocations
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index f836f3f2593..f98a224a1db 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -2039,6 +2039,9 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_AVR_8_LO", "BFD_RELOC_AVR_8_HI", "BFD_RELOC_AVR_8_HLO", + "BFD_RELOC_AVR_DIFF8", + "BFD_RELOC_AVR_DIFF16", + "BFD_RELOC_AVR_DIFF32", "BFD_RELOC_RL78_NEG8", "BFD_RELOC_RL78_NEG16", "BFD_RELOC_RL78_NEG24", |