Regenerate.
[binutils.git] / binutils / ChangeLog
blob261684e1ba046a8d75e4094657047dd5a8471684
1 2012-02-11  Kai Tietz  <ktietz@redhat.com>
3         PR binutils/13657
4         * defparse.y (%union): New type id_const.
5         (opt_name2): New rule.
6         (keyword_as_name): New rule.
7         (opt_name): Adjust rule.
8         (opt_import_name): Likewise.
9         (opt_equal_name): Likewise.
11 2012-02-11  Kai Tietz  <ktietz@redhat.com>
13         PR binutils/13297
14         * resrc.c (write_rc_dialog_control): Omit text dump for
15         EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
17 2012-02-09  Alan Modra  <amodra@gmail.com>
19         * sysdep.h: Include sys/stat.h here.
20         * ar.c: Don't include headers already included by sysdep.h.
21         * bucomm.c: Likewise.
22         * budbg.h: Likewise.
23         * dlltool.h: Likewise.
24         * elfedit.c: Likewise.
25         * nlmconv.c: Likewise.
26         * objcopy.c: Likewise.
27         * objdump.c: Likewise.
28         * objdump.h: Likewise.
29         * readelf.c: Likewise.
30         * rename.c: Likewise.
31         * resrc.c: Likewise.
32         * strings.c: Likewise.
33         * windres.c: Likewise.
34         * od-macho.c: Ensure #include sysdep.h is first.
35         * od-xcoff.c: Likewise.
36         * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
37         remove duplicate headers.
38         * dlltool.c: Likewise and ensure #include sysdep.h is first.
40 2012-02-01  Nick Clifton  <nickc@redhat.com>
42         PR binutils/13493
43         * ar.c (ranlib_main): Process --plugin option.
44         * doc/binutils.texi: Document --plugin support for ranlib.
46 2012-02-01  Nick Clifton  <nickc@redhat.com>
48         PR binutils/13482
49         * readelf.c (process_corefile_note_segment): Fix off-by-one errors
50         verifying the contents of a note.
52 2012-01-26  Nick Clifton  <nickc@redhat.com>
54         PR binutils/13622
55         * readelf.c (process_section_groups): If there are no section
56         headers do not scan for section groups.
57         (process_note_sections): Likewise for note sections.
59 2012-01-20  Tristan Gingold  <gingold@adacore.com>
61         * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
62         (options): Add an entry for seg_split_info.
63         (mach_o_help): Document it.
64         (dump_segment_split_info): New function.
65         (dump_load_command): Handle seg_split_info.
67 2012-01-19  Tristan Gingold  <gingold@adacore.com>
69         * dwarf.c (process_extended_line_op): Add a cast to silent a
70         warning.
72 2012-01-19  Tristan Gingold  <gingold@adacore.com>
74         * dwarf.c (process_extended_line_op): Reindent define_file output.
75         Detect define_file opcode length mismatch.
76         (display_debug_lines_decoded): Add an entry in file_table for each
77         define_file opcode.
78         Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
79         Display extended opcode for unhandle opcode.
81 2012-01-17  Alan Modra  <amodra@gmail.com>
83         * version.c (print_version): Update copyright message year.
85 2012-01-16  Alan Modra  <amodra@gmail.com>
87         PR binutils/13593
88         * nm.c (OPTION_SIZE_SORT): Define.
89         (long_options): Don't set no_sort, sort_numerically or
90         sort_by_size directly.
91         (main): Instead set the flags here, making them mutually exclusive.
93 2012-01-10  Tristan Gingold  <gingold@adacore.com>
95         * objdump.c (display_object_bfd): Renamed from ...
96         (display_bfd): ... this.
97         (display_any_bfd): New function.
98         (display_file): Split.  Handle nested archives.
100 2012-01-09  Roland McGrath  <mcgrathr@google.com>
102         * configure.in: Use AM_ZLIB.
103         * configure: Regenerated.
105 2012-01-06  Nick Clifton  <nickc@redhat.com>
107         * po/ru.po: Updated Russian translation.
109 2012-01-04  Tristan Gingold  <gingold@adacore.com>
111         * od-macho.c (dump_load_command): Handle fvmlib.
113 2012-01-04  Tristan Gingold  <gingold@adacore.com>
115         * od-macho.c: Update copyright year.
116         (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
118 For older changes see ChangeLog-2011
120 Local Variables:
121 mode: change-log
122 left-margin: 8
123 fill-column: 74
124 version-control: never
125 End: