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