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