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