aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2009-05-05 13:16:56 +0000
committerChristophe Lyon <christophe.lyon@st.com>2009-05-05 13:16:56 +0000
commit738a79f66913b32e392c15c1373c1ea39f808914 (patch)
tree4fc56de286e66f86ab749f9c437cb202850dca6a /bfd/ChangeLog
parentf698437e4b9dd8235f06d0cd46382ec506c3e0be (diff)
downloadgdb-738a79f66913b32e392c15c1373c1ea39f808914.zip
gdb-738a79f66913b32e392c15c1373c1ea39f808914.tar.gz
gdb-738a79f66913b32e392c15c1373c1ea39f808914.tar.bz2
2009-05-05 Christophe lyon <christophe.lyon@st.com>
bfd/ * 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.
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, ...