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