2b916a8f9a40a1ddfd58b91e899b46a49c6873c1
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2012-05-30 Nick Clifton <nickc@redhat.com>
2
3 * readelf.c (process_section_headers): Correct bug in previous
4 delta - display full section type in wide mode.
5
6 2012-05-28 Nick Clifton <nickc@redhat.com>
7
8 * readelf.c (print_symbol): Display multibyte characters in symbol
9 names.
10 (process_section_headers): Use print_symbol.
11
12 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
13
14 * aclocal.m4: Regenerate.
15 * configure: Regenerate.
16 * config.in: Regenerate.
17 * Makefile.in: Regenerate.
18
19 2012-05-17 Daniel Richard G. <skunk@iskunk.org>
20 Nick Clifton <nickc@redhat.com>
21
22 PR 14072
23 * configure.in: Add check that sysdep.h has been included before
24 any system header files.
25 * configure: Regenerate.
26 * config.in: Regenerate.
27 * unwind-ia64.h: Include config.h.
28
29 2012-05-17 Alan Modra <amodra@gmail.com>
30
31 * dwarf.c (process_debug_info): Display abbrev offset in hex.
32 (display_debug_abbrev): Show offset of abbrev.
33
34 2012-05-17 Alan Modra <amodra@gmail.com>
35
36 * dwarf.c (display_debug_ranges): Don't report more than one use
37 of the same range set as an overlap.
38
39 2012-05-16 Daniel Richard G. <skunk@iskunk.org>
40
41 PR binutils/13558
42 * Makefile.am (CFILES): Add syslex_wrap.c.
43 (sysinfo): Depend upon syslex_wrap.o.
44 (syslex_wrap.o): New rule.
45 (syslex.o): Delete rule.
46 * syslex_wrap.c: New file.
47 * Makefile.in: Regenerate.
48
49 2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
50
51 * readelf.c (get_machine_name): Update m68hc12 entry.
52
53 2012-05-13 H.J. Lu <hongjiu.lu@intel.com>
54
55 * objdump.c (disassemble_bytes): Print addend as signed.
56 (dump_reloc_set): Likewise.
57
58 2012-05-04 Sterling Augustine <saugustine@google.com>
59 Cary Coutant <ccoutant@google.com>
60
61 * doc/binutils.texi: Add --dwarf-check option.
62 * dwarf.c (dwarf_check): New global flag.
63 (fetch_indexed_string): New function.
64 (fetch_indexed_value): New function.
65 (get_FORM_name): Add DW_FORM_GNU_str_index and DW_FORM_GNU_addr_index.
66 (decode_location_expression): Add DW_OP_GNU_addr_index.
67 (read_and_display_attr_value): Add DW_FORM_GNU_str_index,
68 DW_FORM_GNU_addr_index, DW_AT_GNU_addr_base, and DW_AT_GNU_ranges_base.
69 (get_AT_name): Add new attributes for Fission.
70 (process_debug_info): Load new debug sections for Fission.
71 (load_debug_info): Check for .debug_info.dwo section.
72 (display_loc_list, display_loc_list_dwo): New functions.
73 (display_debug_loc): Move logic to above two functions.
74 (display_debug_info): Choose abbrev section based on info section.
75 (display_debug_types): Likewise.
76 (display_trace_info): Likewise.
77 (comp_addr_base): New function.
78 (display_debug_addr): New function.
79 (display_debug_str_offsets): New function.
80 (display_debug_ranges): Allow missing range lists. Suppress
81 diagnostics if dwarf_check not set.
82 (debug_displays): Add column to select abbrev section.
83 * dwarf.h (enum dwarf_section_display_enum): Add new debug sections
84 for Fission.
85 (struct dwarf_section): Add abbrev_sec field.
86 (struct dwarf_section_display): New type.
87 (debug_info): Add addr_base, ranges_base fields.
88 (dwarf_check): New global variable.
89 * objdump.c (usage): Add --dwarf-check option.
90 (enum option_values): Add OPTION_DWARF_CHECK.
91 (long_options): Add --dwarf-check.
92 (main): Likewise.
93 * readelf.c (OPTION_DWARF_CHECK): New macro.
94 (options): Add --dwarf-check.
95 (parse_args): Likewise.
96 (process_section_headers): Use const_strneq instead of
97 streq.
98
99 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
100
101 PR binutils/14088
102 * readelf.c (dump_relocations): Always display addend as
103 signed hex number.
104
105 2012-05-11 Daniel Richard G. <skunk@iskunk.org>
106
107 PR binutils/14028
108 * configure.in: Invoke ACX_HEADER_STRING.
109 * configure: Regenerate.
110 * config.in: Regenerate.
111 * sysdep.h: If STRINGS_WITH_STRING is defined then include both
112 string.h and strings.h.
113
114 2012-05-10 Jakub Jelinek <jakub@redhat.com>
115
116 * dwarf.c (read_and_display_attr_value): Don't look up tag from
117 abbrev for DW_FORM_ref_addr.
118
119 2012-05-08 Sean Keys <skeys@ipdatasys.com>
120
121 * binutils/MAINTAINERS: Added my entry to the maintainers secion.
122
123 2012-05-08 Cary Coutant <ccoutant@google.com>
124
125 * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
126 (strip): Add --strip-dwo option.
127 * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
128 (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
129 (strip_options): Add --strip-dwo option.
130 (copy_options): Add --extract-dwo, --strip-dwo options.
131 (copy_usage): Likewise.
132 (strip_usage): Add --strip-dwo option.
133 (is_dwo_section): New function.
134 (is_strip_section_1): Check for DWO sections.
135 (copy_object): Check for --strip-dwo, --extract-dwo options.
136 (copy_relocations_in_section): Discard relocations for DWO sections.
137 Discard entire relocation section when no relocations.
138 (strip_main): Add --strip-dwo option.
139 (copy_main): Add --strip-dwo, --extract-dwo options.
140
141 2012-05-08 Alan Modra <amodra@gmail.com>
142
143 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
144 LC and LANG environment vars.
145 * Makefile.in: Regenerate.
146
147 2012-05-07 Tom Tromey <tromey@redhat.com>
148
149 * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
150 (get_FORM_name): Use get_DW_FORM_name.
151 (get_AT_name): Use get_DW_AT_name.
152
153 2012-05-07 Alan Modra <amodra@gmail.com>
154
155 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
156 * Makefile.in: Regenerate.
157
158 2012-05-05 Alan Modra <amodra@gmail.com>
159
160 * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
161
162 2012-05-03 Sean Keys <skeys@ipdatasys.com>
163
164 * readelf.c: Add support for XGATE.
165
166 2012-05-02 Nick Clifton <nickc@redhat.com>
167
168 * po/vi.po: Updated Vietnamese translation.
169 * po/it.po: New Italian translation.
170 * configure.in (ALL_LINGUAS): Add it.
171 * configure: Regenerate.
172
173 2012-05-01 Nick Clifton <nickc@redhat.com>
174
175 PR binutils/13121
176 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
177 AIX system headers.
178
179 2012-04-25 Cary Coutant <ccoutant@google.com>
180
181 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
182 to strip and objcopy.
183 * objcopy.c (deterministic): New global variable.
184 (strip_options): Add --enable-deterministic-archives.
185 (copy_options): Likewise.
186 (copy_usage): Likewise.
187 (strip_usage): Likewise.
188 (copy_archive): When stripping all, don't add archive map; set
189 deterministic output when requested.
190 (strip_main): Add -D/--enable-deterministic-archives option.
191 (copy_main): Likewise.
192
193 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
194
195 PR binutils/13947
196 * objcopy.c (copy_object): Call copy_relocations_in_section
197 before copy_section.
198 (skip_section): New.
199 (copy_relocations_in_section): Likewise.
200 (copy_section): Use skip_section. Don't copy relocations here.
201
202 2012-04-11 Ryan Mansfield <rmansfield@qnx.com>
203
204 * objdump.c (dump_bfd): If defaulting to dwarf call
205 dwarf_select_sections_all to enable displays.
206
207 2012-04-06 Roland McGrath <mcgrathr@google.com>
208
209 * configure.in (AC_CHECK_HEADERS): Add locale.h.
210 * config.in: Regenerate.
211 * configure: Regenerate.
212
213 2012-04-05 Nick Clifton <nickc@redhat.com>
214
215 * configure.in (AC_CHECK_FUNCS): Add setlocale.
216 (AM_LC_MESSAGES): Add.
217 * aclocal.m4: Regenerate.
218 * config.in: Regenerate.
219 * configure: Regenerate.
220
221 2012-03-30 Nick Clifton <nickc@redhat.com>
222
223 PR binutils/13925
224 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
225 returning an empty context for a function with no arguments.
226
227 2012-03-28 Tom Tromey <tromey@redhat.com>
228
229 * dwarf.c (display_gdb_index): Handle index version 6.
230
231 2012-03-07 Nick Clifton <nickc@redhat.com>
232
233 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
234
235 2012-02-29 Jeff Law <law@redhat.com>
236
237 * doc/binutils.texi (c++filt): Fix typos.
238
239 2012-02-24 Kai Tietz <ktietz@redhat.com>
240
241 PR binutils/13710
242 * defparse.y (keyword_as_name): Disable LIBRARY
243 keyword.
244 * doc/binutils.texi: Document LIBRARY exception.
245
246 2012-02-21 Kai Tietz<ktietz@redhat.com>
247
248 PR binutils/13682
249 * NEWS: Mention new feature.
250 * dlltool.c (i386_x64_dljtab): New stub-code for x64
251 delayed-load feature.
252 (i386_x64_trampoline): New trampoline-code for x64
253 delayed-load feature.
254 (make_one_lib_file): Add support for x64 delayed-load
255 feature.
256 (make_delay_head): Likewis
257
258 2012-02-20 Namhyung Kim <namhyung.kim@lge.com>
259
260 * objdump.c (slurp_file): Close file if fstat fails.
261
262 2012-02-14 Cary Coutant <ccoutant@google.com>
263
264 * dwarf.c (dwarf_vmatoa64): New function.
265 (read_and_display_attr_value): Print 8-byte forms as single hex
266 numbers.
267 (process_debug_info): Print type signatures as single hex numbers.
268 * elfcomm.c (byte_get_64): New function.
269 * elfcomm.h (byte_get_64): New function.
270
271 2012-02-11 Kai Tietz <ktietz@redhat.com>
272
273 PR binutils/13657
274 * defparse.y (%union): New type id_const.
275 (opt_name2): New rule.
276 (keyword_as_name): New rule.
277 (opt_name): Adjust rule.
278 (opt_import_name): Likewise.
279 (opt_equal_name): Likewise.
280
281 2012-02-11 Kai Tietz <ktietz@redhat.com>
282
283 PR binutils/13297
284 * resrc.c (write_rc_dialog_control): Omit text dump for
285 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
286
287 2012-02-09 Alan Modra <amodra@gmail.com>
288
289 * sysdep.h: Include sys/stat.h here.
290 * ar.c: Don't include headers already included by sysdep.h.
291 * bucomm.c: Likewise.
292 * budbg.h: Likewise.
293 * dlltool.h: Likewise.
294 * elfedit.c: Likewise.
295 * nlmconv.c: Likewise.
296 * objcopy.c: Likewise.
297 * objdump.c: Likewise.
298 * objdump.h: Likewise.
299 * readelf.c: Likewise.
300 * rename.c: Likewise.
301 * resrc.c: Likewise.
302 * strings.c: Likewise.
303 * windres.c: Likewise.
304 * od-macho.c: Ensure #include sysdep.h is first.
305 * od-xcoff.c: Likewise.
306 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
307 remove duplicate headers.
308 * dlltool.c: Likewise and ensure #include sysdep.h is first.
309
310 2012-02-01 Nick Clifton <nickc@redhat.com>
311
312 PR binutils/13493
313 * ar.c (ranlib_main): Process --plugin option.
314 * doc/binutils.texi: Document --plugin support for ranlib.
315
316 2012-02-01 Nick Clifton <nickc@redhat.com>
317
318 PR binutils/13482
319 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
320 verifying the contents of a note.
321
322 2012-01-26 Nick Clifton <nickc@redhat.com>
323
324 PR binutils/13622
325 * readelf.c (process_section_groups): If there are no section
326 headers do not scan for section groups.
327 (process_note_sections): Likewise for note sections.
328
329 2012-01-20 Tristan Gingold <gingold@adacore.com>
330
331 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
332 (options): Add an entry for seg_split_info.
333 (mach_o_help): Document it.
334 (dump_segment_split_info): New function.
335 (dump_load_command): Handle seg_split_info.
336
337 2012-01-19 Tristan Gingold <gingold@adacore.com>
338
339 * dwarf.c (process_extended_line_op): Add a cast to silent a
340 warning.
341
342 2012-01-19 Tristan Gingold <gingold@adacore.com>
343
344 * dwarf.c (process_extended_line_op): Reindent define_file output.
345 Detect define_file opcode length mismatch.
346 (display_debug_lines_decoded): Add an entry in file_table for each
347 define_file opcode.
348 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
349 Display extended opcode for unhandle opcode.
350
351 2012-01-17 Alan Modra <amodra@gmail.com>
352
353 * version.c (print_version): Update copyright message year.
354
355 2012-01-16 Alan Modra <amodra@gmail.com>
356
357 PR binutils/13593
358 * nm.c (OPTION_SIZE_SORT): Define.
359 (long_options): Don't set no_sort, sort_numerically or
360 sort_by_size directly.
361 (main): Instead set the flags here, making them mutually exclusive.
362
363 2012-01-10 Tristan Gingold <gingold@adacore.com>
364
365 * objdump.c (display_object_bfd): Renamed from ...
366 (display_bfd): ... this.
367 (display_any_bfd): New function.
368 (display_file): Split. Handle nested archives.
369
370 2012-01-09 Roland McGrath <mcgrathr@google.com>
371
372 * configure.in: Use AM_ZLIB.
373 * configure: Regenerated.
374
375 2012-01-06 Nick Clifton <nickc@redhat.com>
376
377 * po/ru.po: Updated Russian translation.
378
379 2012-01-04 Tristan Gingold <gingold@adacore.com>
380
381 * od-macho.c (dump_load_command): Handle fvmlib.
382
383 2012-01-04 Tristan Gingold <gingold@adacore.com>
384
385 * od-macho.c: Update copyright year.
386 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
387
388 For older changes see ChangeLog-2011
389 \f
390 Local Variables:
391 mode: change-log
392 left-margin: 8
393 fill-column: 74
394 version-control: never
395 End:
This page took 0.03573 seconds and 3 git commands to generate.