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