diff options
author | Nick Clifton <nickc@redhat.com> | 1997-10-14 23:12:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-10-14 23:12:18 +0000 |
commit | 0543ba6ec81daf4c0d25d3d300dfaa9982eb11c4 (patch) | |
tree | fb9f212f8f5229279e93986faee2692283aad916 /binutils | |
parent | 3516c09c606241884f329c38c840060f99001e88 (diff) | |
download | gdb-0543ba6ec81daf4c0d25d3d300dfaa9982eb11c4.zip gdb-0543ba6ec81daf4c0d25d3d300dfaa9982eb11c4.tar.gz gdb-0543ba6ec81daf4c0d25d3d300dfaa9982eb11c4.tar.bz2 |
Add function to determine if a symbol is located at a given address.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b2ef214..04da344 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 14 16:14:35 1997 Nick Clifton <nickc@cygnus.com> + + * objdump.c (objdump_symbol_at_address): New function. Returns + true if a symbol can be found at the address passed in. + (disassemble_data): Set the symbol_at_address_func field to point + to objdump_symbol_at_address. + Fri Oct 10 14:13:09 1997 Ricahrd Henderson <rth@cygnus.com> * objcopy.c, objcopy.1, binutils.texi: "localize" is a better name |