PR binutils/6449
[external/binutils.git] / binutils / ChangeLog
1 2008-04-28  M Thomas  <mthomas@rhrk.uni-kl.de>
2             Nick Clifton  <nickc@redhat.com>
3
4         PR binutils/6449
5         * objdump.c (slurp_file): Open the file in binary mode.
6         * ar.c: Remove conditional definition of O_BINARY.
7         * bin2.c: Likewise.
8         * rename.c: Likewise.
9         * strings.c: Likewise.
10         * sysdep.h: Add conditional definition of O_BINARY.
11
12 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
13
14         * aclocal.m4: Regenerate.
15         * configure: Regenerate.
16
17 2008-04-16  Jean-Yves Lefort  <jylefort@brutele.be>
18
19         PR binutils/6034
20         * objcopy.c (stuct symlist): Rename to
21         is_specified_symbol_predicate_data.
22         (strip_specific_list): Rename to strip_specific_htab.
23         (strip_unneeded_list): Rename to strip_unneeded_htab.
24         (keep_specific_list):  Rename to keep_specific_htab.
25         (localize_specific_list): Rename to localize_specific_htab.
26         (globalize_specific_list): Rename to globalize_specific_htab.
27         (keepglobal_specific_list): Rename to keepglobal_specific_htab.
28         (weaken_specific_list): Rename to weaken_specific_htab.
29         (eq_string): New function.
30         (create_symbol_htab): New function.
31         (create_symbol_htabs): New function.
32         (add_specific_symbol): Change to use hash tables.
33         (is_specified_symbol_predicate): New function.
34         (is_specified_symbol): Use hash table lookup.
35         (is_strip_section): Update to use new functions and hash tables.
36         (filter_symbols): Likewise.
37         (copy_object): Likewise.
38         (copy_section): Likewise.
39         (strip_main): Likewise.
40         (copy_main): Likewise.
41         (main): Likewise.
42
43 2008-04-14  David S. Miller  <davem@davemloft.net>
44
45         * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
46
47 2008-04-11  Torleif Sandnes  <torleif.sandnes@gmail.com>
48
49         * dwarf.c (display_debug_lines): Rename to
50         display_debug_lines_raw.
51         (display_debug_lines_decoded): New function.  Displays the
52         interpreted contents of a .debug_line section.
53         (display_debug_lines): New function: Selects either a raw dump or
54         a decoded dump (or both) as requested by the user.
55         * dwarf.h (do_debug_lines_decoded): New extern.
56         * readelf.c: Add support for -wL or --debug-dump=decodedline
57         option to display the decoded contents of a .debug_line section.
58         * doc/binutils.texi: Document the new option.
59         * NEWS: Mention the new feature.
60
61 2008-04-08  Alan Modra  <amodra@bigpond.net.au>
62
63         * dwarf.c: Remove trailing whitespace throughout file.
64
65 2008-04-04  Nick Clifton  <nickc@redhat.com>
66
67         * po/sk.po: Updated Slovak translation.
68
69 2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
70
71         * dwarf.c (dwarf_regnames_i386): Add AVX registers.
72         (dwarf_regnames_x86_64): Likewise.
73
74 2008-03-27  Cary Coutant <ccoutant@google.com>
75
76         Add support for thin archives.
77         * ar.c (make_thin_archive): New global flag.
78         (map_over_members): Deal with full pathnames in thin archives.
79         (usage, main): Add 'T' option for building thin archives.
80         (replace_members): Pass thin archive flag to ar_emul_append.
81         * arsup.c (ar_open): Initialize new flag.
82         * binemul.c (ar_emul_append): Add new parameter for
83         flattening nested archives.
84         (do_ar_emul_default_append): New function.
85         (ar_emul_default_append): Factored out recursive code.
86         * binutils/binemul.h (ar_emul_default_append): Add new parameter.
87         (struct bin_emulation_xfer_struct): New parameter for ar_append.
88         * dlltool.c (gen_lib_file): Initialize thin archive flag.
89         * emul_aix.c (ar_emul_aix_internal): Add new flatten
90         parameter, currently unimplemented.
91         All callers changed.
92         * objcopy.c (copy_archive): Preserve thin archive flag.
93         * doc/binutils.texi: Update ar documentation.
94         * NEWS: Mention the new feature.
95
96 2008-03-20  H.J. Lu  <hongjiu.lu@intel.com>
97
98         * readelf.c (process_mips_specific): Declare addr_size as int.
99
100 2008-03-20  Richard Sandiford  <rsandifo@nildram.co.uk>
101
102         * readelf.c (print_mips_got_entry): New function.
103         (process_mips_specific): Print GOT information.
104
105 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
106
107         * aclocal.m4: Regenerate.
108         * configure: Likewise.
109         * Makefile.in: Likewise.
110         * doc/Makefile.in: Likewise.
111
112 2008-03-16  Brian Dessent  <brian@dessent.net>
113
114         * rcparse.y (resid): Allow control text to span multiple lines.
115
116 2008-03-13  Alan Modra  <amodra@bigpond.net.au>
117
118         * readelf.c: Use %u throughout when printing sh_link or sh_info,
119         %lu when printing sh_addralign.
120         (process_version_sections): Use identical formats when printing
121         all offset and sh_link fields.
122
123 2008-03-13  Alan Modra  <amodra@bigpond.net.au>
124
125         * Makefile.am: Run "make dep-am".
126         * Makefile.in: Regenerate.
127         * doc/Makefile.in: Regenerate.
128         * configure: Regenerate.
129
130 2008-03-12  Alan Modra  <amodra@bigpond.net.au>
131
132         PR 5900
133         * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete.
134         Remove use throughout file.
135         (SECTION_HEADER): Likewise.
136         (dump_relocations): Don't adjust st_shndx for reserved range.
137         (process_file_header): Mask SHN_XINDEX to values seen in external
138         elf structs.  Simplify valid section index tests.
139         (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
140         Map reserved st_shndx to internal form.
141         (process_section_groups): Test that group symbol st_shndx is in
142         range, not just non-zero.  Delete reserved range check.
143         (get_symbol_index_type): Mask "type" to 16 bits when printing PRC,
144         OS or RSV.
145
146 2008-03-09  Paul Brook  <paul@codesourcery.com>
147
148         * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
149
150 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
151
152         * MAINTAINERS: Update my email address.
153
154 2008-03-03  Nick Clifton  <nickc@redhat.com>
155
156         * dwarf.c (decode_location_expression): Handle
157         DW_OP_PGI_omp_thread_num.
158
159 2008-03-01  Alan Modra  <amodra@bigpond.net.au>
160
161         * objdump.c (objdump_print_addr): Initialise "sym".
162
163 2008-02-27  Justin Pryzby  <justinpryzby@users.sourceforge.net>
164             Nick Clifton  <nickc@redhat.com>
165
166         * ar.c (usage): Mention -t command line switch.
167         * doc/binutils.texi (ranlib): Document -t command line switch.
168
169 2008-02-26  Nick Clifton  <nickc@redhat.com>
170
171         * objdump.c (objdump_print_addr): If displaying file offsets, show
172         the offset even if there are no symbols available.
173         (dump_section): Display nothing if none of the section is going to
174         be dumped.  Display the file offset, if requested, of the location
175         from where the dump starts.
176         * doc/binutils.texi (objdump): Mention that dumping via the -s
177         switch is also affected by the -F option.
178
179 2008-02-26  Nick Clifton  <nickc@redhat.com>
180
181         Re-apply this patch which was accidentally deleted:
182         2006-05-16  Carlos O'Donell  <carlos@codesourcery.com>
183
184         * doc/binutils.texi: Use "Binutils Index" for index name.
185
186 2008-02-22  Nick Clifton  <nickc@redhat.com>
187
188         * objdump.c (display_file_offsets): New variable.
189         (long_options): Add -F/--file-offsets.
190         (objdump_print_addr_with_sym): If displaying file offsets, print
191         the offset of the given address.
192         (disassemble_bytes): If displaying file offsets, tell the user how
193         many zeroes are skipped and the file offset of the point where
194         dumping resumes.
195         (disassemble_section): Only display the name of the section if
196         data is going to be dumped from it.
197         (main): Handle new option.  Produce error messages if the start or
198         stop addresses do not make sense.
199         * doc/binutils.texi: Document the new feature.
200         * NEWS: Mention the new feature.
201
202 2008-02-15  Chu Li  <chul@cn.fujitsu.com>
203             Nick Clifton  <nickc@redhat.com>
204
205         PR binutils/5713
206         * strings.c (integer_arg): Delete function.
207         (string_min): Initialise to 4.
208         (main): Use strtoul to parse integer arguments.
209         Move check for an invalid string length to after all the arguments
210         have been parsed.
211         (usage): Use indentation to indicate that -<n> is a another form
212         of the --bytes= command line option.
213
214 2008-02-12  Nick Clifton  <nickc@redhat.com>
215
216         * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
217         the argument.
218         (scan_obj_filename): Do not drop the const qualifier when calling
219         mcore_elf_cache_filename.
220         (struct fname_cache): Add const qualifier to filename field.
221
222 2008-02-08  H.J. Lu  <hongjiu.lu@intel.com>
223
224         PR binutils/5713
225         * strings.c (main): Set string_min to 4 if it is <= 0.
226
227 2008-02-07  Alan Modra  <amodra@bigpond.net.au>
228
229         * objdump.c (main): Don't pass unadorned NULL to concat.
230
231 2008-02-04  H.J. Lu  <hongjiu.lu@intel.com>
232
233         PR 5715
234         * configure: Regenerated.
235
236 2008-02-03  Adam Nemet  <anemet@caviumnetworks.com>
237
238         * readelf.c (get_machine_flags): Handle Octeon.
239
240 2008-01-30  Tristan Gingold  <gingold@adacore.com>
241
242         * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
243         (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
244         (get_dynamic_type): Handle IA64-specific tags.
245         (get_ia64_section_type_name): Handle OpenVMS-specific sections.
246         (get_section_type_name): Handle OS-specific sections (and
247         particularly IA64 OpenVMS one).
248         (get_elf_section_flags): Makes flags static.  Add entries for IA64 and
249         decode them.
250
251 2008-01-29  Nick Clifton  <nickc@redhat.com>
252
253         * dwarf.c (print_dwarf_vma): New function.  Display the value of a
254         dwarf_vma type at a specified precision.  Use mingw field type
255         specifier if necessary.
256         (display_debug_loc): Use dwarf_vma type for begin and end values.
257         Use print_dwarf_vma to display their values.  Use byte_get_signed
258         in order to correctly detect the -1 escape value.
259         (display_debug_aranges): Likewise.
260         (display_debug_ranges): Likewise.
261
262 2008-01-29  Alan Modra  <amodra@bigpond.net.au>
263
264         * dwarf.c (display_debug_loc): Correct test for base address
265         entry when 64-bit host dumping 32-bit object.
266
267 2008-01-29  Alan Modra  <amodra@bigpond.net.au>
268
269         * MAINTAINERS: Remove myself as ix86 maintainer.  Add for SPU.
270
271 2008-01-28  Nick Clifton  <nickc@redhat.com>
272
273         PR binutils/5529
274         * rclex.c (yylex): Also allow the hypen character.
275
276 2008-01-28  H.J. Lu  <hongjiu.lu@intel.com>
277
278         * dwarf.c: Include "elf/common.h".
279         (eh_addr_size): Changed to int.
280         (dwarf_regnames_i386): New.
281         (dwarf_regnames_x86_64): Likewise.
282         (dwarf_regnames): Likewise.
283         (dwarf_regnames_count): Likewise.
284         (init_dwarf_regnames): Likewise.
285         (regname): Likewise.
286         (frame_display_row): Properly support different address size.
287         Call regname to get register name.
288         (display_debug_frames): Call regname to get register name.
289         Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
290         instead of DW_CFA_def_cfa_reg.
291
292         * dwarf.h (init_dwarf_regnames): New.
293
294         * objdump.c: Include "elf-bfd.h".
295         (dump_dwarf): Call init_dwarf_regnames on ELF input.
296
297         * readelf.c (guess_is_rela): Change argument to int.
298         (parse_args): Remove the undocumented upper case options for
299         -wX.
300         (process_file_header): Call init_dwarf_regnames.
301
302 2008-01-25  DJ Delorie  <dj@redhat.com>
303
304         * readelf.c (process_section_headers): Add m16c handler.
305         (is_16bit_abs_reloc): Recognize R_M32C_16.
306
307 2008-01-25  Kai Tietz  <kai.tietz@onevision.com>
308
309         * prdbg.c: Correct formatter style use.
310         * readelf.c: Likewise.
311         * strings.c: Likewise.
312
313 2008-01-25  Nick Clifton  <nickc@redhat.com>
314
315         * po/ru.po: Updated Russian translation.
316
317 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
318
319         * MAINTAINERS: Update my email address.
320
321 2008-01-14  Nick Clifton  <nickc@redhat.com>
322
323         * dwarf.c (process_debug_info): Include the CU offset and corrupt
324         version value when reporting unrecognised DWARF version numbers.
325         (load_debug_info): Remember a failed attempt to load and parse the
326         .debug_info section and do not repeat such attempts.
327         (display_debug_lines): Check the return value from load_debug_info
328         and return whilst displaying a warning message if the load failed.
329         (display_debug_loc): Likewise.
330         (display_debug_ranges): Likewise.
331         (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
332         when the .debug_info section could not be loaded/parsed.
333         (process_debug_info): Display the length of the compilation unit
334         in hex, so that it corresponds with the offsets that will follow.
335         Tell the user if the length was 32-bit or 64-bit.
336         If a DIE abbreviation could not be found, tell the user the offset
337         of the DIE.
338         (free_debug_memory): Do not attempt to free any entries in the
339         debug_information array if num_debug_info_entries is set to
340         DEBUG_INFO_UNAVAILABLE.
341
342 2008-01-10  Andreas Schwab  <schwab@suse.de>
343
344         * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
345
346 2008-01-09  Jakub Zawadzki  <darkjames@darkjames.ath.cx>
347
348         PR binutils/55326
349         * bucomm.c (list_supported_architectures): Free architecture list
350         after use.
351         * windres.c (set_endianess): Likewise.
352         * windmc.c (set_endianess): Likewise.
353
354 2008-01-08  Kai Tietz  <kai.tietz@onevision.com>
355
356         PR binutils/5529
357         * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
358         characters for name tokens.
359
360 2008-01-04  Greg McGary  <greg@mcgary.org>
361
362         * prdbg.c (print_vma): Print as long long, if host supports it.
363
364 2008-01-03  Nick Clifton  <nickc@redhat.com>
365
366         * dwarf.c (read_and_display_attr_value): Prefix values that are
367         displayed in hexadecimal with 0x.
368         For the DW_AT_import attribute display the abbreviation number and
369         tag of the imported DIE.
370         (process_debug_info): Warn about lengths that reserved by the
371         DWARF3 specification.
372         Provide more information when corrupted DIEs are detected.
373         Warn if DIE corruption makes the sibling level negative.
374
375 For older changes see ChangeLog-2007
376 \f
377 Local Variables:
378 mode: change-log
379 left-margin: 8
380 fill-column: 74
381 version-control: never
382 End: