]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
* configure.ac (native_only): Remove.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
c60ce34a
AM
12011-03-17 Alan Modra <amodra@gmail.com>
2
3 PR 12590
4 * ar.c (ranlib_main): Init arg_index properly.
5 (usage): Describe --target.
6
629e7ca8
JJ
72011-03-16 Jakub Jelinek <jakub@redhat.com>
8
9 * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
10 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
11 DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
12 (get_AT_name): Handle DW_AT_GNU_call_site_value,
13 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
14 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
15 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
16 DW_AT_GNU_all_source_call_sites.
17 (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
18 handling.
19
202011-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21
22 * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
23 (decode_location_expression): Handle DW_OP_GNU_entry_value.
24 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
25 (get_AT_name): Likewise.
26
497b9b32
MS
272011-03-14 Michael Snyder <msnyder@vmware.com>
28
0cbf3531
MS
29 * objcopy.c (set_pe_subsystem): Free subsystem.
30
c30fe01d
MS
31 * wrstabs.c (stab_start_struct_type): Close memory leak.
32
0429c154
MS
33 * readelf.c (process_version_sections): Free symbols.
34
497b9b32
MS
35 * nm.c (display_rel_file): Free symsizes.
36
8f7e76d0
NC
372011-03-10 Nick Clifton <nickc@redhat.com>
38
39 * readelf.c (get_machine_name): Update EM_V850 entry.
40
505f1412
MF
412011-03-03 Mike Frysinger <vapier@gentoo.org>
42
43 * objdump.c (usage): Fix single typo.
44 * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
45 po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
46
5115b233
AM
472011-03-01 Akos Pasztory <akos.pasztory@gmail.com>
48
49 PR binutils/12523
50 * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
51
8b6efd89
KT
522011-02-28 Kai Tietz <kai.tietz@onevision.com>
53
54 * debug.c (debug_start_source): Use filename_(n)cmp.
55 * ieee.c (ieee_finish_compilation_unit): Likewise.
56 (ieee_lineno): Likewise.
57 * nlmconv.c (main): Likewise.
58 * objcopy.c (strip_main): Likewise.
59 (copy_main): Likewise.
60 * objdump.c (show_line): Likewise.
61 (dump_reloc_set): Likewise.
62 * srconv.c (main): Likewise.
63 * wrstabs.c (stab_lineno): Likewise.
64
61865e30
NC
652011-02-24 Zachary T Welch <zwelch@codesourcery.com>
66
67 * readelf.c (decode_arm_unwind): Implement decoding of remaining
68 ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
69
47704ddf
KT
702011-02-23 Kai Tietz <kai.tietz@onevision.com>
71
72 * dwarf.c (read_leb128): Use bfd_vma instead of
73 long type.
74 (dwarf_vmatoa): New helper routine.
75 (process_extended_line_op): Use for adr bfd_vma
76 type and print those typed values via BFD_VMA_FMT
77 or via dwarf_vmatoa for localized prints.
78 (fetch_indirect_string): Adjust offset's type.
79 (decode_location_expression): Adjust argument types
80 and uvalue type.
81 (read_and_display_attr_value): Likewise.
82 (read_and_display_attr): Likewise.
83 (decode_location_expression): Adjust printf format.
84 (process_debug_info): Likewise.
85 (display_debug_lines_raw): Likewise.
86 (display_debug_lines_decoded): Likewise.
87 (display_debug_pubnames): Likewise.
88 (display_debug_loc): Likewise.
89 (display_debug_aranges): Likewise.
90 * dwarf.h (DWARF2_External_LineInfo,
91 DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
92 DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
93 DWARF2_Internal_CompUnit, DWARF2_External_ARange,
94 DWARF2_Internal_ARange): Added..
95 (read_leb128): Adjust return type.
96
822ce8ee
RW
972011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
98
99 * configure: Regenerate.
100
82f2dbf7
NC
1012011-02-08 Nick Clifton <nickc@redhat.com>
102
103 PR binutils/12467
104 * readelf.c (process_program_headers): Issue a warning if there
105 are no program headers but the file header has a non-zero program
106 header offset.
107 (process_section_headers): Issue a warning if there are no section
108 headers but the file header has a non-zero section header offset.
109 (process_section_groups): Reword the no section message so that it
110 can be distinguished from the one issued by process_section_headers.
111
6ec8b48e
JK
1122011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
113 Doug Evans <dje@google.com>
114
115 * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
116
293c573e
MR
1172011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
118
119 * readelf.c (process_object): Free dynamic_section after use.
120
2b52916e
L
1212011-01-18 H.J. Lu <hongjiu.lu@intel.com>
122
123 PR binutils/12408
124 * readelf.c (process_archive): Free and reset dump_sects
125 after processing each archive member.
126
7a88bc9c
AS
1272011-01-11 Andreas Schwab <schwab@redhat.com>
128
129 * readelf.c (print_symbol): Handle symbol characters as unsigned.
130 Whitespace fixes.
131
f7465604
NC
1322011-01-10 Nick Clifton <nickc@redhat.com>
133
134 * po/da.po: Updated Danish translation.
135
9849fbfc
NC
1362011-01-06 Vladimir Siminov <sv@sw.ru>
137
138 * bucomm.c (get_file_size): Check for negative sizes and issue a
139 warning message if encountered.
140
0db46eb4
L
1412011-01-01 H.J. Lu <hongjiu.lu@intel.com>
142
143 * version.c (print_version): Update copyright to 2011.
144
9e9e0820 145For older changes see ChangeLog-2010
252b5132
RH
146\f
147Local Variables:
148mode: change-log
149left-margin: 8
150fill-column: 74
151version-control: never
152End: