2076-02-02 H.J. Lu <hongjiu.lu@intel.com>
[external/binutils.git] / binutils / ChangeLog
1 2076-02-02  H.J. Lu  <hongjiu.lu@intel.com>
2
3         PR binutils/3945
4         * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
5         target.
6         (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
7         * configure: Regenerated.
8
9         * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
10
11 2007-02-02  Nick Clifton  <nickc@redhat.com>
12
13         * doc/binutils.texi (objdump): Document support for disassembling
14         the 440 PowerPC architecture.
15
16 2007-01-31  Nathan Sidwell  <nathan@codesourcery.com>
17
18         * dwarf.c (process_debug_info): Protect against bogus length and
19         abbrev offsets.
20
21 2007-01-25  Kazu Hirata  <kazu@codesourcery.com>
22
23         * ar.c (print_contents, extract_file): Cast the return value
24         of fwrite to size_t.
25
26 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
27
28         * ar.c (open_inarch): Check fwrite return.  Use size_t.
29         (extract_file): Likewise.  Remove test for "negative" file size.
30         * readelf.c (process_program_headers): Check fscanf return.
31
32 2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33
34         * bucomm.c (template_in_dir): Fix typo.
35
36 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
37
38         * embedspu.sh: New file.
39         * Makefile.am (embedspu): Add rule.
40         * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
41         * Makefile.in: Regenerate.
42         * configure: Regenerate.
43
44 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
45
46         * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
47         * bucomm.c (template_in_dir): New function, split out from..
48         (make_tempname): ..here.  Open the file with O_EXCL if !HAVE_MKSTEMP.
49         (make_tempdir): Use template_in_dir.  Handle directory creation
50         when !HAVE_MKDTEMP.
51         * objcopy.c (MKDIR): Don't define.
52         (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too.  Fix
53         error message.
54
55 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
56
57         * readelf.c (get_machine_flags): Treat Fido as an architecture
58         by itself.
59
60 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
61
62         * configure.in: Renamed target x86_64-*-mingw64 to
63         x86_64-*-mingw*.
64         * configure: Regenerated.
65
66 2007-01-05  Alan Modra  <amodra@bigpond.net.au>
67
68         * readelf.c (dump_section): Don't print 32-bit values, which
69         were done incorrectly for little-endian.  Instead print bytes.
70
71 For older changes see ChangeLog-2006
72 \f
73 Local Variables:
74 mode: change-log
75 left-margin: 8
76 fill-column: 74
77 version-control: never
78 End: