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