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