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