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