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