2006-03-17 Paul Brook <paul@codesourcery.com>
[binutils.git] / binutils / ChangeLog
blob3fc0dbe422d2377237820479b4551675a4caa4db
1 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
3         PR 2434
4         * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
5         * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
7 2006-03-13  Ben Elliston  <bje@au.ibm.com>
9         * bucomm.c (display_target_list): Make local variable `a' to be of
10         type enum bfd_architecture.  Thus no need to cast enums to int.
11         (display_info_table): Likewise.
13 2006-03-10  Paul Brook  <paul@codesourcery.com>
15         * readelf.c (decode_ARM_machine_flags):  Handle EABIv5.
17 2006-03-10  Alan Modra  <amodra@bigpond.net.au>
19         * dwarf.c (process_extended_line_op): Remove pointer_size param.
20         Use length instead to determine address size.
21         (get_pointer_size_and_offset_of_comp_unit): Delete.
22         (display_debug_lines): Adjust for above.
23         (display_debug_aranges): Don't stop on finding two zeros.
24         (display_debug_frames): For warning, print offset not pointer.
26 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
28         * dlltool.c: Update copyright year.
29         * doc/binutils.texi: Likewise.
31 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
33         * dlltool.c (add_stdcall_underscore): New flag.
34         (xlate): Also add underscore to stdcall symbol if
35         add_stdcall_underscore set.
36         (usage): Document --add-stdcall-underscore option.
37         (OPTION_ADD_STDCALL_UNDERSCORE): New define.
38         (long_options): Use it for --add-stdcall-underscore option.
39         (main): Handle it.
40         * doc/binutils.texi: Document --add-stdcall-underscore option
41         and differentiate from --add-underscore.
43 2006-03-06  Nathan Sidwell  <nathan@codesourcery.com>
45         * readelf.c (get_machine_flags): Adjust.
47 2006-03-03  Jakub Jelinek  <jakub@redhat.com>
49         * dwarf.c (frame_display_row, display_debug_frames): Handle
50         DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
52 2006-02-28  Nick Clifton  <nickc@redhat.com>
54         * objcopy.c (use_alt_mach_code): Change type to unsigned long.
55         (copy_object):  If bfd_alt_mach_code fails emit a more helpful
56         message and if the target architecture is ELF use the alternative
57         as replacement value for the e_machine number.
58         (copy_main): Use strtoul to parse the number provided with the
59         --alt-mach-code switch.
60         * doc/binutils.texi (--alt-mach-code): Document that this switch
61         can now set the absolute e_machine value.
63 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
65         * po/Make-in: Add html target.
67 2006-02-17  Nick Hudson  <nick.hudson@dsl.pipex.com>
69         * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
71 2006-02-14  Jakub Jelinek  <jakub@redhat.com>
73         * config.in: Rebuilt.
75 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
77         PR binutils/2258
78         * readelf.c (process_program_headers): Use
79         ELF_IS_SECTION_IN_SEGMENT_MEMORY.
81 2006-02-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
83         * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
84         * configure: Regenerate.
85         * objdump.c (fprintf): Remove declaration.
86         * bucomm.h (fprintf): Declare if not already declared.
87         (snprintf): Likewise.
88         (vsnprintf): Likewise.
90 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
92         * readelf.c (process_program_headers): Match PT_TLS segment
93         only with SHT_TLS sections.
95 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
97         * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
99 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
101         * readelf.c (process_program_headers): Undo the last change.
103 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
105         * readelf.c (process_program_headers): Undo the change made on
106         2004-09-22.  Match PT_DYNAMIC segment only with SHT_DYNAMIC
107         sections.
109 2006-01-30  Nick Clifton  <nickc@redhat.com>
111         * objcopy.c (copy_object): Catch the case where an attempt is made
112         to add a section that already exists and produce a more helpful
113         warning message.
115 2006-01-26  Nick Clifton  <nickc@redhat.com>
117         * po/vi.po: New Vietnamese translation.
118         * configure.in (ALL_LINGUAS): Add vi.
119         * configure: Regenerate.
121 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
123         Introduce TLS descriptors for i386 and x86_64.
124         * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
125         DT_TLSDESC_PLT.
127 2006-01-18  Nick Clifton  <nickc@redhat.com>
129         PR binutils/1391
130         * objcopy.c (copy_object): For PE format targets set the VMA of a
131         newly created gnu_debuglink section to a non-zero, aligned,
132         contiguous value.
133         * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
134         * Makefile.in: Regenerate.
136 2006-01-17  Andreas Schwab  <schwab@suse.de>
138         PR binutils/1486
139         * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
140         * configure: Regenerate.
141         * objdump.c (struct objdump_disasm_info): Don't check for
142         DISASSEMBLER_NEEDS_RELOCS.
143         (objdump_print_addr): Likewise.
144         (disassemble_bytes): Check disassembler_needs_relocs from
145         disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
146         at compile-time.
147         (disassemble_section): Likewise.
148         (disassemble_data): Initialize it.
150 2006-01-11  Alan Modra  <amodra@bigpond.net.au>
152         * objcopy.c (copy_object): Fix thinko.
154         * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
156 2006-01-09  Mike Frysinger  <vapier@gentoo.org>:
158         * readelf.c (guess_is_rela): Add case for Nios/Nios II.
159         (get_machine_name): Likewise.
161 For older changes see ChangeLog-2005
163 Local Variables:
164 mode: change-log
165 left-margin: 8
166 fill-column: 74
167 version-control: never
168 End: