From: Ian Lance Taylor Date: Wed, 28 Sep 1994 17:06:41 +0000 (+0000) Subject: * objdump.c (disassemble_data): Pass the reloc buffer to free, not X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=aa39dc49cbc0e87f33bff273507169bab446806d;p=deliverable%2Fbinutils-gdb.git * objdump.c (disassemble_data): Pass the reloc buffer to free, not the pointer used to loop over the relocs. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 634ad89591..224678fdd4 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.