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