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