* dwarf.c (get_TAG_name): Use get_DW_TAG_name.
[binutils-gdb.git] / binutils / ChangeLog
1 2012-05-07 Tom Tromey <tromey@redhat.com>
2
3 * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
4 (get_FORM_name): Use get_DW_FORM_name.
5 (get_AT_name): Use get_DW_AT_name.
6
7 2012-05-07 Alan Modra <amodra@gmail.com>
8
9 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
10 * Makefile.in: Regenerate.
11
12 2012-05-05 Alan Modra <amodra@gmail.com>
13
14 * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
15
16 2012-05-03 Sean Keys <skeys@ipdatasys.com>
17
18 * readelf.c: Add support for XGATE.
19
20 2012-05-02 Nick Clifton <nickc@redhat.com>
21
22 * po/vi.po: Updated Vietnamese translation.
23 * po/it.po: New Italian translation.
24 * configure.in (ALL_LINGUAS): Add it.
25 * configure: Regenerate.
26
27 2012-05-01 Nick Clifton <nickc@redhat.com>
28
29 PR binutils/13121
30 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
31 AIX system headers.
32
33 2012-04-25 Cary Coutant <ccoutant@google.com>
34
35 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
36 to strip and objcopy.
37 * objcopy.c (deterministic): New global variable.
38 (strip_options): Add --enable-deterministic-archives.
39 (copy_options): Likewise.
40 (copy_usage): Likewise.
41 (strip_usage): Likewise.
42 (copy_archive): When stripping all, don't add archive map; set
43 deterministic output when requested.
44 (strip_main): Add -D/--enable-deterministic-archives option.
45 (copy_main): Likewise.
46
47 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
48
49 PR binutils/13947
50 * objcopy.c (copy_object): Call copy_relocations_in_section
51 before copy_section.
52 (skip_section): New.
53 (copy_relocations_in_section): Likewise.
54 (copy_section): Use skip_section. Don't copy relocations here.
55
56 2012-04-11 Ryan Mansfield <rmansfield@qnx.com>
57
58 * objdump.c (dump_bfd): If defaulting to dwarf call
59 dwarf_select_sections_all to enable displays.
60
61 2012-04-06 Roland McGrath <mcgrathr@google.com>
62
63 * configure.in (AC_CHECK_HEADERS): Add locale.h.
64 * config.in: Regenerate.
65 * configure: Regenerate.
66
67 2012-04-05 Nick Clifton <nickc@redhat.com>
68
69 * configure.in (AC_CHECK_FUNCS): Add setlocale.
70 (AM_LC_MESSAGES): Add.
71 * aclocal.m4: Regenerate.
72 * config.in: Regenerate.
73 * configure: Regenerate.
74
75 2012-03-30 Nick Clifton <nickc@redhat.com>
76
77 PR binutils/13925
78 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
79 returning an empty context for a function with no arguments.
80
81 2012-03-28 Tom Tromey <tromey@redhat.com>
82
83 * dwarf.c (display_gdb_index): Handle index version 6.
84
85 2012-03-07 Nick Clifton <nickc@redhat.com>
86
87 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
88
89 2012-02-29 Jeff Law <law@redhat.com>
90
91 * doc/binutils.texi (c++filt): Fix typos.
92
93 2012-02-24 Kai Tietz <ktietz@redhat.com>
94
95 PR binutils/13710
96 * defparse.y (keyword_as_name): Disable LIBRARY
97 keyword.
98 * doc/binutils.texi: Document LIBRARY exception.
99
100 2012-02-21 Kai Tietz<ktietz@redhat.com>
101
102 PR binutils/13682
103 * NEWS: Mention new feature.
104 * dlltool.c (i386_x64_dljtab): New stub-code for x64
105 delayed-load feature.
106 (i386_x64_trampoline): New trampoline-code for x64
107 delayed-load feature.
108 (make_one_lib_file): Add support for x64 delayed-load
109 feature.
110 (make_delay_head): Likewis
111
112 2012-02-20 Namhyung Kim <namhyung.kim@lge.com>
113
114 * objdump.c (slurp_file): Close file if fstat fails.
115
116 2012-02-14 Cary Coutant <ccoutant@google.com>
117
118 * dwarf.c (dwarf_vmatoa64): New function.
119 (read_and_display_attr_value): Print 8-byte forms as single hex
120 numbers.
121 (process_debug_info): Print type signatures as single hex numbers.
122 * elfcomm.c (byte_get_64): New function.
123 * elfcomm.h (byte_get_64): New function.
124
125 2012-02-11 Kai Tietz <ktietz@redhat.com>
126
127 PR binutils/13657
128 * defparse.y (%union): New type id_const.
129 (opt_name2): New rule.
130 (keyword_as_name): New rule.
131 (opt_name): Adjust rule.
132 (opt_import_name): Likewise.
133 (opt_equal_name): Likewise.
134
135 2012-02-11 Kai Tietz <ktietz@redhat.com>
136
137 PR binutils/13297
138 * resrc.c (write_rc_dialog_control): Omit text dump for
139 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
140
141 2012-02-09 Alan Modra <amodra@gmail.com>
142
143 * sysdep.h: Include sys/stat.h here.
144 * ar.c: Don't include headers already included by sysdep.h.
145 * bucomm.c: Likewise.
146 * budbg.h: Likewise.
147 * dlltool.h: Likewise.
148 * elfedit.c: Likewise.
149 * nlmconv.c: Likewise.
150 * objcopy.c: Likewise.
151 * objdump.c: Likewise.
152 * objdump.h: Likewise.
153 * readelf.c: Likewise.
154 * rename.c: Likewise.
155 * resrc.c: Likewise.
156 * strings.c: Likewise.
157 * windres.c: Likewise.
158 * od-macho.c: Ensure #include sysdep.h is first.
159 * od-xcoff.c: Likewise.
160 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
161 remove duplicate headers.
162 * dlltool.c: Likewise and ensure #include sysdep.h is first.
163
164 2012-02-01 Nick Clifton <nickc@redhat.com>
165
166 PR binutils/13493
167 * ar.c (ranlib_main): Process --plugin option.
168 * doc/binutils.texi: Document --plugin support for ranlib.
169
170 2012-02-01 Nick Clifton <nickc@redhat.com>
171
172 PR binutils/13482
173 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
174 verifying the contents of a note.
175
176 2012-01-26 Nick Clifton <nickc@redhat.com>
177
178 PR binutils/13622
179 * readelf.c (process_section_groups): If there are no section
180 headers do not scan for section groups.
181 (process_note_sections): Likewise for note sections.
182
183 2012-01-20 Tristan Gingold <gingold@adacore.com>
184
185 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
186 (options): Add an entry for seg_split_info.
187 (mach_o_help): Document it.
188 (dump_segment_split_info): New function.
189 (dump_load_command): Handle seg_split_info.
190
191 2012-01-19 Tristan Gingold <gingold@adacore.com>
192
193 * dwarf.c (process_extended_line_op): Add a cast to silent a
194 warning.
195
196 2012-01-19 Tristan Gingold <gingold@adacore.com>
197
198 * dwarf.c (process_extended_line_op): Reindent define_file output.
199 Detect define_file opcode length mismatch.
200 (display_debug_lines_decoded): Add an entry in file_table for each
201 define_file opcode.
202 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
203 Display extended opcode for unhandle opcode.
204
205 2012-01-17 Alan Modra <amodra@gmail.com>
206
207 * version.c (print_version): Update copyright message year.
208
209 2012-01-16 Alan Modra <amodra@gmail.com>
210
211 PR binutils/13593
212 * nm.c (OPTION_SIZE_SORT): Define.
213 (long_options): Don't set no_sort, sort_numerically or
214 sort_by_size directly.
215 (main): Instead set the flags here, making them mutually exclusive.
216
217 2012-01-10 Tristan Gingold <gingold@adacore.com>
218
219 * objdump.c (display_object_bfd): Renamed from ...
220 (display_bfd): ... this.
221 (display_any_bfd): New function.
222 (display_file): Split. Handle nested archives.
223
224 2012-01-09 Roland McGrath <mcgrathr@google.com>
225
226 * configure.in: Use AM_ZLIB.
227 * configure: Regenerated.
228
229 2012-01-06 Nick Clifton <nickc@redhat.com>
230
231 * po/ru.po: Updated Russian translation.
232
233 2012-01-04 Tristan Gingold <gingold@adacore.com>
234
235 * od-macho.c (dump_load_command): Handle fvmlib.
236
237 2012-01-04 Tristan Gingold <gingold@adacore.com>
238
239 * od-macho.c: Update copyright year.
240 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
241
242 For older changes see ChangeLog-2011
243 \f
244 Local Variables:
245 mode: change-log
246 left-margin: 8
247 fill-column: 74
248 version-control: never
249 End: