4d75c01aa97a4263f51e1e08468172e9c166b7f5
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2007-04-24 Alan Modra <amodra@bigpond.net.au>
2
3 * Makefile.in: Regenerate.
4 * doc/Makefile.in: Regenerate.
5
6 2007-04-20 Nathan Froyd <froydnj@codesourcery.com>
7 Phil Edwards <phil@codesourcery.com>
8 Thomas de Lellis <tdel@windriver.com>
9
10 * objcopy.c (reverse_bytes): New variable.
11 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
12 (copy_options, copy_usage): Add "reverse-bytes" entry.
13 (copy_section): Reverse bytes within output sections.
14 * doc/binutils.texi: Document new objcopy option.
15
16 2007-04-20 Nick Clifton <nickc@redhat.com>
17
18 * rclex.l: Allow underscores at the start of identifiers.
19
20 2007-04-19 Alan Modra <amodra@bigpond.net.au>
21
22 * budemang.c: Delete.
23 * budemang.h: Delete.
24 * addr2line.c (translate_addresses): Call bfd_demangle rather than
25 demangle.
26 * nm.c (print_symname): Likewise.
27 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
28 (dump_bfd): Likewise.
29 * prdbg.c (struct pr_handle <demangler>): Add int param.
30 (tg_variable, tg_start_function): Adjust demangler calls.
31 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
32 * Makefile.in: Regenerate.
33 * po/POTFILES.in: Regenerate.
34
35 2007-04-14 Steve Ellcey <sje@cup.hp.com>
36
37 * Makefile.am: Add ACLOCAL_AMFLAGS.
38 * configure.in: Change macro call order.
39 * Makefile.in: Regenerate.
40 * configure: Regenerate.
41
42 2007-04-13 Nathan Sidwell <nathan@codesourcery.com>
43
44 * Makefile.am (TOOL_PROGS): Add objcopy.
45 * Makefile.in: Rebuilt.
46
47 2007-04-12 H.J. Lu <hongjiu.lu@intel.com>
48
49 PR binutils/4348
50 * objcopy.c (copy_object): Don't stop when there are no
51 sections to be copied.
52
53 2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
54
55 * NEWS: Mention disjoint histograms support in
56 gprof.
57
58 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
59
60 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
61 DW_TAG_inlined_subroutine.
62
63 2007-04-06 Matt Thomas <matt@netbsd.org>
64
65 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
66
67 2007-04-05 Alan Modra <amodra@bigpond.net.au>
68
69 PR binutils/4292
70 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
71 value_format_32bit.
72
73 2007-04-02 Nick Clifton <nickc@redhat.com>
74
75 PR binutils/4292
76 * nm.c (value_format): Replace with value_format_32bit and
77 value_format_64bit.
78 (set_radix): Update setting of value_format.
79 (set_print_width): New function. Compute the address size of a
80 given bfd and set the print_width global appropriately.
81 (display_archive): Use set_print_width.
82 (display_file): Likewise,
83 (print_object_filename_sysv): Update use of print_width.
84 (print_archive_member_sysv): Likewise.
85 (print_symbol_filename_posix): Likewise.
86 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
87
88 2007-03-28 Richard Sandiford <richard@codesourcery.com>
89 Phil Edwards <phil@codesourcery.com>
90
91 * doc/binutils.texi: Put the contents after the title page rather
92 than at the end of the document.
93
94 2007-03-28 Nick Clifton <nickc@redhat.com>
95
96 * readelf.c (slurp_rela_relocs): Add newline to end of error
97 messages.
98 (slurp_rel_relocs, request_dump, request_dump_byname,
99 process_program_headers, process_dynamic_section,
100 process_symbol_table, process_mips_specific, main): Likewise.
101
102 2007-03-28 Alan Modra <amodra@bigpond.net.au>
103
104 * MAINTAINERS: Update mailing list addresses. Add myself
105 as PPC maintainer.
106
107 2007-03-27 Alan Modra <amodra@bigpond.net.au>
108
109 * embedspu.sh: Correct toe_addr quoting.
110
111 2007-03-27 Alan Modra <amodra@bigpond.net.au>
112
113 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
114 .toe section and .toe address checks. Use .reloc for _EAR*
115 symbols defined in non-BSS sections. Build table for _SPUEAR_
116 symbols.
117
118 2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
119
120 PR gas/3811
121 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
122
123 2007-03-22 Joseph Myers <joseph@codesourcery.com>
124
125 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
126 version.
127
128 2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
129
130 * dlltool.c (make_one_lib_file): Use pc-relative relocation
131 instead of an absolute relocation for x86_64-pc-mingw32 target.
132
133 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
134
135 * Makefile.am (REPORT_BUGS_TO): Removed.
136 (INCLUDES): Remove -DREPORT_BUGS_TO.
137 * Makefile.in: Regenerated.
138
139 * bucomm.c: Don't include bfdver.h.
140 * objdump.c: Likewise.
141 * version.c: Likewise.
142
143 * bucomm.h: Include bfdver.h.
144
145 * configure.in (--with-bugurl): Removed.
146 * configure: Regenerated.
147
148 * doc/Makefile.am (binutils_TEXINFOS): Removed.
149 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
150 (TEXI2DVI): Likewise.
151 (config.texi): Removed.
152 (MOSTLYCLEANFILES): Remove config.texi.
153 * doc/Makefile.in: Regenerated.
154
155 * doc/binutils.texi: Include bfdver.texi instead of
156 config.texi.
157
158 2007-03-13 Nick Clifton <nickc@redhat.com>
159
160 * readelf.c (dump_section): Also test for SHT_REL sections when
161 producing the warning about unapplied relocs.
162
163 2007-03-07 Joseph Myers <joseph@codesourcery.com>
164
165 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
166 bug-reporting URL.
167 * doc/Makefile.am (config.texi): Define BUGURL.
168 * doc/binutils.texi: Use BUGURL. Remove text about large files
169 and uuencoding.
170 * Makefile.in, configure, doc/Makefile.in: Regenerate.
171
172 2007-03-01 Phil Edwards <phil@codesourcery.com>
173 Richard Sandiford <richard@codesourcery.com>
174
175 * NEWS: Mention addition of --extract-symbol.
176 * doc/binutils.texi: Document it.
177 * objcopy.c (extract_symbol): New variable.
178 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
179 (copy_options): Add an entry for --extract-symbol.
180 (copy_usage): Mention --extract-symbol.
181 (copy_object): Set the start address to zero for --extract-symbol.
182 Do not copy private BFD data in that case.
183 (setup_section): Set the size, LMA and VMA to zero for
184 --extract-symbol. Do not copy private BFD data in that case.
185 (copy_section): Do not copy section contents if --extract-symbol
186 is passed.
187 (copy_main): Set extract_symbol to TRUE if --extract-symbol
188 is passed.
189
190 2007-03-01 Paul Brook <paul@codesourcery.com>
191
192 * MAINTAINERS: Update my entry.
193
194 2007-03-01 Joseph Myers <joseph@codesourcery.com>
195
196 * version.c: Update copyright date.
197
198 2007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
199
200 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
201 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
202 * Makefile.in, doc/Makefile.in: Regenerate.
203
204 2007-03-01 Alan Modra <amodra@bigpond.net.au>
205
206 * embedspu.sh: Set type and size of global program handle symbol.
207
208 2007-02-28 Alan Modra <amodra@bigpond.net.au>
209
210 * Makefile.am (PROGS): Delete.
211 (RENAMED_PROGS): Define. Extracted from..
212 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
213 (install-exec-local): Adjust.
214 * Makefile.in: Regenerate.
215
216 2007-02-28 Alan Modra <amodra@bigpond.net.au>
217
218 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
219 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
220 (EXTRA_PROGRAMS): Remove bin2c.
221 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
222 (bin2c_SOURCES): Delete.
223 (DISTCLEANFILES): Remove sysinfo.
224 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
225 bin2c$(EXEEXT_FOR_BUILD).
226 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
227 Move embedspu to..
228 (BUILD_INSTALL_MISC): ..here.
229 * Makefile.in: Regenerate.
230 * configure: Regenerate.
231
232 2007-02-27 Alan Modra <amodra@bigpond.net.au>
233
234 * bin2c.c: New file.
235 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
236 (CFILES): Add bin2c.c.
237 (bin2c_SOURCES): Define.
238 (bin2c.o): Dependencies from "make dep-am".
239 * configure.in (BUILD_MISC): Add bin2c.
240 * version.c: Update year.
241 * po/POTFILES.in: Regenerate.
242 * Makefile.in: Regenerate.
243 * configure: Regenerate.
244
245 2007-02-17 Mark Mitchell <mark@codesourcery.com>
246 Nathan Sidwell <nathan@codesourcery.com>
247 Vladimir Prus <vladimir@codesourcery.com
248 Joseph Myers <joseph@codesourcery.com>
249
250 * configure.in (--with-bugurl): New option.
251 * configure: Regenerate.
252 * Makefile.am (REPORT_BUGS_TO): Define.
253 (INCLUDES): Define REPORT_BUGS_TO.
254 Regenerate dependencies.
255 * Makefile.in: Regenerate.
256 * doc/Makefile.in: Regenerate.
257 * bucomm.h: Remove include of bin-bugs.h.
258 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
259 * ar.c (usage): Pass s to list_supported_targets. Don't print
260 empty REPORT_BUGS_TO.
261 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
262 * cxxfilt.c (usage): Print bug url when giving help.
263 * dlltool.c (usage): Likewise.
264 * dllwrap.c (usage): Likewise.
265 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
266 * nm.c (usage): Likewise.
267 * objcopy.c (copy_usage, strip_usage): Likewise.
268 * objdump.c (usage): Likewise.
269 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
270 callers.
271 * size.c (usage): Don't print empty REPORT_BUGS_TO.
272 * srconv.c (show_usage): Likewise.
273 * strings.c (usage): Likewise.
274 * sysdymp.c (show_usage): Likewise.
275 * windres.c (usage): Likewise.
276
277 2007-02-13 Alan Modra <amodra@bigpond.net.au>
278
279 * embedspu.sh: Add -W to readelf invocation.
280
281 2007-02-06 Dave Brolley <brolley@redhat.com>
282
283 * MAINTAINERS: Add myself as the maintainer of the MeP port.
284
285 2007-02-06 Nick Clifton <nickc@redhat.com>
286
287 PR gas/3800
288 * readelf.c: Include elf/h8.h twice. The first time in order to
289 get the reloc numbers, the second time in order to get the reloc
290 decoder function.
291 (dump_section): Tell the user if the section being displayed has
292 unprocessed relocs associated with it.
293 (get_reloc_size): New function - returns the size of a reloc.
294 (debug_apply_rela_addends): Use get_reloc_size().
295 * dwarf.c (read_and_display_attr_value): Extend number of
296 languages known for the DW_AT_language attribute.
297 (process_debug_info): Display the attribute offset before decoding
298 the attribute, in case there are problems.
299
300 2007-02-05 Dave Brolley <brolley@redhat.com>
301
302 * readelf.c (dump_relocations): Don't check for
303 (rtype == NULL && type == R_RELC).
304
305 2007-02-05 Dave Brolley <brolley@redhat.com>
306
307 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
308 * Makefile.in: Regenerated.
309 * Contribute the following changes:
310 2003-10-29 Dave Brolley <brolley@redhat.com>
311
312 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
313 * configure: Regenerated.
314
315 2001-04-03 Ben Elliston <bje@redhat.com>
316
317 * readelf.c: Include "elf/mep.h".
318 (guess_is_rela): Handle EM_CYGNUS_MEP.
319 (get_machine_name): Ditto.
320 (dump_relocations): Ditto.
321
322 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
323
324 * MAINTAINERS: Add a space between H.J. and Lu.
325
326 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
327
328 * doc/binutils.texi (objdump): Document the new addr64 option
329 for i386 disassembler.
330
331 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
332
333 PR binutils/3945
334 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
335 target.
336 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
337 * configure: Regenerated.
338
339 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
340
341 2007-02-02 Nick Clifton <nickc@redhat.com>
342
343 * doc/binutils.texi (objdump): Document support for disassembling
344 the 440 PowerPC architecture.
345
346 2007-01-31 Nathan Sidwell <nathan@codesourcery.com>
347
348 * dwarf.c (process_debug_info): Protect against bogus length and
349 abbrev offsets.
350
351 2007-01-25 Kazu Hirata <kazu@codesourcery.com>
352
353 * ar.c (print_contents, extract_file): Cast the return value
354 of fwrite to size_t.
355
356 2007-01-12 Alan Modra <amodra@bigpond.net.au>
357
358 * ar.c (open_inarch): Check fwrite return. Use size_t.
359 (extract_file): Likewise. Remove test for "negative" file size.
360 * readelf.c (process_program_headers): Check fscanf return.
361
362 2007-01-11 H.J. Lu <hongjiu.lu@intel.com>
363
364 * bucomm.c (template_in_dir): Fix typo.
365
366 2007-01-11 Alan Modra <amodra@bigpond.net.au>
367
368 * embedspu.sh: New file.
369 * Makefile.am (embedspu): Add rule.
370 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
371 * Makefile.in: Regenerate.
372 * configure: Regenerate.
373
374 2007-01-11 Alan Modra <amodra@bigpond.net.au>
375
376 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
377 * bucomm.c (template_in_dir): New function, split out from..
378 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
379 (make_tempdir): Use template_in_dir. Handle directory creation
380 when !HAVE_MKDTEMP.
381 * objcopy.c (MKDIR): Don't define.
382 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
383 error message.
384
385 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
386
387 * readelf.c (get_machine_flags): Treat Fido as an architecture
388 by itself.
389
390 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
391
392 * configure.in: Renamed target x86_64-*-mingw64 to
393 x86_64-*-mingw*.
394 * configure: Regenerated.
395
396 2007-01-05 Alan Modra <amodra@bigpond.net.au>
397
398 * readelf.c (dump_section): Don't print 32-bit values, which
399 were done incorrectly for little-endian. Instead print bytes.
400
401 For older changes see ChangeLog-2006
402 \f
403 Local Variables:
404 mode: change-log
405 left-margin: 8
406 fill-column: 74
407 version-control: never
408 End:
This page took 0.040092 seconds and 4 git commands to generate.