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