daily update
[binutils.git] / binutils / ChangeLog
blob5f99b21423100f9a44c4d2b88c64a55fb139f5b4
1 2007-01-25  Kazu Hirata  <kazu@codesourcery.com>
3         * ar.c (print_contents, extract_file): Cast the return value
4         of fwrite to size_t.
6 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
8         * ar.c (open_inarch): Check fwrite return.  Use size_t.
9         (extract_file): Likewise.  Remove test for "negative" file size.
10         * readelf.c (process_program_headers): Check fscanf return.
12 2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
14         * bucomm.c (template_in_dir): Fix typo.
16 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
18         * embedspu.sh: New file.
19         * Makefile.am (embedspu): Add rule.
20         * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
21         * Makefile.in: Regenerate.
22         * configure: Regenerate.
24 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
26         * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
27         * bucomm.c (template_in_dir): New function, split out from..
28         (make_tempname): ..here.  Open the file with O_EXCL if !HAVE_MKSTEMP.
29         (make_tempdir): Use template_in_dir.  Handle directory creation
30         when !HAVE_MKDTEMP.
31         * objcopy.c (MKDIR): Don't define.
32         (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too.  Fix
33         error message.
35 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
37         * readelf.c (get_machine_flags): Treat Fido as an architecture
38         by itself.
40 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
42         * configure.in: Renamed target x86_64-*-mingw64 to
43         x86_64-*-mingw*.
44         * configure: Regenerated.
46 2007-01-05  Alan Modra  <amodra@bigpond.net.au>
48         * readelf.c (dump_section): Don't print 32-bit values, which
49         were done incorrectly for little-endian.  Instead print bytes.
51 For older changes see ChangeLog-2006
53 Local Variables:
54 mode: change-log
55 left-margin: 8
56 fill-column: 74
57 version-control: never
58 End: