aboutsummaryrefslogtreecommitdiff
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
commit329dcd78c6071872f5b230331d98337479a4fa73 (patch)
tree20a6ca6b20ca8a03750d974c3ce7ca1169ee7637 /bfd/ChangeLog
parent5ae4183a2a6e89d3502539eb169695ab22034bf1 (diff)
downloadgdb-329dcd78c6071872f5b230331d98337479a4fa73.zip
gdb-329dcd78c6071872f5b230331d98337479a4fa73.tar.gz
gdb-329dcd78c6071872f5b230331d98337479a4fa73.tar.bz2
* 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 ef2ac33..4b58436 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.