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