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