.
[platform/upstream/binutils.git] / binutils / ChangeLog
1 2007-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
7 2007-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
15 2007-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
23 2007-06-21  Alan Modra  <amodra@bigpond.net.au>
24
25         * embedspu.sh (relas): Correct sh_info parsing.
26
27 2007-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
28
29         * objdump.c: Include sys/stat.h.
30
31 2007-06-19  Kai Tietz  <kai.tietz@onevision.com>
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
46 2007-06-18  Andi Kleen  <ak@suse.de>
47
48         * objdump.c: Include sys/mman.h
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
59 2007-06-18  Thomas Weidenmueller  <w3seek@reactos.org>
60
61         * resres.c (probe_binary): Fix test for badly formatted headers.
62
63 2007-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.
76         * NEWS: Mention new features of windres.
77
78 2007-06-18  Brian D. Watt  <bwatt@us.ibm.com>
79
80         * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
81
82 2007-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
92 2007-06-11  Nathan Sidwell  <nathan@codesourcery.com>
93
94         * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
95
96 2007-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
104 2007-06-06  Ben Elliston  <bje@au.ibm.com>
105
106         * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
107
108 2007-06-05  Kai Tietz  <Kai.Tietz@onevision.com>
109
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,
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):
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
126         macros.
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.
132
133 2007-06-05  Alan Modra  <amodra@bigpond.net.au>
134
135         * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
136
137 2007-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
146 2007-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
151 2007-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
158 2007-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
163 2007-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
194 2007-05-22  Paul Brook  <paul@codesourcery.com>
195
196         * objdump.c (find_symbol_for_address): Merge section and target
197         specific filtering code.
198
199 2007-05-22  Nick Clifton  <nickc@redhat.com>
200
201         * doc/binutils.texi: Use @copying around the copyright notice.
202
203 2007-05-21  Richard Sandiford  <richard@codesourcery.com>
204
205         * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
206         for executables and shared libraries.
207
208 2007-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
214 2007-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
219 2007-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
225 2007-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
231 2007-04-28  Alan Modra  <amodra@bigpond.net.au>
232
233         * prdbg.c (tg_variable): Adjust for changed demangler.
234         (tg_start_function): Likewise.
235
236 2007-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
244 2007-04-24  Nick Clifton  <nickc@redhat.com>
245
246         * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
247
248 2007-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
255 2007-04-24  Alan Modra  <amodra@bigpond.net.au>
256
257         * Makefile.in: Regenerate.
258         * doc/Makefile.in: Regenerate.
259
260 2007-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
270 2007-04-20  Nick Clifton  <nickc@redhat.com>
271
272         * rclex.l: Allow underscores at the start of identifiers.
273
274 2007-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
289 2007-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
296 2007-04-13  Nathan Sidwell  <nathan@codesourcery.com>
297
298         * Makefile.am (TOOL_PROGS): Add objcopy.
299         * Makefile.in: Rebuilt.
300
301 2007-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
307 2007-04-10  Vladimir Prus  <vladimir@codesourcery.com>
308
309         * NEWS: Mention disjoint histograms support in
310         gprof.
311
312 2007-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
317 2007-04-06  Matt Thomas  <matt@netbsd.org>
318
319         * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
320
321 2007-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
327 2007-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
342 2007-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
348 2007-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
356 2007-03-28  Alan Modra  <amodra@bigpond.net.au>
357
358         * MAINTAINERS: Update mailing list addresses.  Add myself
359         as PPC maintainer.
360
361 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
362
363         * embedspu.sh: Correct toe_addr quoting.
364
365 2007-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
372 2007-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
377 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
378
379         * doc/binutils.texi: Include VERSION_PACKAGE when reporting
380         version.
381
382 2007-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
387 2007-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
412 2007-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
417 2007-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
426 2007-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
444 2007-03-01  Paul Brook  <paul@codesourcery.com>
445
446         * MAINTAINERS: Update my entry.
447
448 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
449
450         * version.c: Update copyright date.
451
452 2007-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
458 2007-03-01  Alan Modra  <amodra@bigpond.net.au>
459
460         * embedspu.sh: Set type and size of global program handle symbol.
461
462 2007-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
470 2007-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
486 2007-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
499 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
500             Nathan Sidwell  <nathan@codesourcery.com>
501             Vladimir Prus  <vladimir@codesourcery.com
502             Joseph Myers  <joseph@codesourcery.com>
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
531 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
532
533         * embedspu.sh: Add -W to readelf invocation.
534
535 2007-02-06  Dave Brolley  <brolley@redhat.com>
536
537         * MAINTAINERS: Add myself as the maintainer of the MeP port.
538
539 2007-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
554 2007-02-05  Dave Brolley  <brolley@redhat.com>
555
556         * readelf.c (dump_relocations): Don't check for
557         (rtype == NULL && type == R_RELC).
558
559 2007-02-05  Dave Brolley  <brolley@redhat.com>
560
561         * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
562         * Makefile.in: Regenerated.
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
576 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
577
578         * MAINTAINERS: Add a space between H.J. and Lu.
579
580 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
581
582         * doc/binutils.texi (objdump): Document the new addr64 option
583         for i386 disassembler.
584
585 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
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
595 2007-02-02  Nick Clifton  <nickc@redhat.com>
596
597         * doc/binutils.texi (objdump): Document support for disassembling
598         the 440 PowerPC architecture.
599
600 2007-01-31  Nathan Sidwell  <nathan@codesourcery.com>
601
602         * dwarf.c (process_debug_info): Protect against bogus length and
603         abbrev offsets.
604
605 2007-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
610 2007-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
616 2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
617
618         * bucomm.c (template_in_dir): Fix typo.
619
620 2007-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
628 2007-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
639 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
640
641         * readelf.c (get_machine_flags): Treat Fido as an architecture
642         by itself.
643
644 2007-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
650 2007-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
655 For older changes see ChangeLog-2006
656 \f
657 Local Variables:
658 mode: change-log
659 left-margin: 8
660 fill-column: 74
661 version-control: never
662 End: