aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index adc6b8d..2e1fe68 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2009-05-05 Christophe lyon <christophe.lyon@st.com>
+
+ * elf32-arm.c (DEF_STUBS): New helper define.
+ (DEF_STUB): Likewise.
+ (stub_def): New type.
+ (stub_definitions): New array, containing stub template pointers
+ and sizes.
+ (arm_size_one_stub): Make use of stub_definitions.
+
2009-05-04 Dave Korn <dave.korn.cygwin@gmail.com>
* elflink.c (find_version_for_sym): Remove from here, ...