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