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