OSDN Git Service

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