diff options
author | Yufeng Zhang <yufeng.zhang@arm.com> | 2012-11-16 18:33:00 +0000 |
---|---|---|
committer | Yufeng Zhang <yufeng.zhang@arm.com> | 2012-11-16 18:33:00 +0000 |
commit | 79f080079c7ea480a8b16b6d600536e628e558b4 (patch) | |
tree | c5bb7f939bf31fa11c8aa4e98bbab7b5c939d8ef /bfd/ChangeLog | |
parent | 34b600287684d6297de838a388b1f9729952aae5 (diff) | |
download | gdb-79f080079c7ea480a8b16b6d600536e628e558b4.zip gdb-79f080079c7ea480a8b16b6d600536e628e558b4.tar.gz gdb-79f080079c7ea480a8b16b6d600536e628e558b4.tar.bz2 |
bfd/ChangeLog
2012-11-16 Joey Ye <joey.ye@arm.com>
* elf32-arm.c (elf32_arm_final_link_relocate,
case R_ARM_THM_ALU_PREL_11_0, case R_ARM_THM_PC12): Align address of
the place being relocated.
(elf32_arm_final_link_relocate, case R_ARM_THM_PC8): Align address
of the place being relocated and truncate addend.
(Pa): New macro.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c1d01b7..c25ceb9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2012-11-16 Joey Ye <joey.ye@arm.com> + + * elf32-arm.c (elf32_arm_final_link_relocate, + case R_ARM_THM_ALU_PREL_11_0, case R_ARM_THM_PC12): Align address of + the place being relocated. + (elf32_arm_final_link_relocate, case R_ARM_THM_PC8): Align address + of the place being relocated and truncate addend. + (Pa): New macro. + 2012-11-14 Roland McGrath <mcgrathr@google.com> * elf32-arm.c (elf32_arm_nacl_plt0_entry): Use bic rather than bfc |