3dd566f56419ce3209d5e1325bfc0436f83bdc25
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2007-07-05 Alan Modra <amodra@bigpond.net.au>
2
3 * doc/binutils.texi (size): Document --common.
4 * size.c: Make a number of vars static. Delete unnecessary
5 function declarations.
6 (show_common, common_size): New vars.
7 (usage): Describe --common.
8 (OPTION_FORMAT, OPTION_RADIX, OPTION_TARGET): Define and use.
9 (long_options): Add common.
10 (calculate_common_size): New function.
11 (print_berkeley_format): Add common_size to bsssize.
12 (sysv_one_line): New function split out from..
13 (sysv_internal_printer): ..here.
14 (print_sysv_format): Handle display of *COM*.
15 (print_sizes): Call calculate_common_size.
16
17 2007-07-05 Alan Modra <amodra@bigpond.net.au>
18
19 * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
20
21 2007-07-02 Alan Modra <amodra@bigpond.net.au>
22
23 PR 4716
24 * objcopy.c (filter_symbols): Correct relocatable file test.
25
26 2007-07-02 Alan Modra <amodra@bigpond.net.au>
27
28 * Makefile.am: Run "make dep-am".
29 * Makefile.in: Regenerate.
30 * aclocal.m4: Regenerate.
31 * config.in: Regenerate.
32 * doc/Makefile.in: Regenerate.
33 * po/POTFILES.in: Regenerate.
34 * po/binutils.pot: Regenerate.
35
36 2007-06-30 H.J. Lu <hongjiu.lu@intel.com>
37
38 * aclocal.m4: Regenerated.
39 * doc/Makefile.in: Likewise.
40 * Makefile.in: Likewise.
41
42 2007-06-29 Joseph Myers <joseph@codesourcery.com>
43
44 * readelf.c (display_power_gnu_attribute, process_power_specific):
45 New.
46 (process_arch_specific): Call process_power_specific.
47
48 2007-06-29 Joseph Myers <joseph@codesourcery.com>
49
50 * readelf.c (display_mips_gnu_attribute): New.
51 (process_mips_specific): Call process_attributes.
52
53 2007-06-29 Joseph Myers <joseph@codesourcery.com>
54
55 * readelf.c (display_gnu_attribute): New.
56 (process_arm_specific): Rearrange as process_attributes.
57 (process_arm_specific): Replace by wrapper of process_attributes.
58
59 2007-06-28 Roland McGrath <roland@frob.com>
60
61 * objcopy.c (setup_section): Don't reset ELF section type to
62 SHT_NOBITS when it is SHT_NOTE.
63 * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug.
64
65 2007-06-27 Alan Modra <amodra@bigpond.net.au>
66
67 * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
68 * arsup.c: Likewise.
69 * binemul.c: Likewise.
70 * objcopy.c: Likewise.
71 * dlltool.c: Likewise.
72
73 2007-06-26 Shantonu Sen <ssen@apple.com>
74
75 PR binutils/4693
76 * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
77 dependency on $(LIBICONV) to ...
78 (windres_LDADD, windmc_LDADD) ... here.
79 * Makefile.in: Regenerate.
80
81 2007-06-21 Alan Modra <amodra@bigpond.net.au>
82
83 * embedspu.sh (relas): Correct sh_info parsing.
84
85 2007-06-19 Danny Smith <dannysmith@users.sourceforge.net>
86
87 * objdump.c: Include sys/stat.h.
88
89 2007-06-19 Kai Tietz <kai.tietz@onevision.com>
90
91 * Makefile.am: Add windmc tool.
92 * Makefile.in: Regenerate.
93 * configure.in: Add windmc tool.
94 * configure: Regenerate.
95 * mclex.c: New.
96 * mcparse.y: New.
97 * windmc.c: New.
98 * windmc.h: New.
99 * doc/Makefile.am: Add windmc tool.
100 * doc/Makefile.in: Regenerate.
101 * doc/binutils.texi: Add windmc documentation.
102 * NEWS: Mention new tool.
103
104 2007-06-18 Andi Kleen <ak@suse.de>
105
106 * objdump.c: Include sys/mman.h
107 (print_file_list): Remove f, add map, mapsize, linemap, maxline,
108 last_line, first fields.
109 (slurp_file): Add.
110 (index_file): Add.
111 (print_file_open): Call slurp_file and index_file. Initialize new
112 fields.
113 (skip_to_line): Rename to print_line and write only single line.
114 (dump_line): Add.
115 (show_line): Change to new algorithm.
116
117 2007-06-18 Thomas Weidenmueller <w3seek@reactos.org>
118
119 * resres.c (probe_binary): Fix test for badly formatted headers.
120
121 2007-06-18 Kai Tietz <Kai.Tietz@onevision.com>
122
123 * rclex.c: (cpp_line): Add code_page pragma support.
124 * windres.c: (usage, long_options, main): Add new option
125 --codepage or -c.
126 * winduni.c: (wind_default_codepage, wind_current_codepage): New.
127 (unicode_from_ascii, ascii_from_unicode): Use
128 wind_current_codepage as codepage parameter.
129 (unicode_print): Print 4 characters for hexadecimal values in
130 unicode strings.
131 * winduni.h: (wind_default_codepage, wind_current_codepage):
132 Export.
133 * doc/binutils.texi: Document new option.
134 * NEWS: Mention new features of windres.
135
136 2007-06-18 Brian D. Watt <bwatt@us.ibm.com>
137
138 * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
139
140 2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
141
142 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
143
144 * acinclude.m4: Removed.
145
146 * Makefile.in: Regenerated.
147 * aclocal.m4: Likewise.
148 * configure: Likewise.
149
150 2007-06-11 Nathan Sidwell <nathan@codesourcery.com>
151
152 * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
153
154 2007-06-06 Kai Tietz <Kai.Tietz@onevision.com>
155
156 PR binutils/4356 binutils/591
157 * resrc.c (filename_need_quotes): New function.
158 (look_for_default): If filename_need_quotes is true then quote the
159 filename in the command line being created.
160 (read_rc_file): Likewise.
161
162 2007-06-06 Ben Elliston <bje@au.ibm.com>
163
164 * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
165
166 2007-06-05 Kai Tietz <Kai.Tietz@onevision.com>
167
168 * Makefile.am: Add LIBICONV to windres.
169 * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
170 * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
171 * config.in: Add ICONV defines.
172 * aclocal.m4: Regenerate.
173 * confugure: Regenerate.
174 * winduni.c: (local_iconv_map codepages, wind_language_t,
175 languages, unicode_is_valid_codepage, wind_find_language_by_id,
176 wind_find_language_by_codepage, wind_find_codepage_info,
177 unicode_from_codepage, codepage_from_unicode, iconv_onechar,
178 wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
179 New.
180 (ascii_from_unicode): Use codepage_from_unicode.
181 (ascii_from_unicode): Use unicode_from_codepage.
182 Use for cygwin windows API for unicode transformation.
183 * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
184 macros.
185 (wind_language_t, local_iconv_map): New types.
186 (wind_find_language_by_id, wind_find_language_by_codepage,
187 unicode_is_valid_codepage, wind_find_codepage_info,
188 unicode_from_codepage, codepage_from_unicode): New
189 prototypes.
190
191 2007-06-05 Alan Modra <amodra@bigpond.net.au>
192
193 * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
194
195 2007-05-30 Alan Modra <amodra@bigpond.net.au>
196
197 * objcopy.c (copy_object): Revert 2007-05-11 change. Don't
198 avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
199 (setup_section): Don't modify flags, and don't avoid calling
200 bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
201 * readelf.c (process_program_headers): Ignore .dynamic of type
202 SHT_NOBITS.
203
204 2007-05-29 Alan Modra <amodra@bigpond.net.au>
205
206 * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
207 pic or pie and image needs relocs.
208
209 2007-05-24 Steve Ellcey <sje@cup.hp.com>
210
211 * Makefile.in: Regenerate.
212 * configure: Regenerate.
213 * aclocal.m4: Regenerate.
214 * doc/Makefile.in: Regenerate.
215
216 2007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
217
218 * rcparse.y: Join strings for elements having no side-effects in
219 "rc"-grammar.
220
221 2007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
222
223 * rclex.c: New file replacing rclex.l.
224 * rclex.l: Removed.
225 * windint.h: New file holding common structure and type
226 definitions.
227 * Makefile.am: Added new header windint.h and exchanged rclex.l by
228 rclex.c.
229 * Makefile.in: Regenerate.
230 * rcparse.y: Renamed some structures.
231 Use in internal representation always bfd_vma instead of long or
232 int.
233 Removed from %union unused stringtable.
234 Added to %union suni structure for unicode strings.
235 Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
236 DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
237 TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
238 Added support for these new rc file tokens.
239 * resbin.c: Rewrote using bfd and binary structures, and support
240 new resource types.
241 * rescoff.c: Likewise.
242 * resres.c: Likewise.
243 * resrc.c: Likewise. Dumps as RC are now recompilable.
244 * windres.c: As above. Using bfd for res and provide target
245 specific endianess support.
246 * windres.h: Use windint.h as include. Additionally removed K&R
247 syntax.
248 * winduni.c: New printing and unichar support routines.
249 * winduni.h: Prototypes for new unichar helpers.
250 * windint.h: New file.
251
252 2007-05-22 Paul Brook <paul@codesourcery.com>
253
254 * objdump.c (find_symbol_for_address): Merge section and target
255 specific filtering code.
256
257 2007-05-22 Nick Clifton <nickc@redhat.com>
258
259 * doc/binutils.texi: Use @copying around the copyright notice.
260
261 2007-05-21 Richard Sandiford <richard@codesourcery.com>
262
263 * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
264 for executables and shared libraries.
265
266 2007-05-18 Nathan Sidwell <nathan@codesourcery.com>
267
268 * objcopy.c (strip_main): Detect identical input and output file
269 names.
270 (copy_main): Refactor tempname detection and use.
271
272 2007-05-17 Nick Clifton <nickc@redhat.com>
273
274 * objdump.c (load_debug_section): Select bias for DWARF debug
275 addresses based on the flavour of the bfd.
276
277 2007-05-11 Alan Modra <amodra@bigpond.net.au>
278
279 PR 4479
280 * objcopy.c (copy_object): Don't copy ELF program headers for
281 --only-keep-debug.
282
283 2007-05-11 Alan Modra <amodra@bigpond.net.au>
284
285 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
286 over one found on the users path.
287 (main): Generate .reloc for each R_SPU_PPU* reloc.
288
289 2007-04-28 Alan Modra <amodra@bigpond.net.au>
290
291 * prdbg.c (tg_variable): Adjust for changed demangler.
292 (tg_start_function): Likewise.
293
294 2007-04-27 Alan Modra <amodra@bigpond.net.au>
295
296 * bucumm.h: Split off host dependencies to..
297 * sysdep.h: ..here.
298 Many files: Include sysdep.h. Remove duplicate headers and reorder.
299 * Makefile.am: Run "make dep-am".
300 * Makefile.in: Regenerate.
301
302 2007-04-24 Nick Clifton <nickc@redhat.com>
303
304 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
305
306 2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
307 Phil Edwards <phil@codesourcery.com>
308
309 * objcopy.c (filter_symbols): Explicitly stripping a symbol
310 used in relocations is an error.
311 Retype 'keep' to bfd_boolean.
312
313 2007-04-24 Alan Modra <amodra@bigpond.net.au>
314
315 * Makefile.in: Regenerate.
316 * doc/Makefile.in: Regenerate.
317
318 2007-04-20 Nathan Froyd <froydnj@codesourcery.com>
319 Phil Edwards <phil@codesourcery.com>
320 Thomas de Lellis <tdel@windriver.com>
321
322 * objcopy.c (reverse_bytes): New variable.
323 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
324 (copy_options, copy_usage): Add "reverse-bytes" entry.
325 (copy_section): Reverse bytes within output sections.
326 * doc/binutils.texi: Document new objcopy option.
327
328 2007-04-20 Nick Clifton <nickc@redhat.com>
329
330 * rclex.l: Allow underscores at the start of identifiers.
331
332 2007-04-19 Alan Modra <amodra@bigpond.net.au>
333
334 * budemang.c: Delete.
335 * budemang.h: Delete.
336 * addr2line.c (translate_addresses): Call bfd_demangle rather than
337 demangle.
338 * nm.c (print_symname): Likewise.
339 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
340 (dump_bfd): Likewise.
341 * prdbg.c (struct pr_handle <demangler>): Add int param.
342 (tg_variable, tg_start_function): Adjust demangler calls.
343 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
344 * Makefile.in: Regenerate.
345 * po/POTFILES.in: Regenerate.
346
347 2007-04-14 Steve Ellcey <sje@cup.hp.com>
348
349 * Makefile.am: Add ACLOCAL_AMFLAGS.
350 * configure.in: Change macro call order.
351 * Makefile.in: Regenerate.
352 * configure: Regenerate.
353
354 2007-04-13 Nathan Sidwell <nathan@codesourcery.com>
355
356 * Makefile.am (TOOL_PROGS): Add objcopy.
357 * Makefile.in: Rebuilt.
358
359 2007-04-12 H.J. Lu <hongjiu.lu@intel.com>
360
361 PR binutils/4348
362 * objcopy.c (copy_object): Don't stop when there are no
363 sections to be copied.
364
365 2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
366
367 * NEWS: Mention disjoint histograms support in
368 gprof.
369
370 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
371
372 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
373 DW_TAG_inlined_subroutine.
374
375 2007-04-06 Matt Thomas <matt@netbsd.org>
376
377 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
378
379 2007-04-05 Alan Modra <amodra@bigpond.net.au>
380
381 PR binutils/4292
382 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
383 value_format_32bit.
384
385 2007-04-02 Nick Clifton <nickc@redhat.com>
386
387 PR binutils/4292
388 * nm.c (value_format): Replace with value_format_32bit and
389 value_format_64bit.
390 (set_radix): Update setting of value_format.
391 (set_print_width): New function. Compute the address size of a
392 given bfd and set the print_width global appropriately.
393 (display_archive): Use set_print_width.
394 (display_file): Likewise,
395 (print_object_filename_sysv): Update use of print_width.
396 (print_archive_member_sysv): Likewise.
397 (print_symbol_filename_posix): Likewise.
398 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
399
400 2007-03-28 Richard Sandiford <richard@codesourcery.com>
401 Phil Edwards <phil@codesourcery.com>
402
403 * doc/binutils.texi: Put the contents after the title page rather
404 than at the end of the document.
405
406 2007-03-28 Nick Clifton <nickc@redhat.com>
407
408 * readelf.c (slurp_rela_relocs): Add newline to end of error
409 messages.
410 (slurp_rel_relocs, request_dump, request_dump_byname,
411 process_program_headers, process_dynamic_section,
412 process_symbol_table, process_mips_specific, main): Likewise.
413
414 2007-03-28 Alan Modra <amodra@bigpond.net.au>
415
416 * MAINTAINERS: Update mailing list addresses. Add myself
417 as PPC maintainer.
418
419 2007-03-27 Alan Modra <amodra@bigpond.net.au>
420
421 * embedspu.sh: Correct toe_addr quoting.
422
423 2007-03-27 Alan Modra <amodra@bigpond.net.au>
424
425 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
426 .toe section and .toe address checks. Use .reloc for _EAR*
427 symbols defined in non-BSS sections. Build table for _SPUEAR_
428 symbols.
429
430 2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
431
432 PR gas/3811
433 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
434
435 2007-03-22 Joseph Myers <joseph@codesourcery.com>
436
437 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
438 version.
439
440 2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
441
442 * dlltool.c (make_one_lib_file): Use pc-relative relocation
443 instead of an absolute relocation for x86_64-pc-mingw32 target.
444
445 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
446
447 * Makefile.am (REPORT_BUGS_TO): Removed.
448 (INCLUDES): Remove -DREPORT_BUGS_TO.
449 * Makefile.in: Regenerated.
450
451 * bucomm.c: Don't include bfdver.h.
452 * objdump.c: Likewise.
453 * version.c: Likewise.
454
455 * bucomm.h: Include bfdver.h.
456
457 * configure.in (--with-bugurl): Removed.
458 * configure: Regenerated.
459
460 * doc/Makefile.am (binutils_TEXINFOS): Removed.
461 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
462 (TEXI2DVI): Likewise.
463 (config.texi): Removed.
464 (MOSTLYCLEANFILES): Remove config.texi.
465 * doc/Makefile.in: Regenerated.
466
467 * doc/binutils.texi: Include bfdver.texi instead of
468 config.texi.
469
470 2007-03-13 Nick Clifton <nickc@redhat.com>
471
472 * readelf.c (dump_section): Also test for SHT_REL sections when
473 producing the warning about unapplied relocs.
474
475 2007-03-07 Joseph Myers <joseph@codesourcery.com>
476
477 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
478 bug-reporting URL.
479 * doc/Makefile.am (config.texi): Define BUGURL.
480 * doc/binutils.texi: Use BUGURL. Remove text about large files
481 and uuencoding.
482 * Makefile.in, configure, doc/Makefile.in: Regenerate.
483
484 2007-03-01 Phil Edwards <phil@codesourcery.com>
485 Richard Sandiford <richard@codesourcery.com>
486
487 * NEWS: Mention addition of --extract-symbol.
488 * doc/binutils.texi: Document it.
489 * objcopy.c (extract_symbol): New variable.
490 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
491 (copy_options): Add an entry for --extract-symbol.
492 (copy_usage): Mention --extract-symbol.
493 (copy_object): Set the start address to zero for --extract-symbol.
494 Do not copy private BFD data in that case.
495 (setup_section): Set the size, LMA and VMA to zero for
496 --extract-symbol. Do not copy private BFD data in that case.
497 (copy_section): Do not copy section contents if --extract-symbol
498 is passed.
499 (copy_main): Set extract_symbol to TRUE if --extract-symbol
500 is passed.
501
502 2007-03-01 Paul Brook <paul@codesourcery.com>
503
504 * MAINTAINERS: Update my entry.
505
506 2007-03-01 Joseph Myers <joseph@codesourcery.com>
507
508 * version.c: Update copyright date.
509
510 2007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
511
512 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
513 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
514 * Makefile.in, doc/Makefile.in: Regenerate.
515
516 2007-03-01 Alan Modra <amodra@bigpond.net.au>
517
518 * embedspu.sh: Set type and size of global program handle symbol.
519
520 2007-02-28 Alan Modra <amodra@bigpond.net.au>
521
522 * Makefile.am (PROGS): Delete.
523 (RENAMED_PROGS): Define. Extracted from..
524 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
525 (install-exec-local): Adjust.
526 * Makefile.in: Regenerate.
527
528 2007-02-28 Alan Modra <amodra@bigpond.net.au>
529
530 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
531 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
532 (EXTRA_PROGRAMS): Remove bin2c.
533 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
534 (bin2c_SOURCES): Delete.
535 (DISTCLEANFILES): Remove sysinfo.
536 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
537 bin2c$(EXEEXT_FOR_BUILD).
538 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
539 Move embedspu to..
540 (BUILD_INSTALL_MISC): ..here.
541 * Makefile.in: Regenerate.
542 * configure: Regenerate.
543
544 2007-02-27 Alan Modra <amodra@bigpond.net.au>
545
546 * bin2c.c: New file.
547 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
548 (CFILES): Add bin2c.c.
549 (bin2c_SOURCES): Define.
550 (bin2c.o): Dependencies from "make dep-am".
551 * configure.in (BUILD_MISC): Add bin2c.
552 * version.c: Update year.
553 * po/POTFILES.in: Regenerate.
554 * Makefile.in: Regenerate.
555 * configure: Regenerate.
556
557 2007-02-17 Mark Mitchell <mark@codesourcery.com>
558 Nathan Sidwell <nathan@codesourcery.com>
559 Vladimir Prus <vladimir@codesourcery.com
560 Joseph Myers <joseph@codesourcery.com>
561
562 * configure.in (--with-bugurl): New option.
563 * configure: Regenerate.
564 * Makefile.am (REPORT_BUGS_TO): Define.
565 (INCLUDES): Define REPORT_BUGS_TO.
566 Regenerate dependencies.
567 * Makefile.in: Regenerate.
568 * doc/Makefile.in: Regenerate.
569 * bucomm.h: Remove include of bin-bugs.h.
570 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
571 * ar.c (usage): Pass s to list_supported_targets. Don't print
572 empty REPORT_BUGS_TO.
573 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
574 * cxxfilt.c (usage): Print bug url when giving help.
575 * dlltool.c (usage): Likewise.
576 * dllwrap.c (usage): Likewise.
577 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
578 * nm.c (usage): Likewise.
579 * objcopy.c (copy_usage, strip_usage): Likewise.
580 * objdump.c (usage): Likewise.
581 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
582 callers.
583 * size.c (usage): Don't print empty REPORT_BUGS_TO.
584 * srconv.c (show_usage): Likewise.
585 * strings.c (usage): Likewise.
586 * sysdymp.c (show_usage): Likewise.
587 * windres.c (usage): Likewise.
588
589 2007-02-13 Alan Modra <amodra@bigpond.net.au>
590
591 * embedspu.sh: Add -W to readelf invocation.
592
593 2007-02-06 Dave Brolley <brolley@redhat.com>
594
595 * MAINTAINERS: Add myself as the maintainer of the MeP port.
596
597 2007-02-06 Nick Clifton <nickc@redhat.com>
598
599 PR gas/3800
600 * readelf.c: Include elf/h8.h twice. The first time in order to
601 get the reloc numbers, the second time in order to get the reloc
602 decoder function.
603 (dump_section): Tell the user if the section being displayed has
604 unprocessed relocs associated with it.
605 (get_reloc_size): New function - returns the size of a reloc.
606 (debug_apply_rela_addends): Use get_reloc_size().
607 * dwarf.c (read_and_display_attr_value): Extend number of
608 languages known for the DW_AT_language attribute.
609 (process_debug_info): Display the attribute offset before decoding
610 the attribute, in case there are problems.
611
612 2007-02-05 Dave Brolley <brolley@redhat.com>
613
614 * readelf.c (dump_relocations): Don't check for
615 (rtype == NULL && type == R_RELC).
616
617 2007-02-05 Dave Brolley <brolley@redhat.com>
618
619 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
620 * Makefile.in: Regenerated.
621 * Contribute the following changes:
622 2003-10-29 Dave Brolley <brolley@redhat.com>
623
624 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
625 * configure: Regenerated.
626
627 2001-04-03 Ben Elliston <bje@redhat.com>
628
629 * readelf.c: Include "elf/mep.h".
630 (guess_is_rela): Handle EM_CYGNUS_MEP.
631 (get_machine_name): Ditto.
632 (dump_relocations): Ditto.
633
634 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
635
636 * MAINTAINERS: Add a space between H.J. and Lu.
637
638 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
639
640 * doc/binutils.texi (objdump): Document the new addr64 option
641 for i386 disassembler.
642
643 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
644
645 PR binutils/3945
646 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
647 target.
648 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
649 * configure: Regenerated.
650
651 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
652
653 2007-02-02 Nick Clifton <nickc@redhat.com>
654
655 * doc/binutils.texi (objdump): Document support for disassembling
656 the 440 PowerPC architecture.
657
658 2007-01-31 Nathan Sidwell <nathan@codesourcery.com>
659
660 * dwarf.c (process_debug_info): Protect against bogus length and
661 abbrev offsets.
662
663 2007-01-25 Kazu Hirata <kazu@codesourcery.com>
664
665 * ar.c (print_contents, extract_file): Cast the return value
666 of fwrite to size_t.
667
668 2007-01-12 Alan Modra <amodra@bigpond.net.au>
669
670 * ar.c (open_inarch): Check fwrite return. Use size_t.
671 (extract_file): Likewise. Remove test for "negative" file size.
672 * readelf.c (process_program_headers): Check fscanf return.
673
674 2007-01-11 H.J. Lu <hongjiu.lu@intel.com>
675
676 * bucomm.c (template_in_dir): Fix typo.
677
678 2007-01-11 Alan Modra <amodra@bigpond.net.au>
679
680 * embedspu.sh: New file.
681 * Makefile.am (embedspu): Add rule.
682 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
683 * Makefile.in: Regenerate.
684 * configure: Regenerate.
685
686 2007-01-11 Alan Modra <amodra@bigpond.net.au>
687
688 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
689 * bucomm.c (template_in_dir): New function, split out from..
690 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
691 (make_tempdir): Use template_in_dir. Handle directory creation
692 when !HAVE_MKDTEMP.
693 * objcopy.c (MKDIR): Don't define.
694 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
695 error message.
696
697 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
698
699 * readelf.c (get_machine_flags): Treat Fido as an architecture
700 by itself.
701
702 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
703
704 * configure.in: Renamed target x86_64-*-mingw64 to
705 x86_64-*-mingw*.
706 * configure: Regenerated.
707
708 2007-01-05 Alan Modra <amodra@bigpond.net.au>
709
710 * readelf.c (dump_section): Don't print 32-bit values, which
711 were done incorrectly for little-endian. Instead print bytes.
712
713 For older changes see ChangeLog-2006
714 \f
715 Local Variables:
716 mode: change-log
717 left-margin: 8
718 fill-column: 74
719 version-control: never
720 End:
This page took 0.044726 seconds and 4 git commands to generate.