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