*** empty log message ***
[external/binutils.git] / binutils / ChangeLog
1 2006-05-30  Nick Clifton  <nickc@redhat.com>
2
3         * po/es.po: Updated Spanish translation.
4
5 2006-05-25  J"orn Rennecke <joern.rennecke@st.com>
6
7         * MAINTAINERS: Update my email address.
8
9 2006-05-24  Nick Clifton  <nickc@redhat.com>
10
11         * po/fr.po: Updated French translation.
12
13 2006-05-23  Nick Clifton  <nickc@redhat.com>
14
15         * po/vi.po: Updated Vietnamese translation.
16
17 2006-05-22  Daniel Jacobowitz  <dan@codesourcery.com>
18
19         * po/ru.po: Updated translation.
20
21 2006-05-19  Andreas Schwab  <schwab@suse.de>
22
23         * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
24         (ar.1): Likewise.
25         (dlltool.1): Likewise.
26         (nlmconv.1): Likewise.
27         (nm.1): Likewise.
28         (objcopy.1): Likewise.
29         (objdump.1): Likewise.
30         (ranlib.1): Likewise.
31         (readelf.1): Likewise.
32         (size.1): Likewise.
33         (strings.1): Likewise.
34         (strip.1): Likewise.
35         (windres.1): Likewise.
36         (cxxfilt.man): Likewise.
37         * doc/Makefile.in: Regenerated.
38
39 2006-05-17  Carlos O'Donell  <carlos@codesourcery.com>
40
41         * doc/binutils.texi: Use "Binutils Index" for index name.
42
43 2006-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44
45         * dwarf.c (display_debug_frames): Don't return on ZERO
46         terminator.
47
48 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
49
50         * doc/Makefile.am (AM_MAKEINFOFLAGS): New.
51         (TEXI2POD): Use AM_MAKEINFOFLAGS.
52         (config.texi): Don't set top_srcdir.
53         * doc/binutils.texi: Don't use top_srcdir.
54         * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
55
56 2006-04-26  Julian Brown  <julian@codesourcery.com>
57
58         * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
59
60 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
61
62         * Makefile.am: Run "make dep-am".
63         * Makefile.in: Regenerate.
64
65 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
66
67         * configure: Regenerate.
68
69 2006-04-18  Nick Clifton  <nickc@redhat.com>
70
71         PR 2257
72         * readelf.c (SECTION_NAME): Cope with a missing string table.
73         (process_file_header): Cope with a corrupt e_shstrndx field.
74         (process_section_headers): Correctly handle an e_shstrndx value of
75         SHF_UNDEF.
76
77 2006-04-12  Nick Clifton  <nickc@redhat.com>
78
79         * objdump.c (objdump_symbol_at_address): Fix typo in comment.
80
81 2006-04-10  Ben Elliston  <bje@gnu.org>
82
83         * MAINTAINERS (CGEN Maintainers): Remove myself.
84
85 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
86
87         * po/Make-in: Add install-html target.
88         * Makefile.am: Add install-html and install-html-recursive targets.
89         * Makefile.in: Regenerate.
90         * configure.in: AC_SUBST datarootdir, docdir and htmldir.
91         * configure: Regenerate.
92         * doc/Makefile.am: Add install-html and install-html-am targets.
93         * doc/Makefile.in: Regenerate.
94
95 2006-04-05  Eric Botcazou  <ebotcazou@adacore.com>
96
97         * addr2line.c (long_options): Add new option 'section'.
98         (usage): Document new -j/--section option.
99         (find_offset_in_section): New function.
100         (translate_addresses): Add 'section' parameter.
101         If it is non-null, call find_offset_in_section on it.
102         (process_file): Add 'section_name' parameter.
103         If it is non-null, look for the section in the BFD object.
104         Pass the section to translate_addresses.
105         (main): Handle new -j option.
106         Pass the section name to process_file.
107         * doc/binutils.texi (addr2line): Document new -j/--section option.
108
109 2006-03-29  Ben Elliston  <bje@au.ibm.com>
110
111         * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
112
113 2006-03-20  Nathan Sidwell  <nathan@codesourcery.com>
114
115         * BRANCHES: Remove binutils-csl-arm-2006q1-branch.  Document
116         binutils-csl-2_17-branch instead.
117
118 2006-03-20  Paul Brook  <paul@codesourcery.com>
119
120         * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
121
122 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
123
124         PR 2434
125         * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
126         * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
127
128 2006-03-13  Ben Elliston  <bje@au.ibm.com>
129
130         * bucomm.c (display_target_list): Make local variable `a' to be of
131         type enum bfd_architecture.  Thus no need to cast enums to int.
132         (display_info_table): Likewise.
133
134 2006-03-10  Paul Brook  <paul@codesourcery.com>
135
136         * readelf.c (decode_ARM_machine_flags):  Handle EABIv5.
137
138 2006-03-10  Alan Modra  <amodra@bigpond.net.au>
139
140         * dwarf.c (process_extended_line_op): Remove pointer_size param.
141         Use length instead to determine address size.
142         (get_pointer_size_and_offset_of_comp_unit): Delete.
143         (display_debug_lines): Adjust for above.
144         (display_debug_aranges): Don't stop on finding two zeros.
145         (display_debug_frames): For warning, print offset not pointer.
146
147 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
148
149         * dlltool.c: Update copyright year.
150         * doc/binutils.texi: Likewise.
151
152 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
153
154         * dlltool.c (add_stdcall_underscore): New flag.
155         (xlate): Also add underscore to stdcall symbol if
156         add_stdcall_underscore set.
157         (usage): Document --add-stdcall-underscore option.
158         (OPTION_ADD_STDCALL_UNDERSCORE): New define.
159         (long_options): Use it for --add-stdcall-underscore option.
160         (main): Handle it.
161         * doc/binutils.texi: Document --add-stdcall-underscore option
162         and differentiate from --add-underscore.
163
164 2006-03-06  Nathan Sidwell  <nathan@codesourcery.com>
165
166         * readelf.c (get_machine_flags): Adjust.
167
168 2006-03-03  Jakub Jelinek  <jakub@redhat.com>
169
170         * dwarf.c (frame_display_row, display_debug_frames): Handle
171         DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
172
173 2006-02-28  Nick Clifton  <nickc@redhat.com>
174
175         * objcopy.c (use_alt_mach_code): Change type to unsigned long.
176         (copy_object):  If bfd_alt_mach_code fails emit a more helpful
177         message and if the target architecture is ELF use the alternative
178         as replacement value for the e_machine number.
179         (copy_main): Use strtoul to parse the number provided with the
180         --alt-mach-code switch.
181         * doc/binutils.texi (--alt-mach-code): Document that this switch
182         can now set the absolute e_machine value.
183
184 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
185
186         * po/Make-in: Add html target.
187
188 2006-02-17  Nick Hudson  <nick.hudson@dsl.pipex.com>
189
190         * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
191
192 2006-02-14  Jakub Jelinek  <jakub@redhat.com>
193
194         * config.in: Rebuilt.
195
196 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
197
198         PR binutils/2258
199         * readelf.c (process_program_headers): Use
200         ELF_IS_SECTION_IN_SEGMENT_MEMORY.
201
202 2006-02-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
203
204         * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
205         * configure: Regenerate.
206         * objdump.c (fprintf): Remove declaration.
207         * bucomm.h (fprintf): Declare if not already declared.
208         (snprintf): Likewise.
209         (vsnprintf): Likewise.
210
211 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
212
213         * readelf.c (process_program_headers): Match PT_TLS segment
214         only with SHT_TLS sections.
215
216 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
217
218         * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
219
220 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
221
222         * readelf.c (process_program_headers): Undo the last change.
223
224 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
225
226         * readelf.c (process_program_headers): Undo the change made on
227         2004-09-22.  Match PT_DYNAMIC segment only with SHT_DYNAMIC
228         sections.
229
230 2006-01-30  Nick Clifton  <nickc@redhat.com>
231
232         * objcopy.c (copy_object): Catch the case where an attempt is made
233         to add a section that already exists and produce a more helpful
234         warning message.
235
236 2006-01-26  Nick Clifton  <nickc@redhat.com>
237
238         * po/vi.po: New Vietnamese translation.
239         * configure.in (ALL_LINGUAS): Add vi.
240         * configure: Regenerate.
241
242 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
243
244         Introduce TLS descriptors for i386 and x86_64.
245         * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
246         DT_TLSDESC_PLT.
247
248 2006-01-18  Nick Clifton  <nickc@redhat.com>
249
250         PR binutils/1391
251         * objcopy.c (copy_object): For PE format targets set the VMA of a
252         newly created gnu_debuglink section to a non-zero, aligned,
253         contiguous value.
254         * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
255         * Makefile.in: Regenerate.
256
257 2006-01-17  Andreas Schwab  <schwab@suse.de>
258
259         PR binutils/1486
260         * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
261         * configure: Regenerate.
262         * objdump.c (struct objdump_disasm_info): Don't check for
263         DISASSEMBLER_NEEDS_RELOCS.
264         (objdump_print_addr): Likewise.
265         (disassemble_bytes): Check disassembler_needs_relocs from
266         disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
267         at compile-time.
268         (disassemble_section): Likewise.
269         (disassemble_data): Initialize it.
270
271 2006-01-11  Alan Modra  <amodra@bigpond.net.au>
272
273         * objcopy.c (copy_object): Fix thinko.
274
275         * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
276
277 2006-01-09  Mike Frysinger  <vapier@gentoo.org>:
278
279         * readelf.c (guess_is_rela): Add case for Nios/Nios II.
280         (get_machine_name): Likewise.
281
282 For older changes see ChangeLog-2005
283 \f
284 Local Variables:
285 mode: change-log
286 left-margin: 8
287 fill-column: 74
288 version-control: never
289 End: