diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-16 16:33:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-16 16:33:18 +0000 |
commit | 2d0546410d0e67caa4b51e755968070389681a44 (patch) | |
tree | 99ce5b131cdef6de6ac828138f3e94af0dc8f027 /binutils/ChangeLog | |
parent | 006ae0e478df91cb8b7fb57c27598f9f12cd7789 (diff) | |
download | gdb-2d0546410d0e67caa4b51e755968070389681a44.zip gdb-2d0546410d0e67caa4b51e755968070389681a44.tar.gz gdb-2d0546410d0e67caa4b51e755968070389681a44.tar.bz2 |
* objdump.c (objdump_print_address): If we can't find a smaller
symbol in the right section, look for a larger one.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 797acde..634ad89 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -2,7 +2,8 @@ Fri Sep 16 11:27:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * objdump.c (struct objdump_disasm_info): Add field require_sec. (objdump_print_address): If aux->require_sec, require that the - symbol be in aux->sec even if HAS_RELOC is not set. + symbol be in aux->sec even if HAS_RELOC is not set. If we can't + find a smaller symbol in the right section, look for a larger one. (disassemble_data): Set aux.require_sec around the objdump_print_address call for the instruction address. |