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