]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
2012-11-09 Nick Clifton <nickc@redhat.com>
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2012-11-09 Nick Clifton <nickc@redhat.com>
2
3 * readelf.c (get_machine_flags): Add support for E_FLAG_RX_ABI.
4
5 2012-11-09 H.J. Lu <hongjiu.lu@intel.com>
6
7 * coffgrok.c (coff_grok): Remove trailing redundant `;'.
8 * resrc.c (open_input_stream): Likewise.
9
10 2012-11-08 Alan Modra <amodra@gmail.com>
11
12 * po/POTFILES.in: Regenerate.
13
14 2012-11-07 H.J. Lu <hongjiu.lu@intel.com>
15
16 * objcopy.c (copy_section): Don't read beyond section end.
17
18 2012-11-06 H.J. Lu <hongjiu.lu@intel.com>
19
20 PR binutils/14567
21 * Makefile.am (BFDTEST2_PROG): New.
22 (bfdtest2_DEPENDENCIES): Likewise.
23 (TEST_PROGS): Add $(BFDTEST2_PROG).
24 * Makefile.in: Regenerated.
25 * bfdtest2.c: New file.
26
27 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
28
29 * MAINTAINERS: Update my email address.
30
31 2012-11-05 Alan Modra <amodra@gmail.com>
32
33 * configure.in: Apply 2012-09-10 change to config.in here. Add
34 __CONFIG_H__ check.
35 * config.in: Regenerate.
36
37 2012-11-01 Tom Tromey <tromey@redhat.com>
38
39 * readelf.c (get_note_type): Handle NT_386_TLS, NT_386_IOPERM.
40
41 2012-10-30 Nick Clifton <nickc@redhat.com>
42
43 PR binutils/14779
44 * configure.in: Add checks for wchar.h and mbstate_t.
45 * config.in: Regenerate.
46 * configure: Regenerate.
47 * readelf.c: Conditionally include wchar.h.
48 (print_symbol): Conditionally use mbstate_t.
49
50 2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
51
52 * readelf.c (decode_ARM_machine_flags): Recognise and display the
53 new ARM hard-float/soft-float ABI flags for EABI_VER5. Split out
54 the code for EABI_VER4 and EABI_VER5 to allow this.
55
56 2012-10-29 Alan Modra <amodra@gmail.com>
57
58 * dlltool.c (INIT_SEC_DATA): Move.
59 (secdata <DLLTOOL_PPC>): Use here too.
60
61 2012-10-26 Nick Clifton <nickc@redhat.com>
62
63 * po/hr.po: New Croation translation.
64 * configure.in (ALL_LINGUAS): Add hr.
65 * configure: Regenerate.
66
67 2012-10-23 Cary Coutant <ccoutant@google.com>
68
69 * dwarf.c (do_debug_addr, do_debug_cu_index): New global flags.
70 (load_debug_info): Fix typo.
71 (cu_tu_indexes_read, shndx_pool, shndx_pool_size, shndx_pool_used):
72 New global variables.
73 (prealloc_cu_tu_list, add_shndx_to_cu_tu_entry, end_cu_tu_entry)
74 (process_cu_tu_index, load_cu_tu_indexes, find_cu_tu_set)
75 (display_cu_index): New functions.
76 (dwarf_select_sections_by_names): Add "debug_addr", "cu_index".
77 Sort entries alphabetically.
78 (dwarf_select_sections_all): Set do_debug_addr, do_debug_cu_index.
79 (debug_displays): Add .debug_cu_index, .debug_tu_index.
80 Clean up formatting.
81 * dwarf.h (dwarf_section_display_enum): Add dwp_cu_index,
82 dwp_tu_index.
83 (do_debug_addr, do_debug_cu_index): New global flags.
84 (find_cu_tu_set): New function declaration.
85 * objdump.c (usage): Add --dwarf=addr, --dwarf=cu_index.
86 * readelf.c (find_section_in_set): New function.
87 (usage): Add --debug-dump=addr, --debug_dump=cu_index.
88 (process_section_headers): Check do_debug_addr and do_debug_cu_index.
89 (section_subset): New global variable.
90 (load_debug_section): Restrict search to section subset.
91 (display_debug_section): Add section index as paramter. Select subset
92 of sections when dumping a .dwp file. Update caller.
93
94 2012-10-23 Tom Tromey <tromey@redhat.com>
95
96 * readelf.c (get_note_type): Handle NT_SIGINFO, NT_FILE.
97 (print_core_note): New function.
98 (process_note): Call it.
99
100 2012-10-21 H.J. Lu <hongjiu.lu@intel.com>
101
102 * objdump.c (dump_dwarf): Handle bfd_mach_x64_32 and
103 bfd_mach_x64_32_intel_syntax.
104
105 2012-10-21 Alan Modra <amodra@gmail.com>
106
107 * objdump.c (load_specific_debug_section): Use
108 bfd_cache_section_contents.
109
110 2012-10-18 Kai Tietz <ktietz@redhat.com>
111
112 * objdump.c (dump_bfd): Call dump headers after
113 call of slurp_symtab.
114
115 * objcopy.c (is_strip_section_1): Don't strip
116 .reloc section by default.
117
118 2012-10-11 Doug Evans <dje@google.com>
119
120 * dwarf.c (display_gdb_index): Include static/global information
121 of each symbol.
122
123 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
124
125 * configure: Regenerate.
126
127 2012-09-10 Matthias Klose <doko@ubuntu.com>
128
129 * config.in: Disable sanity check for kfreebsd.
130
131 2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
132
133 * configure: Regenerated.
134
135 2012-09-06 Cary Coutant <ccoutant@google.com>
136
137 * dwarf.c (decode_location_expression): Add
138 DW_OP_GNU_const_index.
139
140 2012-09-06 Nick Clifton <nickc@redhat.com>
141
142 * doc/binutils.texi (nm): Alpha-sort the option descriptions.
143 Add description of the --synthetic option.
144
145 2012-09-04 H.J. Lu <hongjiu.lu@intel.com>
146
147 PR binutils/14493
148 * readelf.c (get_symbol_index_type): Check bad section index.
149
150 2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
151
152 * readelf.c (arm_attr_tag_CPU_arch): Update for ARMv8.
153 (arm_attr_tag_FP_arch): Likewise.
154 (arm_attr_tag_Advanced_SIMD_arch): Likewise.
155
156 2012-08-17 Yuri Chornoivan <yurchor@ukr.net>
157
158 * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
159
160 2012-08-16 H.J. Lu <hongjiu.lu@intel.com>
161
162 PR binutils/14481
163 * Makefile.am (BFDTEST1_PROG): New.
164 (TEST_PROGS): Likewise.
165 (bfdtest1_DEPENDENCIES): Likewise.
166 (noinst_PROGRAMS): Add $(TEST_PROGS).
167 * Makefile.in: Regenerated.
168
169 * bfdtest1.c: New file.
170
171 2012-08-13 Ian Bolton <ian.bolton@arm.com>
172 Laurent Desnogues <laurent.desnogues@arm.com>
173 Jim MacArthur <jim.macarthur@arm.com>
174 Marcus Shawcroft <marcus.shawcroft@arm.com>
175 Nigel Stephens <nigel.stephens@arm.com>
176 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
177 Richard Earnshaw <rearnsha@arm.com>
178 Sofiane Naci <sofiane.naci@arm.com>
179 Tejas Belagod <tejas.belagod@arm.com>
180 Yufeng Zhang <yufeng.zhang@arm.com>
181
182 * readelf.c (guess_is_rela): Handle EM_AARCH64.
183 (get_machine_name): Likewise.
184 (get_aarch64_segment_type): New function.
185 (get_segment_type): Handle EM_AARCH64 by calling the new function.
186 (get_aarch64_section_type_name): New function.
187 (get_section_type_name): Handle EM_AARCH64 by calling the new function.
188 (is_32bit_abs_reloc): Handle EM_AARCH64.
189 (is_32bit_pcrel_reloc): Likewise.
190 (is_64bit_abs_reloc): Likewise.
191 (is_64bit_pcrel_reloc): Likewise.
192 (is_none_reloc): Likewise.
193
194 2012-08-09 Nick Clifton <nickc@redhat.com>
195
196 * po/vi.po: Updated Vietnamese translation.
197
198 2012-08-03 Tom Tromey <tromey@redhat.com>
199
200 * dlltool.c (scan_obj_file): Close arfile after calling
201 bfd_openr_next_archived_file.
202
203 2012-08-02 H.J. Lu <hongjiu.lu@intel.com>
204
205 PR binutils/14420
206 * dwarf.c (process_abbrev_section): Add attribute terminator.
207 Warn missing section terminator.
208 (get_FORM_name): Special check for 0 value.
209 (get_AT_name): Likewise.
210 (process_debug_info): Display zero abbrev number. Check
211 attribute terminator.
212
213 2012-07-30 Nick Clifton <nickc@redhat.com>
214
215 * po/binutils.pot: Updated template.
216 * po/bg.po: Updated Bulgarian translation.
217 * po/es.po: Updated Spanish translation.
218 * po/fi.po: Updated Finnish translation.
219 * po/fr.po: Updated French translation.
220 * po/uk.po: Updated Ukranian translation.
221
222 2012-07-28 Kai Tietz <ktietz@redhat.com>
223
224 * rcparse.y (FILEVERSION): Use optcnumexpr instead of cnumexpr.
225 (PRODUCTVERSION): Likewise.
226
227 2012-07-27 Mike Frysinger <vapier@gentoo.org>
228
229 * configure.in (BFD_VERSION): Run bfd/configure --version and
230 parse the output of that.
231 * configure: Regenerate.
232
233 2012-07-27 Tristan Gingold <gingold@adacore.com>
234
235 * NEWS: Add marker for 2.23.
236
237 2012-07-24 Teresa Johnson <tejohnson@google.com>
238
239 * addr2line.c (find_address_in_section): Invoke
240 bfd_find_nearest_line_discriminator to get the discriminator.
241 (find_offset_in_section): Likewise.
242 (translate_addresses): Print discriminator if it is non-zero.
243 * objdump.c (show_line): Invoke
244 bfd_find_nearest_line_discriminator to get the discriminator,
245 and keep track of prev_discriminator. Print discriminator
246 if it is non-zero.
247 (disassemble_data): Initialize prev_discriminator.
248 (dump_reloc_set): Invoke bfd_find_nearest_line_discriminator
249 to get the discriminator, and keep track of last_discriminator.
250 Print discriminator if it is non-zero.
251
252 2012-07-17 Nick Clifton <nickc@redhat.com>
253
254 * elfcomm.c (setup_archive): Extract index table and symbol table
255 scanning code into...
256 (process_archive_index_and_symbols): ... this function and add
257 support for 64-bit index tables.
258 * elfcomm.h (struct archive_info): Change type of index_num and
259 index_array to elf_vma.
260 Add 'uses_64bit_indicies' field.
261 * readelf.c (process_archive): Fix support for 64-bit indicies.
262
263 2012-07-03 Nick Clifton <nickc@redhat.com>
264
265 * readelf.c (process_archive): Display member indicies when
266 dumping index.
267
268 2012-07-02 Tom Tromey <tromey@redhat.com>
269
270 * dwarf.c: Include gdb-index.h.
271 (display_gdb_index): Handle version 7.
272
273 2012-06-29 H.J. Lu <hongjiu.lu@intel.com>
274
275 * nm.c (filter_symbols): Simplify global symbol handling.
276
277 2012-06-29 Francois Gouget <fgouget@codeweavers.com>
278
279 PR binutils/14302
280 * bucomm.c (print_arelt_descr): Correctly report the archive size
281 field (for 'ar tv').
282 * ar.c (print_contents): Use correct types for archive element
283 sizes (for 'ar p').
284 (extract_file): Likewise (for 'ar x').
285
286 2012-06-29 Alan Modra <amodra@gmail.com>
287
288 * readelf.c (is_16bit_abs_reloc): Handle mn10200 reloc.
289
290 2012-06-12 Tom Tromey <tromey@redhat.com>
291
292 * dwarf-mode.el: Add final comment. Bump version.
293 (dwarf-insert-substructure-button): Use string-to-number.
294 (dwarf-browse): Fix autoload cookie.
295
296 2012-06-08 Jakub Jelinek <jakub@redhat.com>
297
298 * dwarf.c (read_and_display_attr_value): Handle
299 DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt.
300 (display_debug_macro): Handle DW_MACRO_GNU_define_indirect_alt,
301 DW_MACRO_GNU_undef_indirect_alt and
302 DW_MACRO_GNU_transparent_include_alt.
303
304 2012-06-01 Alan Modra <amodra@gmail.com>
305
306 * addr2line.c (translate_addresses): Truncate input addresses to
307 arch_size bits. Avoid undefined shift. Print '?' for zero line.
308
309 2012-05-30 Nick Clifton <nickc@redhat.com>
310
311 * readelf.c (process_section_headers): Correct bug in previous
312 delta - display full section type in wide mode.
313
314 2012-05-28 Nick Clifton <nickc@redhat.com>
315
316 * readelf.c (print_symbol): Display multibyte characters in symbol
317 names.
318 (process_section_headers): Use print_symbol.
319
320 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
321
322 * aclocal.m4: Regenerate.
323 * configure: Regenerate.
324 * config.in: Regenerate.
325 * Makefile.in: Regenerate.
326
327 2012-05-17 Daniel Richard G. <skunk@iskunk.org>
328 Nick Clifton <nickc@redhat.com>
329
330 PR 14072
331 * configure.in: Add check that sysdep.h has been included before
332 any system header files.
333 * configure: Regenerate.
334 * config.in: Regenerate.
335 * unwind-ia64.h: Include config.h.
336
337 2012-05-17 Alan Modra <amodra@gmail.com>
338
339 * dwarf.c (process_debug_info): Display abbrev offset in hex.
340 (display_debug_abbrev): Show offset of abbrev.
341
342 2012-05-17 Alan Modra <amodra@gmail.com>
343
344 * dwarf.c (display_debug_ranges): Don't report more than one use
345 of the same range set as an overlap.
346
347 2012-05-16 Daniel Richard G. <skunk@iskunk.org>
348
349 PR binutils/13558
350 * Makefile.am (CFILES): Add syslex_wrap.c.
351 (sysinfo): Depend upon syslex_wrap.o.
352 (syslex_wrap.o): New rule.
353 (syslex.o): Delete rule.
354 * syslex_wrap.c: New file.
355 * Makefile.in: Regenerate.
356
357 2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
358
359 * readelf.c (get_machine_name): Update m68hc12 entry.
360
361 2012-05-13 H.J. Lu <hongjiu.lu@intel.com>
362
363 * objdump.c (disassemble_bytes): Print addend as signed.
364 (dump_reloc_set): Likewise.
365
366 2012-05-04 Sterling Augustine <saugustine@google.com>
367 Cary Coutant <ccoutant@google.com>
368
369 * doc/binutils.texi: Add --dwarf-check option.
370 * dwarf.c (dwarf_check): New global flag.
371 (fetch_indexed_string): New function.
372 (fetch_indexed_value): New function.
373 (get_FORM_name): Add DW_FORM_GNU_str_index and DW_FORM_GNU_addr_index.
374 (decode_location_expression): Add DW_OP_GNU_addr_index.
375 (read_and_display_attr_value): Add DW_FORM_GNU_str_index,
376 DW_FORM_GNU_addr_index, DW_AT_GNU_addr_base, and DW_AT_GNU_ranges_base.
377 (get_AT_name): Add new attributes for Fission.
378 (process_debug_info): Load new debug sections for Fission.
379 (load_debug_info): Check for .debug_info.dwo section.
380 (display_loc_list, display_loc_list_dwo): New functions.
381 (display_debug_loc): Move logic to above two functions.
382 (display_debug_info): Choose abbrev section based on info section.
383 (display_debug_types): Likewise.
384 (display_trace_info): Likewise.
385 (comp_addr_base): New function.
386 (display_debug_addr): New function.
387 (display_debug_str_offsets): New function.
388 (display_debug_ranges): Allow missing range lists. Suppress
389 diagnostics if dwarf_check not set.
390 (debug_displays): Add column to select abbrev section.
391 * dwarf.h (enum dwarf_section_display_enum): Add new debug sections
392 for Fission.
393 (struct dwarf_section): Add abbrev_sec field.
394 (struct dwarf_section_display): New type.
395 (debug_info): Add addr_base, ranges_base fields.
396 (dwarf_check): New global variable.
397 * objdump.c (usage): Add --dwarf-check option.
398 (enum option_values): Add OPTION_DWARF_CHECK.
399 (long_options): Add --dwarf-check.
400 (main): Likewise.
401 * readelf.c (OPTION_DWARF_CHECK): New macro.
402 (options): Add --dwarf-check.
403 (parse_args): Likewise.
404 (process_section_headers): Use const_strneq instead of
405 streq.
406
407 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
408
409 PR binutils/14088
410 * readelf.c (dump_relocations): Always display addend as
411 signed hex number.
412
413 2012-05-11 Daniel Richard G. <skunk@iskunk.org>
414
415 PR binutils/14028
416 * configure.in: Invoke ACX_HEADER_STRING.
417 * configure: Regenerate.
418 * config.in: Regenerate.
419 * sysdep.h: If STRINGS_WITH_STRING is defined then include both
420 string.h and strings.h.
421
422 2012-05-10 Jakub Jelinek <jakub@redhat.com>
423
424 * dwarf.c (read_and_display_attr_value): Don't look up tag from
425 abbrev for DW_FORM_ref_addr.
426
427 2012-05-08 Sean Keys <skeys@ipdatasys.com>
428
429 * binutils/MAINTAINERS: Added my entry to the maintainers secion.
430
431 2012-05-08 Cary Coutant <ccoutant@google.com>
432
433 * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
434 (strip): Add --strip-dwo option.
435 * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
436 (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
437 (strip_options): Add --strip-dwo option.
438 (copy_options): Add --extract-dwo, --strip-dwo options.
439 (copy_usage): Likewise.
440 (strip_usage): Add --strip-dwo option.
441 (is_dwo_section): New function.
442 (is_strip_section_1): Check for DWO sections.
443 (copy_object): Check for --strip-dwo, --extract-dwo options.
444 (copy_relocations_in_section): Discard relocations for DWO sections.
445 Discard entire relocation section when no relocations.
446 (strip_main): Add --strip-dwo option.
447 (copy_main): Add --strip-dwo, --extract-dwo options.
448
449 2012-05-08 Alan Modra <amodra@gmail.com>
450
451 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
452 LC and LANG environment vars.
453 * Makefile.in: Regenerate.
454
455 2012-05-07 Tom Tromey <tromey@redhat.com>
456
457 * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
458 (get_FORM_name): Use get_DW_FORM_name.
459 (get_AT_name): Use get_DW_AT_name.
460
461 2012-05-07 Alan Modra <amodra@gmail.com>
462
463 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
464 * Makefile.in: Regenerate.
465
466 2012-05-05 Alan Modra <amodra@gmail.com>
467
468 * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
469
470 2012-05-03 Sean Keys <skeys@ipdatasys.com>
471
472 * readelf.c: Add support for XGATE.
473
474 2012-05-02 Nick Clifton <nickc@redhat.com>
475
476 * po/vi.po: Updated Vietnamese translation.
477 * po/it.po: New Italian translation.
478 * configure.in (ALL_LINGUAS): Add it.
479 * configure: Regenerate.
480
481 2012-05-01 Nick Clifton <nickc@redhat.com>
482
483 PR binutils/13121
484 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
485 AIX system headers.
486
487 2012-04-25 Cary Coutant <ccoutant@google.com>
488
489 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
490 to strip and objcopy.
491 * objcopy.c (deterministic): New global variable.
492 (strip_options): Add --enable-deterministic-archives.
493 (copy_options): Likewise.
494 (copy_usage): Likewise.
495 (strip_usage): Likewise.
496 (copy_archive): When stripping all, don't add archive map; set
497 deterministic output when requested.
498 (strip_main): Add -D/--enable-deterministic-archives option.
499 (copy_main): Likewise.
500
501 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
502
503 PR binutils/13947
504 * objcopy.c (copy_object): Call copy_relocations_in_section
505 before copy_section.
506 (skip_section): New.
507 (copy_relocations_in_section): Likewise.
508 (copy_section): Use skip_section. Don't copy relocations here.
509
510 2012-04-11 Ryan Mansfield <rmansfield@qnx.com>
511
512 * objdump.c (dump_bfd): If defaulting to dwarf call
513 dwarf_select_sections_all to enable displays.
514
515 2012-04-06 Roland McGrath <mcgrathr@google.com>
516
517 * configure.in (AC_CHECK_HEADERS): Add locale.h.
518 * config.in: Regenerate.
519 * configure: Regenerate.
520
521 2012-04-05 Nick Clifton <nickc@redhat.com>
522
523 * configure.in (AC_CHECK_FUNCS): Add setlocale.
524 (AM_LC_MESSAGES): Add.
525 * aclocal.m4: Regenerate.
526 * config.in: Regenerate.
527 * configure: Regenerate.
528
529 2012-03-30 Nick Clifton <nickc@redhat.com>
530
531 PR binutils/13925
532 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
533 returning an empty context for a function with no arguments.
534
535 2012-03-28 Tom Tromey <tromey@redhat.com>
536
537 * dwarf.c (display_gdb_index): Handle index version 6.
538
539 2012-03-07 Nick Clifton <nickc@redhat.com>
540
541 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
542
543 2012-02-29 Jeff Law <law@redhat.com>
544
545 * doc/binutils.texi (c++filt): Fix typos.
546
547 2012-02-24 Kai Tietz <ktietz@redhat.com>
548
549 PR binutils/13710
550 * defparse.y (keyword_as_name): Disable LIBRARY
551 keyword.
552 * doc/binutils.texi: Document LIBRARY exception.
553
554 2012-02-21 Kai Tietz<ktietz@redhat.com>
555
556 PR binutils/13682
557 * NEWS: Mention new feature.
558 * dlltool.c (i386_x64_dljtab): New stub-code for x64
559 delayed-load feature.
560 (i386_x64_trampoline): New trampoline-code for x64
561 delayed-load feature.
562 (make_one_lib_file): Add support for x64 delayed-load
563 feature.
564 (make_delay_head): Likewis
565
566 2012-02-20 Namhyung Kim <namhyung.kim@lge.com>
567
568 * objdump.c (slurp_file): Close file if fstat fails.
569
570 2012-02-14 Cary Coutant <ccoutant@google.com>
571
572 * dwarf.c (dwarf_vmatoa64): New function.
573 (read_and_display_attr_value): Print 8-byte forms as single hex
574 numbers.
575 (process_debug_info): Print type signatures as single hex numbers.
576 * elfcomm.c (byte_get_64): New function.
577 * elfcomm.h (byte_get_64): New function.
578
579 2012-02-11 Kai Tietz <ktietz@redhat.com>
580
581 PR binutils/13657
582 * defparse.y (%union): New type id_const.
583 (opt_name2): New rule.
584 (keyword_as_name): New rule.
585 (opt_name): Adjust rule.
586 (opt_import_name): Likewise.
587 (opt_equal_name): Likewise.
588
589 2012-02-11 Kai Tietz <ktietz@redhat.com>
590
591 PR binutils/13297
592 * resrc.c (write_rc_dialog_control): Omit text dump for
593 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
594
595 2012-02-09 Alan Modra <amodra@gmail.com>
596
597 * sysdep.h: Include sys/stat.h here.
598 * ar.c: Don't include headers already included by sysdep.h.
599 * bucomm.c: Likewise.
600 * budbg.h: Likewise.
601 * dlltool.h: Likewise.
602 * elfedit.c: Likewise.
603 * nlmconv.c: Likewise.
604 * objcopy.c: Likewise.
605 * objdump.c: Likewise.
606 * objdump.h: Likewise.
607 * readelf.c: Likewise.
608 * rename.c: Likewise.
609 * resrc.c: Likewise.
610 * strings.c: Likewise.
611 * windres.c: Likewise.
612 * od-macho.c: Ensure #include sysdep.h is first.
613 * od-xcoff.c: Likewise.
614 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
615 remove duplicate headers.
616 * dlltool.c: Likewise and ensure #include sysdep.h is first.
617
618 2012-02-01 Nick Clifton <nickc@redhat.com>
619
620 PR binutils/13493
621 * ar.c (ranlib_main): Process --plugin option.
622 * doc/binutils.texi: Document --plugin support for ranlib.
623
624 2012-02-01 Nick Clifton <nickc@redhat.com>
625
626 PR binutils/13482
627 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
628 verifying the contents of a note.
629
630 2012-01-26 Nick Clifton <nickc@redhat.com>
631
632 PR binutils/13622
633 * readelf.c (process_section_groups): If there are no section
634 headers do not scan for section groups.
635 (process_note_sections): Likewise for note sections.
636
637 2012-01-20 Tristan Gingold <gingold@adacore.com>
638
639 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
640 (options): Add an entry for seg_split_info.
641 (mach_o_help): Document it.
642 (dump_segment_split_info): New function.
643 (dump_load_command): Handle seg_split_info.
644
645 2012-01-19 Tristan Gingold <gingold@adacore.com>
646
647 * dwarf.c (process_extended_line_op): Add a cast to silent a
648 warning.
649
650 2012-01-19 Tristan Gingold <gingold@adacore.com>
651
652 * dwarf.c (process_extended_line_op): Reindent define_file output.
653 Detect define_file opcode length mismatch.
654 (display_debug_lines_decoded): Add an entry in file_table for each
655 define_file opcode.
656 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
657 Display extended opcode for unhandle opcode.
658
659 2012-01-17 Alan Modra <amodra@gmail.com>
660
661 * version.c (print_version): Update copyright message year.
662
663 2012-01-16 Alan Modra <amodra@gmail.com>
664
665 PR binutils/13593
666 * nm.c (OPTION_SIZE_SORT): Define.
667 (long_options): Don't set no_sort, sort_numerically or
668 sort_by_size directly.
669 (main): Instead set the flags here, making them mutually exclusive.
670
671 2012-01-10 Tristan Gingold <gingold@adacore.com>
672
673 * objdump.c (display_object_bfd): Renamed from ...
674 (display_bfd): ... this.
675 (display_any_bfd): New function.
676 (display_file): Split. Handle nested archives.
677
678 2012-01-09 Roland McGrath <mcgrathr@google.com>
679
680 * configure.in: Use AM_ZLIB.
681 * configure: Regenerated.
682
683 2012-01-06 Nick Clifton <nickc@redhat.com>
684
685 * po/ru.po: Updated Russian translation.
686
687 2012-01-04 Tristan Gingold <gingold@adacore.com>
688
689 * od-macho.c (dump_load_command): Handle fvmlib.
690
691 2012-01-04 Tristan Gingold <gingold@adacore.com>
692
693 * od-macho.c: Update copyright year.
694 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
695
696 For older changes see ChangeLog-2011
697 \f
698 Local Variables:
699 mode: change-log
700 left-margin: 8
701 fill-column: 74
702 version-control: never
703 End: