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