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