PR binutils/12523
[binutils-gdb.git] / binutils / ChangeLog
1 2011-03-01 Akos Pasztory <akos.pasztory@gmail.com>
2
3 PR binutils/12523
4 * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
5
6 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
7
8 * debug.c (debug_start_source): Use filename_(n)cmp.
9 * ieee.c (ieee_finish_compilation_unit): Likewise.
10 (ieee_lineno): Likewise.
11 * nlmconv.c (main): Likewise.
12 * objcopy.c (strip_main): Likewise.
13 (copy_main): Likewise.
14 * objdump.c (show_line): Likewise.
15 (dump_reloc_set): Likewise.
16 * srconv.c (main): Likewise.
17 * wrstabs.c (stab_lineno): Likewise.
18
19 2011-02-24 Zachary T Welch <zwelch@codesourcery.com>
20
21 * readelf.c (decode_arm_unwind): Implement decoding of remaining
22 ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
23
24 2011-02-23 Kai Tietz <kai.tietz@onevision.com>
25
26 * dwarf.c (read_leb128): Use bfd_vma instead of
27 long type.
28 (dwarf_vmatoa): New helper routine.
29 (process_extended_line_op): Use for adr bfd_vma
30 type and print those typed values via BFD_VMA_FMT
31 or via dwarf_vmatoa for localized prints.
32 (fetch_indirect_string): Adjust offset's type.
33 (decode_location_expression): Adjust argument types
34 and uvalue type.
35 (read_and_display_attr_value): Likewise.
36 (read_and_display_attr): Likewise.
37 (decode_location_expression): Adjust printf format.
38 (process_debug_info): Likewise.
39 (display_debug_lines_raw): Likewise.
40 (display_debug_lines_decoded): Likewise.
41 (display_debug_pubnames): Likewise.
42 (display_debug_loc): Likewise.
43 (display_debug_aranges): Likewise.
44 * dwarf.h (DWARF2_External_LineInfo,
45 DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
46 DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
47 DWARF2_Internal_CompUnit, DWARF2_External_ARange,
48 DWARF2_Internal_ARange): Added..
49 (read_leb128): Adjust return type.
50
51 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
52
53 * configure: Regenerate.
54
55 2011-02-08 Nick Clifton <nickc@redhat.com>
56
57 PR binutils/12467
58 * readelf.c (process_program_headers): Issue a warning if there
59 are no program headers but the file header has a non-zero program
60 header offset.
61 (process_section_headers): Issue a warning if there are no section
62 headers but the file header has a non-zero section header offset.
63 (process_section_groups): Reword the no section message so that it
64 can be distinguished from the one issued by process_section_headers.
65
66 2011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
67 Doug Evans <dje@google.com>
68
69 * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
70
71 2011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
72
73 * readelf.c (process_object): Free dynamic_section after use.
74
75 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
76
77 PR binutils/12408
78 * readelf.c (process_archive): Free and reset dump_sects
79 after processing each archive member.
80
81 2011-01-11 Andreas Schwab <schwab@redhat.com>
82
83 * readelf.c (print_symbol): Handle symbol characters as unsigned.
84 Whitespace fixes.
85
86 2011-01-10 Nick Clifton <nickc@redhat.com>
87
88 * po/da.po: Updated Danish translation.
89
90 2011-01-06 Vladimir Siminov <sv@sw.ru>
91
92 * bucomm.c (get_file_size): Check for negative sizes and issue a
93 warning message if encountered.
94
95 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
96
97 * version.c (print_version): Update copyright to 2011.
98
99 For older changes see ChangeLog-2010
100 \f
101 Local Variables:
102 mode: change-log
103 left-margin: 8
104 fill-column: 74
105 version-control: never
106 End: