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