aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@arm.com>2016-05-23 09:41:36 +0100
committerThomas Preud'homme <thomas.preudhomme@arm.com>2016-05-23 09:41:36 +0100
commitd7c5bd02f73408553992db3650b95b14e73820d4 (patch)
tree0c3582c859dbae479b446a2e8f4df320beaf9dfc /bfd/ChangeLog
parentdaa4adae63f91377fe9b3e8d7421a0ceb4a51e26 (diff)
downloadgdb-d7c5bd02f73408553992db3650b95b14e73820d4.zip
gdb-d7c5bd02f73408553992db3650b95b14e73820d4.tar.gz
gdb-d7c5bd02f73408553992db3650b95b14e73820d4.tar.bz2
Support for dedicated ARM stub section with padding
2016-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com> bfd/ * elf32-arm.c (arm_dedicated_stub_section_padding): New function. (elf32_arm_size_stubs): Declare stub_type in a more outer scope and account for padding for stub section requiring one. (elf32_arm_build_stubs): Add comment to stress the importance of zeroing veneer section content.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5a99dcf..8d8c24c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,13 @@
2016-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
+ * elf32-arm.c (arm_dedicated_stub_section_padding): New function.
+ (elf32_arm_size_stubs): Declare stub_type in a more outer scope and
+ account for padding for stub section requiring one.
+ (elf32_arm_build_stubs): Add comment to stress the importance of
+ zeroing veneer section content.
+
+2016-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
* bfd-in.h (bfd_elf32_arm_keep_private_stub_output_sections): Declare
bfd hook.
* bfd-in2.h: Regenerate.