diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-26 10:14:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-26 10:14:15 +0000 |
commit | a1df01d1e4a68cdb42464418b3f973871180d72e (patch) | |
tree | e516b1f464b1351ba3259584081b542e3d748528 /binutils/ChangeLog | |
parent | c8e48751a62a183ae04ea34886cd8c3f544d6e41 (diff) | |
download | gdb-a1df01d1e4a68cdb42464418b3f973871180d72e.zip gdb-a1df01d1e4a68cdb42464418b3f973871180d72e.tar.gz gdb-a1df01d1e4a68cdb42464418b3f973871180d72e.tar.bz2 |
* nm.c (display_rel_file): Don't report "no symbols" as an error.
* objdump.c (slurp_symtab): Likewise.
(slurp_dynamic_symtab): Likewise.
(dump_symbols): Likewise. Do print "no symbols" to stdout.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 928f278..8d84465 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2002-08-26 Alan Modra <amodra@bigpond.net.au> + + * nm.c (display_rel_file): Don't report "no symbols" as an error. + * objdump.c (slurp_symtab): Likewise. + (slurp_dynamic_symtab): Likewise. + (dump_symbols): Likewise. Do print "no symbols" to stdout. + 2002-08-24 Geoffrey Keating <geoffk@redhat.com> * MAINTAINERS: Change my mailing address. |