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