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