bfd/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
79887925
L
12007-06-14 H.J. Lu <hongjiu.lu@intel.com>
2
3 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
4
5 * acinclude.m4: Removed.
6
7 * Makefile.in: Regenerated.
8 * aclocal.m4: Likewise.
9 * configure: Likewise.
10
a87b0a59
NS
112007-06-11 Nathan Sidwell <nathan@codesourcery.com>
12
13 * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
14
4b2c5b4a
NC
152007-06-06 Kai Tietz <Kai.Tietz@onevision.com>
16
17 PR binutils/4356 binutils/591
18 * resrc.c (filename_need_quotes): New function.
19 (look_for_default): If filename_need_quotes is true then quote the
20 filename in the command line being created.
21 (read_rc_file): Likewise.
22
3cc78305
BE
232007-06-06 Ben Elliston <bje@au.ibm.com>
24
25 * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
26
4b2c5b4a 272007-06-05 Kai Tietz <Kai.Tietz@onevision.com>
5ba684e2 28
8fd9b8a4
L
29 * Makefile.am: Add LIBICONV to windres.
30 * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
31 * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
32 * config.in: Add ICONV defines.
33 * aclocal.m4: Regenerate.
34 * confugure: Regenerate.
35 * winduni.c: (local_iconv_map codepages, wind_language_t,
5ba684e2
NC
36 languages, unicode_is_valid_codepage, wind_find_language_by_id,
37 wind_find_language_by_codepage, wind_find_codepage_info,
38 unicode_from_codepage, codepage_from_unicode, iconv_onechar,
39 wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
8fd9b8a4
L
40 New.
41 (ascii_from_unicode): Use codepage_from_unicode.
42 (ascii_from_unicode): Use unicode_from_codepage.
43 Use for cygwin windows API for unicode transformation.
44 * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
5ba684e2 45 macros.
8fd9b8a4
L
46 (wind_language_t, local_iconv_map): New types.
47 (wind_find_language_by_id, wind_find_language_by_codepage,
48 unicode_is_valid_codepage, wind_find_codepage_info,
49 unicode_from_codepage, codepage_from_unicode): New
50 prototypes.
5ba684e2 51
73545089
AM
522007-06-05 Alan Modra <amodra@bigpond.net.au>
53
54 * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
55
42bb2e33
AM
562007-05-30 Alan Modra <amodra@bigpond.net.au>
57
58 * objcopy.c (copy_object): Revert 2007-05-11 change. Don't
59 avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
60 (setup_section): Don't modify flags, and don't avoid calling
61 bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
62 * readelf.c (process_program_headers): Ignore .dynamic of type
63 SHT_NOBITS.
64
3ba20bde
AM
652007-05-29 Alan Modra <amodra@bigpond.net.au>
66
67 * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
68 pic or pie and image needs relocs.
69
37ad9514
SE
702007-05-24 Steve Ellcey <sje@cup.hp.com>
71
72 * Makefile.in: Regenerate.
73 * configure: Regenerate.
74 * aclocal.m4: Regenerate.
75 * doc/Makefile.in: Regenerate.
76
fc108f8f
NC
772007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
78
79 * rcparse.y: Join strings for elements having no side-effects in
80 "rc"-grammar.
81
4a594fce
NC
822007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
83
84 * rclex.c: New file replacing rclex.l.
85 * rclex.l: Removed.
86 * windint.h: New file holding common structure and type
87 definitions.
88 * Makefile.am: Added new header windint.h and exchanged rclex.l by
89 rclex.c.
90 * Makefile.in: Regenerate.
91 * rcparse.y: Renamed some structures.
92 Use in internal representation always bfd_vma instead of long or
93 int.
94 Removed from %union unused stringtable.
95 Added to %union suni structure for unicode strings.
96 Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
97 DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
98 TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
99 Added support for these new rc file tokens.
100 * resbin.c: Rewrote using bfd and binary structures, and support
101 new resource types.
102 * rescoff.c: Likewise.
103 * resres.c: Likewise.
104 * resrc.c: Likewise. Dumps as RC are now recompilable.
105 * windres.c: As above. Using bfd for res and provide target
106 specific endianess support.
107 * windres.h: Use windint.h as include. Additionally removed K&R
108 syntax.
109 * winduni.c: New printing and unichar support routines.
110 * winduni.h: Prototypes for new unichar helpers.
111 * windint.h: New file.
112
e39ff52a
PB
1132007-05-22 Paul Brook <paul@codesourcery.com>
114
115 * objdump.c (find_symbol_for_address): Merge section and target
116 specific filtering code.
117
0e9517a9
NC
1182007-05-22 Nick Clifton <nickc@redhat.com>
119
120 * doc/binutils.texi: Use @copying around the copyright notice.
121
7df428b1
RS
1222007-05-21 Richard Sandiford <richard@codesourcery.com>
123
124 * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
125 for executables and shared libraries.
126
12f498a7
NS
1272007-05-18 Nathan Sidwell <nathan@codesourcery.com>
128
129 * objcopy.c (strip_main): Detect identical input and output file
130 names.
131 (copy_main): Refactor tempname detection and use.
132
d5737601
NC
1332007-05-17 Nick Clifton <nickc@redhat.com>
134
135 * objdump.c (load_debug_section): Select bias for DWARF debug
136 addresses based on the flavour of the bfd.
137
8adb2e35
AM
1382007-05-11 Alan Modra <amodra@bigpond.net.au>
139
140 PR 4479
141 * objcopy.c (copy_object): Don't copy ELF program headers for
142 --only-keep-debug.
143
ece5ef60
AM
1442007-05-11 Alan Modra <amodra@bigpond.net.au>
145
146 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
147 over one found on the users path.
148 (main): Generate .reloc for each R_SPU_PPU* reloc.
149
e74ecdb3
AM
1502007-04-28 Alan Modra <amodra@bigpond.net.au>
151
152 * prdbg.c (tg_variable): Adjust for changed demangler.
153 (tg_start_function): Likewise.
154
eddc20ad
AM
1552007-04-27 Alan Modra <amodra@bigpond.net.au>
156
157 * bucumm.h: Split off host dependencies to..
158 * sysdep.h: ..here.
159 Many files: Include sysdep.h. Remove duplicate headers and reorder.
160 * Makefile.am: Run "make dep-am".
161 * Makefile.in: Regenerate.
162
1a0a850d
NC
1632007-04-24 Nick Clifton <nickc@redhat.com>
164
165 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
166
312aaa3c
NC
1672007-04-24 Nathan Froyd <froydnj@codesourcery.com>
168 Phil Edwards <phil@codesourcery.com>
169
170 * objcopy.c (filter_symbols): Explicitly stripping a symbol
171 used in relocations is an error.
172 Retype 'keep' to bfd_boolean.
173
55da90a3
AM
1742007-04-24 Alan Modra <amodra@bigpond.net.au>
175
176 * Makefile.in: Regenerate.
177 * doc/Makefile.in: Regenerate.
178
9e48b4c6
NC
1792007-04-20 Nathan Froyd <froydnj@codesourcery.com>
180 Phil Edwards <phil@codesourcery.com>
181 Thomas de Lellis <tdel@windriver.com>
182
183 * objcopy.c (reverse_bytes): New variable.
184 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
185 (copy_options, copy_usage): Add "reverse-bytes" entry.
186 (copy_section): Reverse bytes within output sections.
187 * doc/binutils.texi: Document new objcopy option.
188
c6e15d68
NC
1892007-04-20 Nick Clifton <nickc@redhat.com>
190
191 * rclex.l: Allow underscores at the start of identifiers.
192
ed180cc5
AM
1932007-04-19 Alan Modra <amodra@bigpond.net.au>
194
195 * budemang.c: Delete.
196 * budemang.h: Delete.
197 * addr2line.c (translate_addresses): Call bfd_demangle rather than
198 demangle.
199 * nm.c (print_symname): Likewise.
200 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
201 (dump_bfd): Likewise.
202 * prdbg.c (struct pr_handle <demangler>): Add int param.
203 (tg_variable, tg_start_function): Adjust demangler calls.
204 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
205 * Makefile.in: Regenerate.
206 * po/POTFILES.in: Regenerate.
207
d45dc31f
SE
2082007-04-14 Steve Ellcey <sje@cup.hp.com>
209
210 * Makefile.am: Add ACLOCAL_AMFLAGS.
211 * configure.in: Change macro call order.
212 * Makefile.in: Regenerate.
213 * configure: Regenerate.
214
79e341d9
NS
2152007-04-13 Nathan Sidwell <nathan@codesourcery.com>
216
217 * Makefile.am (TOOL_PROGS): Add objcopy.
218 * Makefile.in: Rebuilt.
219
1aa9ef63
L
2202007-04-12 H.J. Lu <hongjiu.lu@intel.com>
221
222 PR binutils/4348
223 * objcopy.c (copy_object): Don't stop when there are no
224 sections to be copied.
225
9fbad737
VP
2262007-04-10 Vladimir Prus <vladimir@codesourcery.com>
227
228 * NEWS: Mention disjoint histograms support in
229 gprof.
230
6eef1355
DJ
2312007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
232
233 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
234 DW_TAG_inlined_subroutine.
235
5ad507ee
MT
2362007-04-06 Matt Thomas <matt@netbsd.org>
237
238 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
239
be26064b
AM
2402007-04-05 Alan Modra <amodra@bigpond.net.au>
241
242 PR binutils/4292
243 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
244 value_format_32bit.
245
970ccc77
NC
2462007-04-02 Nick Clifton <nickc@redhat.com>
247
248 PR binutils/4292
249 * nm.c (value_format): Replace with value_format_32bit and
250 value_format_64bit.
251 (set_radix): Update setting of value_format.
252 (set_print_width): New function. Compute the address size of a
253 given bfd and set the print_width global appropriately.
254 (display_archive): Use set_print_width.
255 (display_file): Likewise,
256 (print_object_filename_sysv): Update use of print_width.
257 (print_archive_member_sysv): Likewise.
258 (print_symbol_filename_posix): Likewise.
259 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
260
4ecceb71
RS
2612007-03-28 Richard Sandiford <richard@codesourcery.com>
262 Phil Edwards <phil@codesourcery.com>
263
264 * doc/binutils.texi: Put the contents after the title page rather
265 than at the end of the document.
266
331e5c3c
NC
2672007-03-28 Nick Clifton <nickc@redhat.com>
268
269 * readelf.c (slurp_rela_relocs): Add newline to end of error
270 messages.
271 (slurp_rel_relocs, request_dump, request_dump_byname,
272 process_program_headers, process_dynamic_section,
273 process_symbol_table, process_mips_specific, main): Likewise.
274
eacf2b70
AM
2752007-03-28 Alan Modra <amodra@bigpond.net.au>
276
277 * MAINTAINERS: Update mailing list addresses. Add myself
278 as PPC maintainer.
279
48d8dc64
AM
2802007-03-27 Alan Modra <amodra@bigpond.net.au>
281
282 * embedspu.sh: Correct toe_addr quoting.
283
88948ad0
AM
2842007-03-27 Alan Modra <amodra@bigpond.net.au>
285
286 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
287 .toe section and .toe address checks. Use .reloc for _EAR*
288 symbols defined in non-BSS sections. Build table for _SPUEAR_
289 symbols.
290
6528d0cb
KK
2912007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
292
293 PR gas/3811
294 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
295
e49e529d
JM
2962007-03-22 Joseph Myers <joseph@codesourcery.com>
297
298 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
299 version.
300
591a748a
NC
3012007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
302
303 * dlltool.c (make_one_lib_file): Use pc-relative relocation
304 instead of an absolute relocation for x86_64-pc-mingw32 target.
305
c428fa83
L
3062007-03-15 H.J. Lu <hongjiu.lu@intel.com>
307
308 * Makefile.am (REPORT_BUGS_TO): Removed.
309 (INCLUDES): Remove -DREPORT_BUGS_TO.
310 * Makefile.in: Regenerated.
311
312 * bucomm.c: Don't include bfdver.h.
313 * objdump.c: Likewise.
314 * version.c: Likewise.
315
316 * bucomm.h: Include bfdver.h.
317
318 * configure.in (--with-bugurl): Removed.
319 * configure: Regenerated.
320
321 * doc/Makefile.am (binutils_TEXINFOS): Removed.
322 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
323 (TEXI2DVI): Likewise.
324 (config.texi): Removed.
325 (MOSTLYCLEANFILES): Remove config.texi.
326 * doc/Makefile.in: Regenerated.
327
328 * doc/binutils.texi: Include bfdver.texi instead of
329 config.texi.
330
35d9dd2f
NC
3312007-03-13 Nick Clifton <nickc@redhat.com>
332
333 * readelf.c (dump_section): Also test for SHT_REL sections when
334 producing the warning about unapplied relocs.
335
ad22bfe8
JM
3362007-03-07 Joseph Myers <joseph@codesourcery.com>
337
338 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
339 bug-reporting URL.
340 * doc/Makefile.am (config.texi): Define BUGURL.
341 * doc/binutils.texi: Use BUGURL. Remove text about large files
342 and uuencoding.
343 * Makefile.in, configure, doc/Makefile.in: Regenerate.
344
d3e52d40
RS
3452007-03-01 Phil Edwards <phil@codesourcery.com>
346 Richard Sandiford <richard@codesourcery.com>
347
348 * NEWS: Mention addition of --extract-symbol.
349 * doc/binutils.texi: Document it.
350 * objcopy.c (extract_symbol): New variable.
351 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
352 (copy_options): Add an entry for --extract-symbol.
353 (copy_usage): Mention --extract-symbol.
354 (copy_object): Set the start address to zero for --extract-symbol.
355 Do not copy private BFD data in that case.
356 (setup_section): Set the size, LMA and VMA to zero for
357 --extract-symbol. Do not copy private BFD data in that case.
358 (copy_section): Do not copy section contents if --extract-symbol
359 is passed.
360 (copy_main): Set extract_symbol to TRUE if --extract-symbol
361 is passed.
362
336becc7
PB
3632007-03-01 Paul Brook <paul@codesourcery.com>
364
365 * MAINTAINERS: Update my entry.
366
066c2a57
JM
3672007-03-01 Joseph Myers <joseph@codesourcery.com>
368
369 * version.c: Update copyright date.
370
a7186e88
DJ
3712007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
372
373 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
374 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
375 * Makefile.in, doc/Makefile.in: Regenerate.
376
11d5fa89
AM
3772007-03-01 Alan Modra <amodra@bigpond.net.au>
378
379 * embedspu.sh: Set type and size of global program handle symbol.
380
b125d98b
AM
3812007-02-28 Alan Modra <amodra@bigpond.net.au>
382
383 * Makefile.am (PROGS): Delete.
384 (RENAMED_PROGS): Define. Extracted from..
385 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
386 (install-exec-local): Adjust.
387 * Makefile.in: Regenerate.
388
1d97d67f
AM
3892007-02-28 Alan Modra <amodra@bigpond.net.au>
390
391 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
392 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
393 (EXTRA_PROGRAMS): Remove bin2c.
394 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
395 (bin2c_SOURCES): Delete.
396 (DISTCLEANFILES): Remove sysinfo.
397 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
398 bin2c$(EXEEXT_FOR_BUILD).
399 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
400 Move embedspu to..
401 (BUILD_INSTALL_MISC): ..here.
402 * Makefile.in: Regenerate.
403 * configure: Regenerate.
404
cd14b966
AM
4052007-02-27 Alan Modra <amodra@bigpond.net.au>
406
407 * bin2c.c: New file.
408 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
409 (CFILES): Add bin2c.c.
410 (bin2c_SOURCES): Define.
411 (bin2c.o): Dependencies from "make dep-am".
412 * configure.in (BUILD_MISC): Add bin2c.
413 * version.c: Update year.
414 * po/POTFILES.in: Regenerate.
415 * Makefile.in: Regenerate.
416 * configure: Regenerate.
417
92f01d61 4182007-02-17 Mark Mitchell <mark@codesourcery.com>
8fd9b8a4
L
419 Nathan Sidwell <nathan@codesourcery.com>
420 Vladimir Prus <vladimir@codesourcery.com
421 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
422
423 * configure.in (--with-bugurl): New option.
424 * configure: Regenerate.
425 * Makefile.am (REPORT_BUGS_TO): Define.
426 (INCLUDES): Define REPORT_BUGS_TO.
427 Regenerate dependencies.
428 * Makefile.in: Regenerate.
429 * doc/Makefile.in: Regenerate.
430 * bucomm.h: Remove include of bin-bugs.h.
431 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
432 * ar.c (usage): Pass s to list_supported_targets. Don't print
433 empty REPORT_BUGS_TO.
434 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
435 * cxxfilt.c (usage): Print bug url when giving help.
436 * dlltool.c (usage): Likewise.
437 * dllwrap.c (usage): Likewise.
438 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
439 * nm.c (usage): Likewise.
440 * objcopy.c (copy_usage, strip_usage): Likewise.
441 * objdump.c (usage): Likewise.
442 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
443 callers.
444 * size.c (usage): Don't print empty REPORT_BUGS_TO.
445 * srconv.c (show_usage): Likewise.
446 * strings.c (usage): Likewise.
447 * sysdymp.c (show_usage): Likewise.
448 * windres.c (usage): Likewise.
449
41160f02
AM
4502007-02-13 Alan Modra <amodra@bigpond.net.au>
451
452 * embedspu.sh: Add -W to readelf invocation.
453
7358e3f7
DB
4542007-02-06 Dave Brolley <brolley@redhat.com>
455
456 * MAINTAINERS: Add myself as the maintainer of the MeP port.
457
4b78141a
NC
4582007-02-06 Nick Clifton <nickc@redhat.com>
459
460 PR gas/3800
461 * readelf.c: Include elf/h8.h twice. The first time in order to
462 get the reloc numbers, the second time in order to get the reloc
463 decoder function.
464 (dump_section): Tell the user if the section being displayed has
465 unprocessed relocs associated with it.
466 (get_reloc_size): New function - returns the size of a reloc.
467 (debug_apply_rela_addends): Use get_reloc_size().
468 * dwarf.c (read_and_display_attr_value): Extend number of
469 languages known for the DW_AT_language attribute.
470 (process_debug_info): Display the attribute offset before decoding
471 the attribute, in case there are problems.
472
15ab5209
DB
4732007-02-05 Dave Brolley <brolley@redhat.com>
474
475 * readelf.c (dump_relocations): Don't check for
476 (rtype == NULL && type == R_RELC).
477
4782007-02-05 Dave Brolley <brolley@redhat.com>
479
d66340fc
DB
480 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
481 * Makefile.in: Regenerated.
15ab5209
DB
482 * Contribute the following changes:
483 2003-10-29 Dave Brolley <brolley@redhat.com>
484
485 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
486 * configure: Regenerated.
487
488 2001-04-03 Ben Elliston <bje@redhat.com>
489
490 * readelf.c: Include "elf/mep.h".
491 (guess_is_rela): Handle EM_CYGNUS_MEP.
492 (get_machine_name): Ditto.
493 (dump_relocations): Ditto.
494
fc523535 4952007-02-02 H.J. Lu <hongjiu.lu@intel.com>
bffa52b3
L
496
497 * MAINTAINERS: Add a space between H.J. and Lu.
498
fc523535 4992007-02-02 H.J. Lu <hongjiu.lu@intel.com>
f59a29b9
L
500
501 * doc/binutils.texi (objdump): Document the new addr64 option
502 for i386 disassembler.
503
fc523535 5042007-02-02 H.J. Lu <hongjiu.lu@intel.com>
7aad4c3d
L
505
506 PR binutils/3945
507 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
508 target.
509 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
510 * configure: Regenerated.
511
512 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
513
e5ce8970
NC
5142007-02-02 Nick Clifton <nickc@redhat.com>
515
516 * doc/binutils.texi (objdump): Document support for disassembling
517 the 440 PowerPC architecture.
518
460c89ff
NS
5192007-01-31 Nathan Sidwell <nathan@codesourcery.com>
520
521 * dwarf.c (process_debug_info): Protect against bogus length and
522 abbrev offsets.
523
84f1d826
KH
5242007-01-25 Kazu Hirata <kazu@codesourcery.com>
525
526 * ar.c (print_contents, extract_file): Cast the return value
527 of fwrite to size_t.
528
7bd7b3ef
AM
5292007-01-12 Alan Modra <amodra@bigpond.net.au>
530
531 * ar.c (open_inarch): Check fwrite return. Use size_t.
532 (extract_file): Likewise. Remove test for "negative" file size.
533 * readelf.c (process_program_headers): Check fscanf return.
534
2946671e
L
5352007-01-11 H.J. Lu <hongjiu.lu@intel.com>
536
537 * bucomm.c (template_in_dir): Fix typo.
538
669a9a2a
AM
5392007-01-11 Alan Modra <amodra@bigpond.net.au>
540
541 * embedspu.sh: New file.
542 * Makefile.am (embedspu): Add rule.
543 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
544 * Makefile.in: Regenerate.
545 * configure: Regenerate.
546
485be063
AM
5472007-01-11 Alan Modra <amodra@bigpond.net.au>
548
549 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
550 * bucomm.c (template_in_dir): New function, split out from..
551 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
552 (make_tempdir): Use template_in_dir. Handle directory creation
553 when !HAVE_MKDTEMP.
554 * objcopy.c (MKDIR): Don't define.
555 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
556 error message.
557
3bdcfdf4
KH
5582007-01-08 Kazu Hirata <kazu@codesourcery.com>
559
560 * readelf.c (get_machine_flags): Treat Fido as an architecture
561 by itself.
562
42037fe5
NC
5632007-01-08 Kai Tietz <kai.tietz@onevision.com>
564
565 * configure.in: Renamed target x86_64-*-mingw64 to
566 x86_64-*-mingw*.
567 * configure: Regenerated.
568
20414cab
AM
5692007-01-05 Alan Modra <amodra@bigpond.net.au>
570
571 * readelf.c (dump_section): Don't print 32-bit values, which
572 were done incorrectly for little-endian. Instead print bytes.
573
10a2343e 574For older changes see ChangeLog-2006
252b5132
RH
575\f
576Local Variables:
577mode: change-log
578left-margin: 8
579fill-column: 74
580version-control: never
581End:
This page took 0.358281 seconds and 4 git commands to generate.