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