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