* embedspu.sh: Add -W to readelf invocation.
[binutils.git] / binutils / ChangeLog
bloba3d568cc71c383bee2a78a50d4fec6441bf5bfbd
1 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
3         * embedspu.sh: Add -W to readelf invocation.
5 2007-02-06  Dave Brolley  <brolley@redhat.com>
7         * MAINTAINERS: Add myself as the maintainer of the MeP port.
9 2007-02-06  Nick Clifton  <nickc@redhat.com>
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.
24 2007-02-05  Dave Brolley  <brolley@redhat.com>
26         * readelf.c (dump_relocations): Don't check for
27         (rtype == NULL && type == R_RELC).
29 2007-02-05  Dave Brolley  <brolley@redhat.com>
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>
36         * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
37         * configure: Regenerated.
39         2001-04-03  Ben Elliston  <bje@redhat.com>
41         * readelf.c: Include "elf/mep.h".
42         (guess_is_rela): Handle EM_CYGNUS_MEP.
43         (get_machine_name): Ditto.
44         (dump_relocations): Ditto.
46 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48         * MAINTAINERS: Add a space between H.J. and Lu.
50 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52         * doc/binutils.texi (objdump): Document the new addr64 option
53         for i386 disassembler.
55 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
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.
63         * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
65 2007-02-02  Nick Clifton  <nickc@redhat.com>
67         * doc/binutils.texi (objdump): Document support for disassembling
68         the 440 PowerPC architecture.
70 2007-01-31  Nathan Sidwell  <nathan@codesourcery.com>
72         * dwarf.c (process_debug_info): Protect against bogus length and
73         abbrev offsets.
75 2007-01-25  Kazu Hirata  <kazu@codesourcery.com>
77         * ar.c (print_contents, extract_file): Cast the return value
78         of fwrite to size_t.
80 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
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.
86 2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
88         * bucomm.c (template_in_dir): Fix typo.
90 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
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.
98 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
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.
109 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
111         * readelf.c (get_machine_flags): Treat Fido as an architecture
112         by itself.
114 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
116         * configure.in: Renamed target x86_64-*-mingw64 to
117         x86_64-*-mingw*.
118         * configure: Regenerated.
120 2007-01-05  Alan Modra  <amodra@bigpond.net.au>
122         * readelf.c (dump_section): Don't print 32-bit values, which
123         were done incorrectly for little-endian.  Instead print bytes.
125 For older changes see ChangeLog-2006
127 Local Variables:
128 mode: change-log
129 left-margin: 8
130 fill-column: 74
131 version-control: never
132 End: