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