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