diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-28 17:06:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-28 17:06:41 +0000 |
commit | aa39dc49cbc0e87f33bff273507169bab446806d (patch) | |
tree | 8b6031ed5856b52a68fe45cf9e4ce323ac4bc18c /binutils | |
parent | f81eadb499e778fc75fc0178ce226dc142f81e6b (diff) | |
download | gdb-aa39dc49cbc0e87f33bff273507169bab446806d.zip gdb-aa39dc49cbc0e87f33bff273507169bab446806d.tar.gz gdb-aa39dc49cbc0e87f33bff273507169bab446806d.tar.bz2 |
* objdump.c (disassemble_data): Pass the reloc buffer to free, not
the pointer used to loop over the relocs.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 634ad89..224678f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,21 @@ +Wed Sep 28 13:04:34 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * objdump.c (disassemble_data): Pass the reloc buffer to free, not + the pointer used to loop over the relocs. + +Sat Sep 24 16:16:57 1994 Stan Shebs (shebs@andros.cygnus.com) + + * objdump.c (disassemble_data): Cast result of xmalloc. + +Wed Sep 21 19:30:35 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * objdump.c (sorted_syms, sorted_symcount): New global variables. + (objdump_print_address): Use sorted_syms and sorted_symcount + instead of syms and symcount. + (disassemble_data): Don't bother to get the relocs before looping + over the sections. Before filtering and sorting the symbol table, + copy it into sorted_syms. + Fri Sep 16 11:27:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * objdump.c (struct objdump_disasm_info): Add field require_sec. |