2011-03-15 01:37:53 +08:00
|
|
|
|
2011-03-14 Michael Snyder <msnyder@vmware.com>
|
|
|
|
|
|
2011-03-15 01:48:31 +08:00
|
|
|
|
* readelf.c (process_version_sections): Free symbols.
|
|
|
|
|
|
2011-03-15 01:37:53 +08:00
|
|
|
|
* nm.c (display_rel_file): Free symsizes.
|
|
|
|
|
|
2011-03-10 18:23:37 +08:00
|
|
|
|
2011-03-10 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (get_machine_name): Update EM_V850 entry.
|
|
|
|
|
|
2011-03-03 17:38:37 +08:00
|
|
|
|
2011-03-03 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
|
|
* objdump.c (usage): Fix single typo.
|
|
|
|
|
* po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
|
|
|
|
|
po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
|
|
|
|
|
|
2011-03-01 08:02:32 +08:00
|
|
|
|
2011-03-01 Akos Pasztory <akos.pasztory@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/12523
|
|
|
|
|
* readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
|
|
|
|
|
|
2011-03-01 02:32:52 +08:00
|
|
|
|
2011-02-28 Kai Tietz <kai.tietz@onevision.com>
|
|
|
|
|
|
|
|
|
|
* debug.c (debug_start_source): Use filename_(n)cmp.
|
|
|
|
|
* ieee.c (ieee_finish_compilation_unit): Likewise.
|
|
|
|
|
(ieee_lineno): Likewise.
|
|
|
|
|
* nlmconv.c (main): Likewise.
|
|
|
|
|
* objcopy.c (strip_main): Likewise.
|
|
|
|
|
(copy_main): Likewise.
|
|
|
|
|
* objdump.c (show_line): Likewise.
|
|
|
|
|
(dump_reloc_set): Likewise.
|
|
|
|
|
* srconv.c (main): Likewise.
|
|
|
|
|
* wrstabs.c (stab_lineno): Likewise.
|
|
|
|
|
|
2011-02-24 19:57:26 +08:00
|
|
|
|
2011-02-24 Zachary T Welch <zwelch@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (decode_arm_unwind): Implement decoding of remaining
|
|
|
|
|
ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
|
|
|
|
|
|
ChangeLog include/
2011-02-23 Kai Tietz <kai.tietz@onevision.com>
* dwarf2.h (_ELF_DWARF2_H): Renamed to
_DWARF2_H.
(DWARF2_External_LineInfo, DWARF2_Internal_LineInfo,
DWARF2_External_PubNames, DWARF2_Internal_PubNames,
DWARF2_External_CompUnit, DWARF2_Internal_CompUnit,
DWARF2_External_ARange, DWARF2_Internal_ARange): Removed.
ChangeLog binutils/
2011-02-23 Kai Tietz <kai.tietz@onevision.com>
* dwarf.c (read_leb128): Use bfd_vma instead of
long type.
(dwarf_vmatoa): New helper routine.
(process_extended_line_op): Use for adr bfd_vma
type and print those typed values via BFD_VMA_FMT
or via dwarf_vmatoa for localized prints.
(fetch_indirect_string): Adjust offset's type.
(decode_location_expression): Adjust argument types
and uvalue type.
(read_and_display_attr_value): Likewise.
(read_and_display_attr): Likewise.
(decode_location_expression): Adjust printf format.
(process_debug_info): Likewise.
(display_debug_lines_raw): Likewise.
(display_debug_lines_decoded): Likewise.
(display_debug_pubnames): Likewise.
(display_debug_loc): Likewise.
(display_debug_aranges): Likewise.
* dwarf.h (DWARF2_External_LineInfo,
DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
DWARF2_Internal_CompUnit, DWARF2_External_ARange,
DWARF2_Internal_ARange): Added..
(read_leb128): Adjust return type.
2011-02-23 16:52:34 +08:00
|
|
|
|
2011-02-23 Kai Tietz <kai.tietz@onevision.com>
|
|
|
|
|
|
|
|
|
|
* dwarf.c (read_leb128): Use bfd_vma instead of
|
|
|
|
|
long type.
|
|
|
|
|
(dwarf_vmatoa): New helper routine.
|
|
|
|
|
(process_extended_line_op): Use for adr bfd_vma
|
|
|
|
|
type and print those typed values via BFD_VMA_FMT
|
|
|
|
|
or via dwarf_vmatoa for localized prints.
|
|
|
|
|
(fetch_indirect_string): Adjust offset's type.
|
|
|
|
|
(decode_location_expression): Adjust argument types
|
|
|
|
|
and uvalue type.
|
|
|
|
|
(read_and_display_attr_value): Likewise.
|
|
|
|
|
(read_and_display_attr): Likewise.
|
|
|
|
|
(decode_location_expression): Adjust printf format.
|
|
|
|
|
(process_debug_info): Likewise.
|
|
|
|
|
(display_debug_lines_raw): Likewise.
|
|
|
|
|
(display_debug_lines_decoded): Likewise.
|
|
|
|
|
(display_debug_pubnames): Likewise.
|
|
|
|
|
(display_debug_loc): Likewise.
|
|
|
|
|
(display_debug_aranges): Likewise.
|
|
|
|
|
* dwarf.h (DWARF2_External_LineInfo,
|
|
|
|
|
DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
|
|
|
|
|
DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
|
|
|
|
|
DWARF2_Internal_CompUnit, DWARF2_External_ARange,
|
|
|
|
|
DWARF2_Internal_ARange): Added..
|
|
|
|
|
(read_leb128): Adjust return type.
|
|
|
|
|
|
2011-02-14 05:00:14 +08:00
|
|
|
|
2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2011-02-08 17:40:05 +08:00
|
|
|
|
2011-02-08 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/12467
|
|
|
|
|
* readelf.c (process_program_headers): Issue a warning if there
|
|
|
|
|
are no program headers but the file header has a non-zero program
|
|
|
|
|
header offset.
|
|
|
|
|
(process_section_headers): Issue a warning if there are no section
|
|
|
|
|
headers but the file header has a non-zero section header offset.
|
|
|
|
|
(process_section_groups): Reword the no section message so that it
|
|
|
|
|
can be distinguished from the one issued by process_section_headers.
|
|
|
|
|
|
2011-01-26 18:27:46 +08:00
|
|
|
|
2011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
|
|
|
|
|
Doug Evans <dje@google.com>
|
|
|
|
|
|
|
|
|
|
* dwarf.c (display_gdb_index): Support version 4, warn on version 3.
|
|
|
|
|
|
2011-01-20 02:19:54 +08:00
|
|
|
|
2011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (process_object): Free dynamic_section after use.
|
|
|
|
|
|
2011-01-19 01:43:56 +08:00
|
|
|
|
2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/12408
|
|
|
|
|
* readelf.c (process_archive): Free and reset dump_sects
|
|
|
|
|
after processing each archive member.
|
|
|
|
|
|
2011-01-11 18:46:55 +08:00
|
|
|
|
2011-01-11 Andreas Schwab <schwab@redhat.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (print_symbol): Handle symbol characters as unsigned.
|
|
|
|
|
Whitespace fixes.
|
|
|
|
|
|
2011-01-10 21:51:10 +08:00
|
|
|
|
2011-01-10 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/da.po: Updated Danish translation.
|
|
|
|
|
|
2011-01-06 19:34:28 +08:00
|
|
|
|
2011-01-06 Vladimir Siminov <sv@sw.ru>
|
|
|
|
|
|
|
|
|
|
* bucomm.c (get_file_size): Check for negative sizes and issue a
|
|
|
|
|
warning message if encountered.
|
|
|
|
|
|
2011-01-02 04:55:48 +08:00
|
|
|
|
2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* version.c (print_version): Update copyright to 2011.
|
|
|
|
|
|
2011-01-02 00:43:53 +08:00
|
|
|
|
For older changes see ChangeLog-2010
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|