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