]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
binutils/
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2012-05-08 Cary Coutant <ccoutant@google.com>
2
3 * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
4 (strip): Add --strip-dwo option.
5 * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
6 (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
7 (strip_options): Add --strip-dwo option.
8 (copy_options): Add --extract-dwo, --strip-dwo options.
9 (copy_usage): Likewise.
10 (strip_usage): Add --strip-dwo option.
11 (is_dwo_section): New function.
12 (is_strip_section_1): Check for DWO sections.
13 (copy_object): Check for --strip-dwo, --extract-dwo options.
14 (copy_relocations_in_section): Discard relocations for DWO sections.
15 Discard entire relocation section when no relocations.
16 (strip_main): Add --strip-dwo option.
17 (copy_main): Add --strip-dwo, --extract-dwo options.
18
19 2012-05-08 Alan Modra <amodra@gmail.com>
20
21 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
22 LC and LANG environment vars.
23 * Makefile.in: Regenerate.
24
25 2012-05-07 Tom Tromey <tromey@redhat.com>
26
27 * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
28 (get_FORM_name): Use get_DW_FORM_name.
29 (get_AT_name): Use get_DW_AT_name.
30
31 2012-05-07 Alan Modra <amodra@gmail.com>
32
33 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
34 * Makefile.in: Regenerate.
35
36 2012-05-05 Alan Modra <amodra@gmail.com>
37
38 * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
39
40 2012-05-03 Sean Keys <skeys@ipdatasys.com>
41
42 * readelf.c: Add support for XGATE.
43
44 2012-05-02 Nick Clifton <nickc@redhat.com>
45
46 * po/vi.po: Updated Vietnamese translation.
47 * po/it.po: New Italian translation.
48 * configure.in (ALL_LINGUAS): Add it.
49 * configure: Regenerate.
50
51 2012-05-01 Nick Clifton <nickc@redhat.com>
52
53 PR binutils/13121
54 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
55 AIX system headers.
56
57 2012-04-25 Cary Coutant <ccoutant@google.com>
58
59 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
60 to strip and objcopy.
61 * objcopy.c (deterministic): New global variable.
62 (strip_options): Add --enable-deterministic-archives.
63 (copy_options): Likewise.
64 (copy_usage): Likewise.
65 (strip_usage): Likewise.
66 (copy_archive): When stripping all, don't add archive map; set
67 deterministic output when requested.
68 (strip_main): Add -D/--enable-deterministic-archives option.
69 (copy_main): Likewise.
70
71 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
72
73 PR binutils/13947
74 * objcopy.c (copy_object): Call copy_relocations_in_section
75 before copy_section.
76 (skip_section): New.
77 (copy_relocations_in_section): Likewise.
78 (copy_section): Use skip_section. Don't copy relocations here.
79
80 2012-04-11 Ryan Mansfield <rmansfield@qnx.com>
81
82 * objdump.c (dump_bfd): If defaulting to dwarf call
83 dwarf_select_sections_all to enable displays.
84
85 2012-04-06 Roland McGrath <mcgrathr@google.com>
86
87 * configure.in (AC_CHECK_HEADERS): Add locale.h.
88 * config.in: Regenerate.
89 * configure: Regenerate.
90
91 2012-04-05 Nick Clifton <nickc@redhat.com>
92
93 * configure.in (AC_CHECK_FUNCS): Add setlocale.
94 (AM_LC_MESSAGES): Add.
95 * aclocal.m4: Regenerate.
96 * config.in: Regenerate.
97 * configure: Regenerate.
98
99 2012-03-30 Nick Clifton <nickc@redhat.com>
100
101 PR binutils/13925
102 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
103 returning an empty context for a function with no arguments.
104
105 2012-03-28 Tom Tromey <tromey@redhat.com>
106
107 * dwarf.c (display_gdb_index): Handle index version 6.
108
109 2012-03-07 Nick Clifton <nickc@redhat.com>
110
111 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
112
113 2012-02-29 Jeff Law <law@redhat.com>
114
115 * doc/binutils.texi (c++filt): Fix typos.
116
117 2012-02-24 Kai Tietz <ktietz@redhat.com>
118
119 PR binutils/13710
120 * defparse.y (keyword_as_name): Disable LIBRARY
121 keyword.
122 * doc/binutils.texi: Document LIBRARY exception.
123
124 2012-02-21 Kai Tietz<ktietz@redhat.com>
125
126 PR binutils/13682
127 * NEWS: Mention new feature.
128 * dlltool.c (i386_x64_dljtab): New stub-code for x64
129 delayed-load feature.
130 (i386_x64_trampoline): New trampoline-code for x64
131 delayed-load feature.
132 (make_one_lib_file): Add support for x64 delayed-load
133 feature.
134 (make_delay_head): Likewis
135
136 2012-02-20 Namhyung Kim <namhyung.kim@lge.com>
137
138 * objdump.c (slurp_file): Close file if fstat fails.
139
140 2012-02-14 Cary Coutant <ccoutant@google.com>
141
142 * dwarf.c (dwarf_vmatoa64): New function.
143 (read_and_display_attr_value): Print 8-byte forms as single hex
144 numbers.
145 (process_debug_info): Print type signatures as single hex numbers.
146 * elfcomm.c (byte_get_64): New function.
147 * elfcomm.h (byte_get_64): New function.
148
149 2012-02-11 Kai Tietz <ktietz@redhat.com>
150
151 PR binutils/13657
152 * defparse.y (%union): New type id_const.
153 (opt_name2): New rule.
154 (keyword_as_name): New rule.
155 (opt_name): Adjust rule.
156 (opt_import_name): Likewise.
157 (opt_equal_name): Likewise.
158
159 2012-02-11 Kai Tietz <ktietz@redhat.com>
160
161 PR binutils/13297
162 * resrc.c (write_rc_dialog_control): Omit text dump for
163 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
164
165 2012-02-09 Alan Modra <amodra@gmail.com>
166
167 * sysdep.h: Include sys/stat.h here.
168 * ar.c: Don't include headers already included by sysdep.h.
169 * bucomm.c: Likewise.
170 * budbg.h: Likewise.
171 * dlltool.h: Likewise.
172 * elfedit.c: Likewise.
173 * nlmconv.c: Likewise.
174 * objcopy.c: Likewise.
175 * objdump.c: Likewise.
176 * objdump.h: Likewise.
177 * readelf.c: Likewise.
178 * rename.c: Likewise.
179 * resrc.c: Likewise.
180 * strings.c: Likewise.
181 * windres.c: Likewise.
182 * od-macho.c: Ensure #include sysdep.h is first.
183 * od-xcoff.c: Likewise.
184 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
185 remove duplicate headers.
186 * dlltool.c: Likewise and ensure #include sysdep.h is first.
187
188 2012-02-01 Nick Clifton <nickc@redhat.com>
189
190 PR binutils/13493
191 * ar.c (ranlib_main): Process --plugin option.
192 * doc/binutils.texi: Document --plugin support for ranlib.
193
194 2012-02-01 Nick Clifton <nickc@redhat.com>
195
196 PR binutils/13482
197 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
198 verifying the contents of a note.
199
200 2012-01-26 Nick Clifton <nickc@redhat.com>
201
202 PR binutils/13622
203 * readelf.c (process_section_groups): If there are no section
204 headers do not scan for section groups.
205 (process_note_sections): Likewise for note sections.
206
207 2012-01-20 Tristan Gingold <gingold@adacore.com>
208
209 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
210 (options): Add an entry for seg_split_info.
211 (mach_o_help): Document it.
212 (dump_segment_split_info): New function.
213 (dump_load_command): Handle seg_split_info.
214
215 2012-01-19 Tristan Gingold <gingold@adacore.com>
216
217 * dwarf.c (process_extended_line_op): Add a cast to silent a
218 warning.
219
220 2012-01-19 Tristan Gingold <gingold@adacore.com>
221
222 * dwarf.c (process_extended_line_op): Reindent define_file output.
223 Detect define_file opcode length mismatch.
224 (display_debug_lines_decoded): Add an entry in file_table for each
225 define_file opcode.
226 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
227 Display extended opcode for unhandle opcode.
228
229 2012-01-17 Alan Modra <amodra@gmail.com>
230
231 * version.c (print_version): Update copyright message year.
232
233 2012-01-16 Alan Modra <amodra@gmail.com>
234
235 PR binutils/13593
236 * nm.c (OPTION_SIZE_SORT): Define.
237 (long_options): Don't set no_sort, sort_numerically or
238 sort_by_size directly.
239 (main): Instead set the flags here, making them mutually exclusive.
240
241 2012-01-10 Tristan Gingold <gingold@adacore.com>
242
243 * objdump.c (display_object_bfd): Renamed from ...
244 (display_bfd): ... this.
245 (display_any_bfd): New function.
246 (display_file): Split. Handle nested archives.
247
248 2012-01-09 Roland McGrath <mcgrathr@google.com>
249
250 * configure.in: Use AM_ZLIB.
251 * configure: Regenerated.
252
253 2012-01-06 Nick Clifton <nickc@redhat.com>
254
255 * po/ru.po: Updated Russian translation.
256
257 2012-01-04 Tristan Gingold <gingold@adacore.com>
258
259 * od-macho.c (dump_load_command): Handle fvmlib.
260
261 2012-01-04 Tristan Gingold <gingold@adacore.com>
262
263 * od-macho.c: Update copyright year.
264 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
265
266 For older changes see ChangeLog-2011
267 \f
268 Local Variables:
269 mode: change-log
270 left-margin: 8
271 fill-column: 74
272 version-control: never
273 End: