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