OSDN Git Service

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