]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
* BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2006-03-20 Nathan Sidwell <nathan@codesourcery.com>
2
3 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
4 binutils-csl-2_17-branch instead.
5
6 2006-03-20 Paul Brook <paul@codesourcery.com>
7
8 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
9
10 2006-03-16 Alan Modra <amodra@bigpond.net.au>
11
12 PR 2434
13 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
14 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
15
16 2006-03-13 Ben Elliston <bje@au.ibm.com>
17
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.
21
22 2006-03-10 Paul Brook <paul@codesourcery.com>
23
24 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
25
26 2006-03-10 Alan Modra <amodra@bigpond.net.au>
27
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.
34
35 2006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
36
37 * dlltool.c: Update copyright year.
38 * doc/binutils.texi: Likewise.
39
40 2006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
41
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.
48 (main): Handle it.
49 * doc/binutils.texi: Document --add-stdcall-underscore option
50 and differentiate from --add-underscore.
51
52 2006-03-06 Nathan Sidwell <nathan@codesourcery.com>
53
54 * readelf.c (get_machine_flags): Adjust.
55
56 2006-03-03 Jakub Jelinek <jakub@redhat.com>
57
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.
60
61 2006-02-28 Nick Clifton <nickc@redhat.com>
62
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.
71
72 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
73
74 * po/Make-in: Add html target.
75
76 2006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
77
78 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
79
80 2006-02-14 Jakub Jelinek <jakub@redhat.com>
81
82 * config.in: Rebuilt.
83
84 2006-02-10 H.J. Lu <hongjiu.lu@intel.com>
85
86 PR binutils/2258
87 * readelf.c (process_program_headers): Use
88 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
89
90 2006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
91
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.
96 (snprintf): Likewise.
97 (vsnprintf): Likewise.
98
99 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
100
101 * readelf.c (process_program_headers): Match PT_TLS segment
102 only with SHT_TLS sections.
103
104 2006-02-07 Nathan Sidwell <nathan@codesourcery.com>
105
106 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
107
108 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
109
110 * readelf.c (process_program_headers): Undo the last change.
111
112 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
113
114 * readelf.c (process_program_headers): Undo the change made on
115 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
116 sections.
117
118 2006-01-30 Nick Clifton <nickc@redhat.com>
119
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
122 warning message.
123
124 2006-01-26 Nick Clifton <nickc@redhat.com>
125
126 * po/vi.po: New Vietnamese translation.
127 * configure.in (ALL_LINGUAS): Add vi.
128 * configure: Regenerate.
129
130 2006-01-18 Alexandre Oliva <aoliva@redhat.com>
131
132 Introduce TLS descriptors for i386 and x86_64.
133 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
134 DT_TLSDESC_PLT.
135
136 2006-01-18 Nick Clifton <nickc@redhat.com>
137
138 PR binutils/1391
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,
141 contiguous value.
142 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
143 * Makefile.in: Regenerate.
144
145 2006-01-17 Andreas Schwab <schwab@suse.de>
146
147 PR binutils/1486
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
155 at compile-time.
156 (disassemble_section): Likewise.
157 (disassemble_data): Initialize it.
158
159 2006-01-11 Alan Modra <amodra@bigpond.net.au>
160
161 * objcopy.c (copy_object): Fix thinko.
162
163 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
164
165 2006-01-09 Mike Frysinger <vapier@gentoo.org>:
166
167 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
168 (get_machine_name): Likewise.
169
170 For older changes see ChangeLog-2005
171 \f
172 Local Variables:
173 mode: change-log
174 left-margin: 8
175 fill-column: 74
176 version-control: never
177 End: