mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 23:34:02 +08:00
* reloc.c (BFD_RELOC_ARM_HVC): Add.
* libbfd.h: Regenerate.
This commit is contained in:
parent
417b511093
commit
876e93c1fe
@ -1,3 +1,8 @@
|
||||
2010-10-09 John Tytgat <john@bass-software.com>
|
||||
|
||||
* reloc.c (BFD_RELOC_ARM_HVC): Add.
|
||||
* libbfd.h: Regenerate.
|
||||
|
||||
2010-10-08 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* pei-x86_64.c (find_next_xdata_or_end): Removed.
|
||||
|
@ -1408,6 +1408,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
|
||||
"BFD_RELOC_ARM_T32_ADD_PC12",
|
||||
"BFD_RELOC_ARM_SHIFT_IMM",
|
||||
"BFD_RELOC_ARM_SMC",
|
||||
"BFD_RELOC_ARM_HVC",
|
||||
"BFD_RELOC_ARM_SWI",
|
||||
"BFD_RELOC_ARM_MULTI",
|
||||
"BFD_RELOC_ARM_CP_OFF_IMM",
|
||||
|
@ -3037,6 +3037,8 @@ ENUMX
|
||||
BFD_RELOC_ARM_SHIFT_IMM
|
||||
ENUMX
|
||||
BFD_RELOC_ARM_SMC
|
||||
ENUMX
|
||||
BFD_RELOC_ARM_HVC
|
||||
ENUMX
|
||||
BFD_RELOC_ARM_SWI
|
||||
ENUMX
|
||||
|
Loading…
Reference in New Issue
Block a user