5b465f94a1fb1fc0745c1c44be2e65ddaf0ae562
[external/binutils.git] / binutils / ChangeLog
1 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
2
3         * Makefile.am (PROGS): Delete.
4         (RENAMED_PROGS): Define.  Extracted from..
5         (noinst_PROGRAMS): ..here.  Add BUILD_MISC.
6         (install-exec-local): Adjust.
7         * Makefile.in: Regenerate.
8
9 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
10
11         * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
12         (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
13         (EXTRA_PROGRAMS): Remove bin2c.
14         (bin2c$(EXEEXT_FOR_BUILD)): New rule.
15         (bin2c_SOURCES): Delete.
16         (DISTCLEANFILES): Remove sysinfo.
17         (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
18         bin2c$(EXEEXT_FOR_BUILD).
19         * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
20         Move embedspu to..
21         (BUILD_INSTALL_MISC): ..here.
22         * Makefile.in: Regenerate.
23         * configure: Regenerate.
24
25 2007-02-27  Alan Modra  <amodra@bigpond.net.au>
26
27         * bin2c.c: New file.
28         * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
29         (CFILES): Add bin2c.c.
30         (bin2c_SOURCES): Define.
31         (bin2c.o): Dependencies from "make dep-am".
32         * configure.in (BUILD_MISC): Add bin2c.
33         * version.c: Update year.
34         * po/POTFILES.in: Regenerate.
35         * Makefile.in: Regenerate.
36         * configure: Regenerate.
37
38 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
39             Nathan Sidwell  <nathan@codesourcery.com>
40             Vladimir Prus  <vladimir@codesourcery.com
41             Joseph Myers  <joseph@codesourcery.com>
42
43         * configure.in (--with-bugurl): New option.
44         * configure: Regenerate.
45         * Makefile.am (REPORT_BUGS_TO): Define.
46         (INCLUDES): Define REPORT_BUGS_TO.
47         Regenerate dependencies.
48         * Makefile.in: Regenerate.
49         * doc/Makefile.in: Regenerate.
50         * bucomm.h: Remove include of bin-bugs.h.
51         * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
52         * ar.c (usage): Pass s to list_supported_targets.  Don't print
53         empty REPORT_BUGS_TO.
54         * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
55         * cxxfilt.c (usage): Print bug url when giving help.
56         * dlltool.c (usage): Likewise.
57         * dllwrap.c (usage): Likewise.
58         * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
59         * nm.c (usage): Likewise.
60         * objcopy.c (copy_usage, strip_usage): Likewise.
61         * objdump.c (usage): Likewise.
62         * readelf.c ((usage): Likewise. Add STREAM argument.  Adjust
63         callers.
64         * size.c (usage): Don't print empty REPORT_BUGS_TO.
65         * srconv.c (show_usage): Likewise.
66         * strings.c (usage): Likewise.
67         * sysdymp.c (show_usage): Likewise.
68         * windres.c (usage): Likewise.
69
70 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
71
72         * embedspu.sh: Add -W to readelf invocation.
73
74 2007-02-06  Dave Brolley  <brolley@redhat.com>
75
76         * MAINTAINERS: Add myself as the maintainer of the MeP port.
77
78 2007-02-06  Nick Clifton  <nickc@redhat.com>
79
80         PR gas/3800
81         * readelf.c: Include elf/h8.h twice.  The first time in order to
82         get the reloc numbers, the second time in order to get the reloc
83         decoder function.
84         (dump_section): Tell the user if the section being displayed has
85         unprocessed relocs associated with it.
86         (get_reloc_size): New function - returns the size of a reloc.
87         (debug_apply_rela_addends): Use get_reloc_size().
88         * dwarf.c (read_and_display_attr_value): Extend number of
89         languages known for the DW_AT_language attribute.
90         (process_debug_info): Display the attribute offset before decoding
91         the attribute, in case there are problems.
92
93 2007-02-05  Dave Brolley  <brolley@redhat.com>
94
95         * readelf.c (dump_relocations): Don't check for
96         (rtype == NULL && type == R_RELC).
97
98 2007-02-05  Dave Brolley  <brolley@redhat.com>
99
100         * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
101         * Makefile.in: Regenerated.
102         * Contribute the following changes:
103         2003-10-29  Dave Brolley  <brolley@redhat.com>
104
105         * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
106         * configure: Regenerated.
107
108         2001-04-03  Ben Elliston  <bje@redhat.com>
109
110         * readelf.c: Include "elf/mep.h".
111         (guess_is_rela): Handle EM_CYGNUS_MEP.
112         (get_machine_name): Ditto.
113         (dump_relocations): Ditto.
114
115 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
116
117         * MAINTAINERS: Add a space between H.J. and Lu.
118
119 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
120
121         * doc/binutils.texi (objdump): Document the new addr64 option
122         for i386 disassembler.
123
124 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
125
126         PR binutils/3945
127         * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
128         target.
129         (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
130         * configure: Regenerated.
131
132         * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
133
134 2007-02-02  Nick Clifton  <nickc@redhat.com>
135
136         * doc/binutils.texi (objdump): Document support for disassembling
137         the 440 PowerPC architecture.
138
139 2007-01-31  Nathan Sidwell  <nathan@codesourcery.com>
140
141         * dwarf.c (process_debug_info): Protect against bogus length and
142         abbrev offsets.
143
144 2007-01-25  Kazu Hirata  <kazu@codesourcery.com>
145
146         * ar.c (print_contents, extract_file): Cast the return value
147         of fwrite to size_t.
148
149 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
150
151         * ar.c (open_inarch): Check fwrite return.  Use size_t.
152         (extract_file): Likewise.  Remove test for "negative" file size.
153         * readelf.c (process_program_headers): Check fscanf return.
154
155 2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
156
157         * bucomm.c (template_in_dir): Fix typo.
158
159 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
160
161         * embedspu.sh: New file.
162         * Makefile.am (embedspu): Add rule.
163         * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
164         * Makefile.in: Regenerate.
165         * configure: Regenerate.
166
167 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
168
169         * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
170         * bucomm.c (template_in_dir): New function, split out from..
171         (make_tempname): ..here.  Open the file with O_EXCL if !HAVE_MKSTEMP.
172         (make_tempdir): Use template_in_dir.  Handle directory creation
173         when !HAVE_MKDTEMP.
174         * objcopy.c (MKDIR): Don't define.
175         (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too.  Fix
176         error message.
177
178 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
179
180         * readelf.c (get_machine_flags): Treat Fido as an architecture
181         by itself.
182
183 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
184
185         * configure.in: Renamed target x86_64-*-mingw64 to
186         x86_64-*-mingw*.
187         * configure: Regenerated.
188
189 2007-01-05  Alan Modra  <amodra@bigpond.net.au>
190
191         * readelf.c (dump_section): Don't print 32-bit values, which
192         were done incorrectly for little-endian.  Instead print bytes.
193
194 For older changes see ChangeLog-2006
195 \f
196 Local Variables:
197 mode: change-log
198 left-margin: 8
199 fill-column: 74
200 version-control: never
201 End: