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