diff options
author | Alan Modra <amodra@gmail.com> | 2009-10-01 06:33:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-10-01 06:33:15 +0000 |
commit | d5e7ea07f51c7a016915f6ea261808bf3fbd430b (patch) | |
tree | 5b834494b101aa7cb3bdfc40b4a6b3eb2f66bb2c /binutils/ChangeLog | |
parent | 966d4097440bd7c3e35524bebf39d8bbe2e26fd6 (diff) | |
download | gdb-d5e7ea07f51c7a016915f6ea261808bf3fbd430b.zip gdb-d5e7ea07f51c7a016915f6ea261808bf3fbd430b.tar.gz gdb-d5e7ea07f51c7a016915f6ea261808bf3fbd430b.tar.bz2 |
* addr2line.c (slurp_symtab): Don't use bfd_read_minisymbols.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d316adc..331bc16 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2009-10-01 Alan Modra <amodra@bigpond.net.au> + + * addr2line.c (slurp_symtab): Don't use bfd_read_minisymbols. + 2009-09-29 Nick Clifton <nickc@redhat.com> * doc/binutils.texi (c++filt): Remove spurious description of @@ -88,8 +92,7 @@ 2009-09-10 Martin Thuresson <martin@mtme.org> - Update soruces to compile cleanly with -Wc++-compat: - + Update sources to compile cleanly with -Wc++-compat: * addr2line.c (slurp_symtab): Fix casts. Introduce variable minisyms to avoid aliasing varning. * ar.c: Add casts. |