* embedspu.sh: Correct toe_addr quoting.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2007-03-27 Alan Modra <amodra@bigpond.net.au>
2
3 * embedspu.sh: Correct toe_addr quoting.
4
5 2007-03-27 Alan Modra <amodra@bigpond.net.au>
6
7 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
8 .toe section and .toe address checks. Use .reloc for _EAR*
9 symbols defined in non-BSS sections. Build table for _SPUEAR_
10 symbols.
11
12 2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13
14 PR gas/3811
15 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
16
17 2007-03-22 Joseph Myers <joseph@codesourcery.com>
18
19 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
20 version.
21
22 2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
23
24 * dlltool.c (make_one_lib_file): Use pc-relative relocation
25 instead of an absolute relocation for x86_64-pc-mingw32 target.
26
27 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
28
29 * Makefile.am (REPORT_BUGS_TO): Removed.
30 (INCLUDES): Remove -DREPORT_BUGS_TO.
31 * Makefile.in: Regenerated.
32
33 * bucomm.c: Don't include bfdver.h.
34 * objdump.c: Likewise.
35 * version.c: Likewise.
36
37 * bucomm.h: Include bfdver.h.
38
39 * configure.in (--with-bugurl): Removed.
40 * configure: Regenerated.
41
42 * doc/Makefile.am (binutils_TEXINFOS): Removed.
43 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
44 (TEXI2DVI): Likewise.
45 (config.texi): Removed.
46 (MOSTLYCLEANFILES): Remove config.texi.
47 * doc/Makefile.in: Regenerated.
48
49 * doc/binutils.texi: Include bfdver.texi instead of
50 config.texi.
51
52 2007-03-13 Nick Clifton <nickc@redhat.com>
53
54 * readelf.c (dump_section): Also test for SHT_REL sections when
55 producing the warning about unapplied relocs.
56
57 2007-03-07 Joseph Myers <joseph@codesourcery.com>
58
59 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
60 bug-reporting URL.
61 * doc/Makefile.am (config.texi): Define BUGURL.
62 * doc/binutils.texi: Use BUGURL. Remove text about large files
63 and uuencoding.
64 * Makefile.in, configure, doc/Makefile.in: Regenerate.
65
66 2007-03-01 Phil Edwards <phil@codesourcery.com>
67 Richard Sandiford <richard@codesourcery.com>
68
69 * NEWS: Mention addition of --extract-symbol.
70 * doc/binutils.texi: Document it.
71 * objcopy.c (extract_symbol): New variable.
72 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
73 (copy_options): Add an entry for --extract-symbol.
74 (copy_usage): Mention --extract-symbol.
75 (copy_object): Set the start address to zero for --extract-symbol.
76 Do not copy private BFD data in that case.
77 (setup_section): Set the size, LMA and VMA to zero for
78 --extract-symbol. Do not copy private BFD data in that case.
79 (copy_section): Do not copy section contents if --extract-symbol
80 is passed.
81 (copy_main): Set extract_symbol to TRUE if --extract-symbol
82 is passed.
83
84 2007-03-01 Paul Brook <paul@codesourcery.com>
85
86 * MAINTAINERS: Update my entry.
87
88 2007-03-01 Joseph Myers <joseph@codesourcery.com>
89
90 * version.c: Update copyright date.
91
92 2007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
93
94 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
95 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
96 * Makefile.in, doc/Makefile.in: Regenerate.
97
98 2007-03-01 Alan Modra <amodra@bigpond.net.au>
99
100 * embedspu.sh: Set type and size of global program handle symbol.
101
102 2007-02-28 Alan Modra <amodra@bigpond.net.au>
103
104 * Makefile.am (PROGS): Delete.
105 (RENAMED_PROGS): Define. Extracted from..
106 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
107 (install-exec-local): Adjust.
108 * Makefile.in: Regenerate.
109
110 2007-02-28 Alan Modra <amodra@bigpond.net.au>
111
112 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
113 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
114 (EXTRA_PROGRAMS): Remove bin2c.
115 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
116 (bin2c_SOURCES): Delete.
117 (DISTCLEANFILES): Remove sysinfo.
118 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
119 bin2c$(EXEEXT_FOR_BUILD).
120 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
121 Move embedspu to..
122 (BUILD_INSTALL_MISC): ..here.
123 * Makefile.in: Regenerate.
124 * configure: Regenerate.
125
126 2007-02-27 Alan Modra <amodra@bigpond.net.au>
127
128 * bin2c.c: New file.
129 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
130 (CFILES): Add bin2c.c.
131 (bin2c_SOURCES): Define.
132 (bin2c.o): Dependencies from "make dep-am".
133 * configure.in (BUILD_MISC): Add bin2c.
134 * version.c: Update year.
135 * po/POTFILES.in: Regenerate.
136 * Makefile.in: Regenerate.
137 * configure: Regenerate.
138
139 2007-02-17 Mark Mitchell <mark@codesourcery.com>
140 Nathan Sidwell <nathan@codesourcery.com>
141 Vladimir Prus <vladimir@codesourcery.com
142 Joseph Myers <joseph@codesourcery.com>
143
144 * configure.in (--with-bugurl): New option.
145 * configure: Regenerate.
146 * Makefile.am (REPORT_BUGS_TO): Define.
147 (INCLUDES): Define REPORT_BUGS_TO.
148 Regenerate dependencies.
149 * Makefile.in: Regenerate.
150 * doc/Makefile.in: Regenerate.
151 * bucomm.h: Remove include of bin-bugs.h.
152 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
153 * ar.c (usage): Pass s to list_supported_targets. Don't print
154 empty REPORT_BUGS_TO.
155 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
156 * cxxfilt.c (usage): Print bug url when giving help.
157 * dlltool.c (usage): Likewise.
158 * dllwrap.c (usage): Likewise.
159 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
160 * nm.c (usage): Likewise.
161 * objcopy.c (copy_usage, strip_usage): Likewise.
162 * objdump.c (usage): Likewise.
163 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
164 callers.
165 * size.c (usage): Don't print empty REPORT_BUGS_TO.
166 * srconv.c (show_usage): Likewise.
167 * strings.c (usage): Likewise.
168 * sysdymp.c (show_usage): Likewise.
169 * windres.c (usage): Likewise.
170
171 2007-02-13 Alan Modra <amodra@bigpond.net.au>
172
173 * embedspu.sh: Add -W to readelf invocation.
174
175 2007-02-06 Dave Brolley <brolley@redhat.com>
176
177 * MAINTAINERS: Add myself as the maintainer of the MeP port.
178
179 2007-02-06 Nick Clifton <nickc@redhat.com>
180
181 PR gas/3800
182 * readelf.c: Include elf/h8.h twice. The first time in order to
183 get the reloc numbers, the second time in order to get the reloc
184 decoder function.
185 (dump_section): Tell the user if the section being displayed has
186 unprocessed relocs associated with it.
187 (get_reloc_size): New function - returns the size of a reloc.
188 (debug_apply_rela_addends): Use get_reloc_size().
189 * dwarf.c (read_and_display_attr_value): Extend number of
190 languages known for the DW_AT_language attribute.
191 (process_debug_info): Display the attribute offset before decoding
192 the attribute, in case there are problems.
193
194 2007-02-05 Dave Brolley <brolley@redhat.com>
195
196 * readelf.c (dump_relocations): Don't check for
197 (rtype == NULL && type == R_RELC).
198
199 2007-02-05 Dave Brolley <brolley@redhat.com>
200
201 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
202 * Makefile.in: Regenerated.
203 * Contribute the following changes:
204 2003-10-29 Dave Brolley <brolley@redhat.com>
205
206 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
207 * configure: Regenerated.
208
209 2001-04-03 Ben Elliston <bje@redhat.com>
210
211 * readelf.c: Include "elf/mep.h".
212 (guess_is_rela): Handle EM_CYGNUS_MEP.
213 (get_machine_name): Ditto.
214 (dump_relocations): Ditto.
215
216 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
217
218 * MAINTAINERS: Add a space between H.J. and Lu.
219
220 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
221
222 * doc/binutils.texi (objdump): Document the new addr64 option
223 for i386 disassembler.
224
225 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
226
227 PR binutils/3945
228 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
229 target.
230 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
231 * configure: Regenerated.
232
233 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
234
235 2007-02-02 Nick Clifton <nickc@redhat.com>
236
237 * doc/binutils.texi (objdump): Document support for disassembling
238 the 440 PowerPC architecture.
239
240 2007-01-31 Nathan Sidwell <nathan@codesourcery.com>
241
242 * dwarf.c (process_debug_info): Protect against bogus length and
243 abbrev offsets.
244
245 2007-01-25 Kazu Hirata <kazu@codesourcery.com>
246
247 * ar.c (print_contents, extract_file): Cast the return value
248 of fwrite to size_t.
249
250 2007-01-12 Alan Modra <amodra@bigpond.net.au>
251
252 * ar.c (open_inarch): Check fwrite return. Use size_t.
253 (extract_file): Likewise. Remove test for "negative" file size.
254 * readelf.c (process_program_headers): Check fscanf return.
255
256 2007-01-11 H.J. Lu <hongjiu.lu@intel.com>
257
258 * bucomm.c (template_in_dir): Fix typo.
259
260 2007-01-11 Alan Modra <amodra@bigpond.net.au>
261
262 * embedspu.sh: New file.
263 * Makefile.am (embedspu): Add rule.
264 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
265 * Makefile.in: Regenerate.
266 * configure: Regenerate.
267
268 2007-01-11 Alan Modra <amodra@bigpond.net.au>
269
270 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
271 * bucomm.c (template_in_dir): New function, split out from..
272 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
273 (make_tempdir): Use template_in_dir. Handle directory creation
274 when !HAVE_MKDTEMP.
275 * objcopy.c (MKDIR): Don't define.
276 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
277 error message.
278
279 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
280
281 * readelf.c (get_machine_flags): Treat Fido as an architecture
282 by itself.
283
284 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
285
286 * configure.in: Renamed target x86_64-*-mingw64 to
287 x86_64-*-mingw*.
288 * configure: Regenerated.
289
290 2007-01-05 Alan Modra <amodra@bigpond.net.au>
291
292 * readelf.c (dump_section): Don't print 32-bit values, which
293 were done incorrectly for little-endian. Instead print bytes.
294
295 For older changes see ChangeLog-2006
296 \f
297 Local Variables:
298 mode: change-log
299 left-margin: 8
300 fill-column: 74
301 version-control: never
302 End:
This page took 0.043509 seconds and 5 git commands to generate.