PR binutils/13710
[binutils.git] / binutils / ChangeLog
blob3f6ef5d0337ade61273c26cd05c7da4f87a5376f
1 2012-02-24  Kai Tietz  <ktietz@redhat.com>
3         PR binutils/13710
4         * defparse.y (keyword_as_name): Disable LIBRARY
5         keyword.
6         * doc/binutils.texi: Document LIBRARY exception.
8 2012-02-21  Kai Tietz<ktietz@redhat.com>
10         PR binutils/13682
11         * NEWS: Mention new feature.
12         * dlltool.c (i386_x64_dljtab): New stub-code for x64
13         delayed-load feature.
14         (i386_x64_trampoline): New trampoline-code for x64
15         delayed-load feature.
16         (make_one_lib_file): Add support for x64 delayed-load
17         feature.
18         (make_delay_head): Likewis
20 2012-02-20  Namhyung Kim  <namhyung.kim@lge.com>
22         * objdump.c (slurp_file): Close file if fstat fails.
24 2012-02-14  Cary Coutant  <ccoutant@google.com>
26         * dwarf.c (dwarf_vmatoa64): New function.
27         (read_and_display_attr_value): Print 8-byte forms as single hex
28         numbers.
29         (process_debug_info): Print type signatures as single hex numbers.
30         * elfcomm.c (byte_get_64): New function.
31         * elfcomm.h (byte_get_64): New function.
33 2012-02-11  Kai Tietz  <ktietz@redhat.com>
35         PR binutils/13657
36         * defparse.y (%union): New type id_const.
37         (opt_name2): New rule.
38         (keyword_as_name): New rule.
39         (opt_name): Adjust rule.
40         (opt_import_name): Likewise.
41         (opt_equal_name): Likewise.
43 2012-02-11  Kai Tietz  <ktietz@redhat.com>
45         PR binutils/13297
46         * resrc.c (write_rc_dialog_control): Omit text dump for
47         EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
49 2012-02-09  Alan Modra  <amodra@gmail.com>
51         * sysdep.h: Include sys/stat.h here.
52         * ar.c: Don't include headers already included by sysdep.h.
53         * bucomm.c: Likewise.
54         * budbg.h: Likewise.
55         * dlltool.h: Likewise.
56         * elfedit.c: Likewise.
57         * nlmconv.c: Likewise.
58         * objcopy.c: Likewise.
59         * objdump.c: Likewise.
60         * objdump.h: Likewise.
61         * readelf.c: Likewise.
62         * rename.c: Likewise.
63         * resrc.c: Likewise.
64         * strings.c: Likewise.
65         * windres.c: Likewise.
66         * od-macho.c: Ensure #include sysdep.h is first.
67         * od-xcoff.c: Likewise.
68         * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
69         remove duplicate headers.
70         * dlltool.c: Likewise and ensure #include sysdep.h is first.
72 2012-02-01  Nick Clifton  <nickc@redhat.com>
74         PR binutils/13493
75         * ar.c (ranlib_main): Process --plugin option.
76         * doc/binutils.texi: Document --plugin support for ranlib.
78 2012-02-01  Nick Clifton  <nickc@redhat.com>
80         PR binutils/13482
81         * readelf.c (process_corefile_note_segment): Fix off-by-one errors
82         verifying the contents of a note.
84 2012-01-26  Nick Clifton  <nickc@redhat.com>
86         PR binutils/13622
87         * readelf.c (process_section_groups): If there are no section
88         headers do not scan for section groups.
89         (process_note_sections): Likewise for note sections.
91 2012-01-20  Tristan Gingold  <gingold@adacore.com>
93         * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
94         (options): Add an entry for seg_split_info.
95         (mach_o_help): Document it.
96         (dump_segment_split_info): New function.
97         (dump_load_command): Handle seg_split_info.
99 2012-01-19  Tristan Gingold  <gingold@adacore.com>
101         * dwarf.c (process_extended_line_op): Add a cast to silent a
102         warning.
104 2012-01-19  Tristan Gingold  <gingold@adacore.com>
106         * dwarf.c (process_extended_line_op): Reindent define_file output.
107         Detect define_file opcode length mismatch.
108         (display_debug_lines_decoded): Add an entry in file_table for each
109         define_file opcode.
110         Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
111         Display extended opcode for unhandle opcode.
113 2012-01-17  Alan Modra  <amodra@gmail.com>
115         * version.c (print_version): Update copyright message year.
117 2012-01-16  Alan Modra  <amodra@gmail.com>
119         PR binutils/13593
120         * nm.c (OPTION_SIZE_SORT): Define.
121         (long_options): Don't set no_sort, sort_numerically or
122         sort_by_size directly.
123         (main): Instead set the flags here, making them mutually exclusive.
125 2012-01-10  Tristan Gingold  <gingold@adacore.com>
127         * objdump.c (display_object_bfd): Renamed from ...
128         (display_bfd): ... this.
129         (display_any_bfd): New function.
130         (display_file): Split.  Handle nested archives.
132 2012-01-09  Roland McGrath  <mcgrathr@google.com>
134         * configure.in: Use AM_ZLIB.
135         * configure: Regenerated.
137 2012-01-06  Nick Clifton  <nickc@redhat.com>
139         * po/ru.po: Updated Russian translation.
141 2012-01-04  Tristan Gingold  <gingold@adacore.com>
143         * od-macho.c (dump_load_command): Handle fvmlib.
145 2012-01-04  Tristan Gingold  <gingold@adacore.com>
147         * od-macho.c: Update copyright year.
148         (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
150 For older changes see ChangeLog-2011
152 Local Variables:
153 mode: change-log
154 left-margin: 8
155 fill-column: 74
156 version-control: never
157 End: