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