diff options
author | Per Bothner <per@bothner.com> | 1993-02-23 07:00:32 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-02-23 07:00:32 +0000 |
commit | 7721e5b345b7cdfd55335ec329dc12d7bf362bbb (patch) | |
tree | fde4e1bbc2275c49489a8e10359b37d523af4301 /binutils | |
parent | 85fe7cfff3a867f32fb6a178994e11637d1f77c6 (diff) | |
download | gdb-7721e5b345b7cdfd55335ec329dc12d7bf362bbb.zip gdb-7721e5b345b7cdfd55335ec329dc12d7bf362bbb.tar.gz gdb-7721e5b345b7cdfd55335ec329dc12d7bf362bbb.tar.bz2 |
* objdump.c (disassemble_data): Print function names when
given by bfd_find_nearest_line. If not - still print
line numbers.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e908c43..1eaf340 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Mon Feb 22 22:52:10 1993 Per Bothner (bothner@rtl.cygnus.com) + + * objdump.c (disassemble_data): Print function names when + given by bfd_find_nearest_line. If not - still print + line numbers. + Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com) * binutils/testsuite: made modifications to testcases, etc., to allow |