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