aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-06-12 11:57:40 +0000
committerNick Clifton <nickc@redhat.com>2008-06-12 11:57:40 +0000
commitb922d5904f4a0ac69d5abfc8e24826b17012f334 (patch)
tree2d7ebe1abaceacb2bfad821c219956db6808eb27 /binutils/ChangeLog
parent5590fba9534e101a6f41d7ad801442cf7af17f98 (diff)
downloadfsf-binutils-gdb-b922d5904f4a0ac69d5abfc8e24826b17012f334.zip
fsf-binutils-gdb-b922d5904f4a0ac69d5abfc8e24826b17012f334.tar.gz
fsf-binutils-gdb-b922d5904f4a0ac69d5abfc8e24826b17012f334.tar.bz2
PR binutils/6483
* objdump.c (dump_bfd): If the -g option found no STABS or IEEE debug information to display, try dumping DWARF information instead. * rddbg.c (read_debugging_info): Add a parameter to suppress the display of a warning message when no debug information is found. * budbg.h (read_debugging_info): Update prototype. * objcopy.c (copy_object): Continue to allow read_debugging_info to produce warning messages. * doc/binutils.texi (--debugging): Document new behaviour of the -g/--debugging option.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 84d7ea1..4ba9c0a 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,17 @@
+2008-06-12 Nick Clifton <nickc@redhat.com>
+
+ PR binutils/6483
+ * objdump.c (dump_bfd): If the -g option found no STABS or IEEE
+ debug information to display, try dumping DWARF information
+ instead.
+ * rddbg.c (read_debugging_info): Add a parameter to suppress the
+ display of a warning message when no debug information is found.
+ * budbg.h (read_debugging_info): Update prototype.
+ * objcopy.c (copy_object): Continue to allow read_debugging_info
+ to produce warning messages.
+ * doc/binutils.texi (--debugging): Document new behaviour of the
+ -g/--debugging option.
+
2008-06-10 Ben Elliston <bje@gnu.org>
* MAINTAINERS: Remove myself as m68k maintainer.