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