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