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