summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-07-07 16:02:32 +0000
committerNick Clifton <nickc@redhat.com>2008-07-07 16:02:32 +0000
commit51934e834520873c3eced04d1e18ba1c2dccc708 (patch)
treeb78425bde20feb6c2308480f15f641b59859a691 /bfd/ChangeLog
parent528d6ea9d24d761375a0430db19329332242313c (diff)
downloadbinutils-redhat-51934e834520873c3eced04d1e18ba1c2dccc708.tar.gz
* elf32-arm.c (arm_type_of_stub): Don't crash on local symbols in
the presence of a PLT.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ef2ac33741..4b5843604e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-07 Christophe Lyon <christophe.lyon@st.com>
+
+ * elf32-arm.c (arm_type_of_stub): Don't crash on local symbols in
+ the presence of a PLT.
+
2008-07-07 Alan Modra <amodra@bigpond.net.au>
* bfd.c (bfd_demangle): Always trim off bfd_get_symbol_leading_char.