99e4de8785d57e2118f24bb9b572910a4fba7991
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2007-06-21 Alan Modra <amodra@bigpond.net.au>
2
3 * embedspu.sh (relas): Correct sh_info parsing.
4
5 2007-06-19 Danny Smith <dannysmith@users.sourceforge.net>
6
7 * objdump.c: Include sys/stat.h.
8
9 2007-06-19 Kai Tietz <kai.tietz@onevision.com>
10
11 * Makefile.am: Add windmc tool.
12 * Makefile.in: Regenerate.
13 * configure.in: Add windmc tool.
14 * configure: Regenerate.
15 * mclex.c: New.
16 * mcparse.y: New.
17 * windmc.c: New.
18 * windmc.h: New.
19 * doc/Makefile.am: Add windmc tool.
20 * doc/Makefile.in: Regenerate.
21 * doc/binutils.texi: Add windmc documentation.
22 * NEWS: Mention new tool.
23
24 2007-06-18 Andi Kleen <ak@suse.de>
25
26 * objdump.c: Include sys/mman.h
27 (print_file_list): Remove f, add map, mapsize, linemap, maxline,
28 last_line, first fields.
29 (slurp_file): Add.
30 (index_file): Add.
31 (print_file_open): Call slurp_file and index_file. Initialize new
32 fields.
33 (skip_to_line): Rename to print_line and write only single line.
34 (dump_line): Add.
35 (show_line): Change to new algorithm.
36
37 2007-06-18 Thomas Weidenmueller <w3seek@reactos.org>
38
39 * resres.c (probe_binary): Fix test for badly formatted headers.
40
41 2007-06-18 Kai Tietz <Kai.Tietz@onevision.com>
42
43 * rclex.c: (cpp_line): Add code_page pragma support.
44 * windres.c: (usage, long_options, main): Add new option
45 --codepage or -c.
46 * winduni.c: (wind_default_codepage, wind_current_codepage): New.
47 (unicode_from_ascii, ascii_from_unicode): Use
48 wind_current_codepage as codepage parameter.
49 (unicode_print): Print 4 characters for hexadecimal values in
50 unicode strings.
51 * winduni.h: (wind_default_codepage, wind_current_codepage):
52 Export.
53 * doc/binutils.texi: Document new option.
54 * NEWS: Mention new features of windres.
55
56 2007-06-18 Brian D. Watt <bwatt@us.ibm.com>
57
58 * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
59
60 2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
61
62 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
63
64 * acinclude.m4: Removed.
65
66 * Makefile.in: Regenerated.
67 * aclocal.m4: Likewise.
68 * configure: Likewise.
69
70 2007-06-11 Nathan Sidwell <nathan@codesourcery.com>
71
72 * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
73
74 2007-06-06 Kai Tietz <Kai.Tietz@onevision.com>
75
76 PR binutils/4356 binutils/591
77 * resrc.c (filename_need_quotes): New function.
78 (look_for_default): If filename_need_quotes is true then quote the
79 filename in the command line being created.
80 (read_rc_file): Likewise.
81
82 2007-06-06 Ben Elliston <bje@au.ibm.com>
83
84 * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
85
86 2007-06-05 Kai Tietz <Kai.Tietz@onevision.com>
87
88 * Makefile.am: Add LIBICONV to windres.
89 * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
90 * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
91 * config.in: Add ICONV defines.
92 * aclocal.m4: Regenerate.
93 * confugure: Regenerate.
94 * winduni.c: (local_iconv_map codepages, wind_language_t,
95 languages, unicode_is_valid_codepage, wind_find_language_by_id,
96 wind_find_language_by_codepage, wind_find_codepage_info,
97 unicode_from_codepage, codepage_from_unicode, iconv_onechar,
98 wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
99 New.
100 (ascii_from_unicode): Use codepage_from_unicode.
101 (ascii_from_unicode): Use unicode_from_codepage.
102 Use for cygwin windows API for unicode transformation.
103 * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
104 macros.
105 (wind_language_t, local_iconv_map): New types.
106 (wind_find_language_by_id, wind_find_language_by_codepage,
107 unicode_is_valid_codepage, wind_find_codepage_info,
108 unicode_from_codepage, codepage_from_unicode): New
109 prototypes.
110
111 2007-06-05 Alan Modra <amodra@bigpond.net.au>
112
113 * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
114
115 2007-05-30 Alan Modra <amodra@bigpond.net.au>
116
117 * objcopy.c (copy_object): Revert 2007-05-11 change. Don't
118 avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
119 (setup_section): Don't modify flags, and don't avoid calling
120 bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
121 * readelf.c (process_program_headers): Ignore .dynamic of type
122 SHT_NOBITS.
123
124 2007-05-29 Alan Modra <amodra@bigpond.net.au>
125
126 * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
127 pic or pie and image needs relocs.
128
129 2007-05-24 Steve Ellcey <sje@cup.hp.com>
130
131 * Makefile.in: Regenerate.
132 * configure: Regenerate.
133 * aclocal.m4: Regenerate.
134 * doc/Makefile.in: Regenerate.
135
136 2007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
137
138 * rcparse.y: Join strings for elements having no side-effects in
139 "rc"-grammar.
140
141 2007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
142
143 * rclex.c: New file replacing rclex.l.
144 * rclex.l: Removed.
145 * windint.h: New file holding common structure and type
146 definitions.
147 * Makefile.am: Added new header windint.h and exchanged rclex.l by
148 rclex.c.
149 * Makefile.in: Regenerate.
150 * rcparse.y: Renamed some structures.
151 Use in internal representation always bfd_vma instead of long or
152 int.
153 Removed from %union unused stringtable.
154 Added to %union suni structure for unicode strings.
155 Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
156 DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
157 TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
158 Added support for these new rc file tokens.
159 * resbin.c: Rewrote using bfd and binary structures, and support
160 new resource types.
161 * rescoff.c: Likewise.
162 * resres.c: Likewise.
163 * resrc.c: Likewise. Dumps as RC are now recompilable.
164 * windres.c: As above. Using bfd for res and provide target
165 specific endianess support.
166 * windres.h: Use windint.h as include. Additionally removed K&R
167 syntax.
168 * winduni.c: New printing and unichar support routines.
169 * winduni.h: Prototypes for new unichar helpers.
170 * windint.h: New file.
171
172 2007-05-22 Paul Brook <paul@codesourcery.com>
173
174 * objdump.c (find_symbol_for_address): Merge section and target
175 specific filtering code.
176
177 2007-05-22 Nick Clifton <nickc@redhat.com>
178
179 * doc/binutils.texi: Use @copying around the copyright notice.
180
181 2007-05-21 Richard Sandiford <richard@codesourcery.com>
182
183 * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
184 for executables and shared libraries.
185
186 2007-05-18 Nathan Sidwell <nathan@codesourcery.com>
187
188 * objcopy.c (strip_main): Detect identical input and output file
189 names.
190 (copy_main): Refactor tempname detection and use.
191
192 2007-05-17 Nick Clifton <nickc@redhat.com>
193
194 * objdump.c (load_debug_section): Select bias for DWARF debug
195 addresses based on the flavour of the bfd.
196
197 2007-05-11 Alan Modra <amodra@bigpond.net.au>
198
199 PR 4479
200 * objcopy.c (copy_object): Don't copy ELF program headers for
201 --only-keep-debug.
202
203 2007-05-11 Alan Modra <amodra@bigpond.net.au>
204
205 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
206 over one found on the users path.
207 (main): Generate .reloc for each R_SPU_PPU* reloc.
208
209 2007-04-28 Alan Modra <amodra@bigpond.net.au>
210
211 * prdbg.c (tg_variable): Adjust for changed demangler.
212 (tg_start_function): Likewise.
213
214 2007-04-27 Alan Modra <amodra@bigpond.net.au>
215
216 * bucumm.h: Split off host dependencies to..
217 * sysdep.h: ..here.
218 Many files: Include sysdep.h. Remove duplicate headers and reorder.
219 * Makefile.am: Run "make dep-am".
220 * Makefile.in: Regenerate.
221
222 2007-04-24 Nick Clifton <nickc@redhat.com>
223
224 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
225
226 2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
227 Phil Edwards <phil@codesourcery.com>
228
229 * objcopy.c (filter_symbols): Explicitly stripping a symbol
230 used in relocations is an error.
231 Retype 'keep' to bfd_boolean.
232
233 2007-04-24 Alan Modra <amodra@bigpond.net.au>
234
235 * Makefile.in: Regenerate.
236 * doc/Makefile.in: Regenerate.
237
238 2007-04-20 Nathan Froyd <froydnj@codesourcery.com>
239 Phil Edwards <phil@codesourcery.com>
240 Thomas de Lellis <tdel@windriver.com>
241
242 * objcopy.c (reverse_bytes): New variable.
243 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
244 (copy_options, copy_usage): Add "reverse-bytes" entry.
245 (copy_section): Reverse bytes within output sections.
246 * doc/binutils.texi: Document new objcopy option.
247
248 2007-04-20 Nick Clifton <nickc@redhat.com>
249
250 * rclex.l: Allow underscores at the start of identifiers.
251
252 2007-04-19 Alan Modra <amodra@bigpond.net.au>
253
254 * budemang.c: Delete.
255 * budemang.h: Delete.
256 * addr2line.c (translate_addresses): Call bfd_demangle rather than
257 demangle.
258 * nm.c (print_symname): Likewise.
259 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
260 (dump_bfd): Likewise.
261 * prdbg.c (struct pr_handle <demangler>): Add int param.
262 (tg_variable, tg_start_function): Adjust demangler calls.
263 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
264 * Makefile.in: Regenerate.
265 * po/POTFILES.in: Regenerate.
266
267 2007-04-14 Steve Ellcey <sje@cup.hp.com>
268
269 * Makefile.am: Add ACLOCAL_AMFLAGS.
270 * configure.in: Change macro call order.
271 * Makefile.in: Regenerate.
272 * configure: Regenerate.
273
274 2007-04-13 Nathan Sidwell <nathan@codesourcery.com>
275
276 * Makefile.am (TOOL_PROGS): Add objcopy.
277 * Makefile.in: Rebuilt.
278
279 2007-04-12 H.J. Lu <hongjiu.lu@intel.com>
280
281 PR binutils/4348
282 * objcopy.c (copy_object): Don't stop when there are no
283 sections to be copied.
284
285 2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
286
287 * NEWS: Mention disjoint histograms support in
288 gprof.
289
290 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
291
292 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
293 DW_TAG_inlined_subroutine.
294
295 2007-04-06 Matt Thomas <matt@netbsd.org>
296
297 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
298
299 2007-04-05 Alan Modra <amodra@bigpond.net.au>
300
301 PR binutils/4292
302 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
303 value_format_32bit.
304
305 2007-04-02 Nick Clifton <nickc@redhat.com>
306
307 PR binutils/4292
308 * nm.c (value_format): Replace with value_format_32bit and
309 value_format_64bit.
310 (set_radix): Update setting of value_format.
311 (set_print_width): New function. Compute the address size of a
312 given bfd and set the print_width global appropriately.
313 (display_archive): Use set_print_width.
314 (display_file): Likewise,
315 (print_object_filename_sysv): Update use of print_width.
316 (print_archive_member_sysv): Likewise.
317 (print_symbol_filename_posix): Likewise.
318 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
319
320 2007-03-28 Richard Sandiford <richard@codesourcery.com>
321 Phil Edwards <phil@codesourcery.com>
322
323 * doc/binutils.texi: Put the contents after the title page rather
324 than at the end of the document.
325
326 2007-03-28 Nick Clifton <nickc@redhat.com>
327
328 * readelf.c (slurp_rela_relocs): Add newline to end of error
329 messages.
330 (slurp_rel_relocs, request_dump, request_dump_byname,
331 process_program_headers, process_dynamic_section,
332 process_symbol_table, process_mips_specific, main): Likewise.
333
334 2007-03-28 Alan Modra <amodra@bigpond.net.au>
335
336 * MAINTAINERS: Update mailing list addresses. Add myself
337 as PPC maintainer.
338
339 2007-03-27 Alan Modra <amodra@bigpond.net.au>
340
341 * embedspu.sh: Correct toe_addr quoting.
342
343 2007-03-27 Alan Modra <amodra@bigpond.net.au>
344
345 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
346 .toe section and .toe address checks. Use .reloc for _EAR*
347 symbols defined in non-BSS sections. Build table for _SPUEAR_
348 symbols.
349
350 2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
351
352 PR gas/3811
353 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
354
355 2007-03-22 Joseph Myers <joseph@codesourcery.com>
356
357 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
358 version.
359
360 2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
361
362 * dlltool.c (make_one_lib_file): Use pc-relative relocation
363 instead of an absolute relocation for x86_64-pc-mingw32 target.
364
365 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
366
367 * Makefile.am (REPORT_BUGS_TO): Removed.
368 (INCLUDES): Remove -DREPORT_BUGS_TO.
369 * Makefile.in: Regenerated.
370
371 * bucomm.c: Don't include bfdver.h.
372 * objdump.c: Likewise.
373 * version.c: Likewise.
374
375 * bucomm.h: Include bfdver.h.
376
377 * configure.in (--with-bugurl): Removed.
378 * configure: Regenerated.
379
380 * doc/Makefile.am (binutils_TEXINFOS): Removed.
381 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
382 (TEXI2DVI): Likewise.
383 (config.texi): Removed.
384 (MOSTLYCLEANFILES): Remove config.texi.
385 * doc/Makefile.in: Regenerated.
386
387 * doc/binutils.texi: Include bfdver.texi instead of
388 config.texi.
389
390 2007-03-13 Nick Clifton <nickc@redhat.com>
391
392 * readelf.c (dump_section): Also test for SHT_REL sections when
393 producing the warning about unapplied relocs.
394
395 2007-03-07 Joseph Myers <joseph@codesourcery.com>
396
397 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
398 bug-reporting URL.
399 * doc/Makefile.am (config.texi): Define BUGURL.
400 * doc/binutils.texi: Use BUGURL. Remove text about large files
401 and uuencoding.
402 * Makefile.in, configure, doc/Makefile.in: Regenerate.
403
404 2007-03-01 Phil Edwards <phil@codesourcery.com>
405 Richard Sandiford <richard@codesourcery.com>
406
407 * NEWS: Mention addition of --extract-symbol.
408 * doc/binutils.texi: Document it.
409 * objcopy.c (extract_symbol): New variable.
410 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
411 (copy_options): Add an entry for --extract-symbol.
412 (copy_usage): Mention --extract-symbol.
413 (copy_object): Set the start address to zero for --extract-symbol.
414 Do not copy private BFD data in that case.
415 (setup_section): Set the size, LMA and VMA to zero for
416 --extract-symbol. Do not copy private BFD data in that case.
417 (copy_section): Do not copy section contents if --extract-symbol
418 is passed.
419 (copy_main): Set extract_symbol to TRUE if --extract-symbol
420 is passed.
421
422 2007-03-01 Paul Brook <paul@codesourcery.com>
423
424 * MAINTAINERS: Update my entry.
425
426 2007-03-01 Joseph Myers <joseph@codesourcery.com>
427
428 * version.c: Update copyright date.
429
430 2007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
431
432 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
433 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
434 * Makefile.in, doc/Makefile.in: Regenerate.
435
436 2007-03-01 Alan Modra <amodra@bigpond.net.au>
437
438 * embedspu.sh: Set type and size of global program handle symbol.
439
440 2007-02-28 Alan Modra <amodra@bigpond.net.au>
441
442 * Makefile.am (PROGS): Delete.
443 (RENAMED_PROGS): Define. Extracted from..
444 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
445 (install-exec-local): Adjust.
446 * Makefile.in: Regenerate.
447
448 2007-02-28 Alan Modra <amodra@bigpond.net.au>
449
450 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
451 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
452 (EXTRA_PROGRAMS): Remove bin2c.
453 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
454 (bin2c_SOURCES): Delete.
455 (DISTCLEANFILES): Remove sysinfo.
456 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
457 bin2c$(EXEEXT_FOR_BUILD).
458 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
459 Move embedspu to..
460 (BUILD_INSTALL_MISC): ..here.
461 * Makefile.in: Regenerate.
462 * configure: Regenerate.
463
464 2007-02-27 Alan Modra <amodra@bigpond.net.au>
465
466 * bin2c.c: New file.
467 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
468 (CFILES): Add bin2c.c.
469 (bin2c_SOURCES): Define.
470 (bin2c.o): Dependencies from "make dep-am".
471 * configure.in (BUILD_MISC): Add bin2c.
472 * version.c: Update year.
473 * po/POTFILES.in: Regenerate.
474 * Makefile.in: Regenerate.
475 * configure: Regenerate.
476
477 2007-02-17 Mark Mitchell <mark@codesourcery.com>
478 Nathan Sidwell <nathan@codesourcery.com>
479 Vladimir Prus <vladimir@codesourcery.com
480 Joseph Myers <joseph@codesourcery.com>
481
482 * configure.in (--with-bugurl): New option.
483 * configure: Regenerate.
484 * Makefile.am (REPORT_BUGS_TO): Define.
485 (INCLUDES): Define REPORT_BUGS_TO.
486 Regenerate dependencies.
487 * Makefile.in: Regenerate.
488 * doc/Makefile.in: Regenerate.
489 * bucomm.h: Remove include of bin-bugs.h.
490 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
491 * ar.c (usage): Pass s to list_supported_targets. Don't print
492 empty REPORT_BUGS_TO.
493 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
494 * cxxfilt.c (usage): Print bug url when giving help.
495 * dlltool.c (usage): Likewise.
496 * dllwrap.c (usage): Likewise.
497 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
498 * nm.c (usage): Likewise.
499 * objcopy.c (copy_usage, strip_usage): Likewise.
500 * objdump.c (usage): Likewise.
501 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
502 callers.
503 * size.c (usage): Don't print empty REPORT_BUGS_TO.
504 * srconv.c (show_usage): Likewise.
505 * strings.c (usage): Likewise.
506 * sysdymp.c (show_usage): Likewise.
507 * windres.c (usage): Likewise.
508
509 2007-02-13 Alan Modra <amodra@bigpond.net.au>
510
511 * embedspu.sh: Add -W to readelf invocation.
512
513 2007-02-06 Dave Brolley <brolley@redhat.com>
514
515 * MAINTAINERS: Add myself as the maintainer of the MeP port.
516
517 2007-02-06 Nick Clifton <nickc@redhat.com>
518
519 PR gas/3800
520 * readelf.c: Include elf/h8.h twice. The first time in order to
521 get the reloc numbers, the second time in order to get the reloc
522 decoder function.
523 (dump_section): Tell the user if the section being displayed has
524 unprocessed relocs associated with it.
525 (get_reloc_size): New function - returns the size of a reloc.
526 (debug_apply_rela_addends): Use get_reloc_size().
527 * dwarf.c (read_and_display_attr_value): Extend number of
528 languages known for the DW_AT_language attribute.
529 (process_debug_info): Display the attribute offset before decoding
530 the attribute, in case there are problems.
531
532 2007-02-05 Dave Brolley <brolley@redhat.com>
533
534 * readelf.c (dump_relocations): Don't check for
535 (rtype == NULL && type == R_RELC).
536
537 2007-02-05 Dave Brolley <brolley@redhat.com>
538
539 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
540 * Makefile.in: Regenerated.
541 * Contribute the following changes:
542 2003-10-29 Dave Brolley <brolley@redhat.com>
543
544 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
545 * configure: Regenerated.
546
547 2001-04-03 Ben Elliston <bje@redhat.com>
548
549 * readelf.c: Include "elf/mep.h".
550 (guess_is_rela): Handle EM_CYGNUS_MEP.
551 (get_machine_name): Ditto.
552 (dump_relocations): Ditto.
553
554 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
555
556 * MAINTAINERS: Add a space between H.J. and Lu.
557
558 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
559
560 * doc/binutils.texi (objdump): Document the new addr64 option
561 for i386 disassembler.
562
563 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
564
565 PR binutils/3945
566 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
567 target.
568 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
569 * configure: Regenerated.
570
571 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
572
573 2007-02-02 Nick Clifton <nickc@redhat.com>
574
575 * doc/binutils.texi (objdump): Document support for disassembling
576 the 440 PowerPC architecture.
577
578 2007-01-31 Nathan Sidwell <nathan@codesourcery.com>
579
580 * dwarf.c (process_debug_info): Protect against bogus length and
581 abbrev offsets.
582
583 2007-01-25 Kazu Hirata <kazu@codesourcery.com>
584
585 * ar.c (print_contents, extract_file): Cast the return value
586 of fwrite to size_t.
587
588 2007-01-12 Alan Modra <amodra@bigpond.net.au>
589
590 * ar.c (open_inarch): Check fwrite return. Use size_t.
591 (extract_file): Likewise. Remove test for "negative" file size.
592 * readelf.c (process_program_headers): Check fscanf return.
593
594 2007-01-11 H.J. Lu <hongjiu.lu@intel.com>
595
596 * bucomm.c (template_in_dir): Fix typo.
597
598 2007-01-11 Alan Modra <amodra@bigpond.net.au>
599
600 * embedspu.sh: New file.
601 * Makefile.am (embedspu): Add rule.
602 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
603 * Makefile.in: Regenerate.
604 * configure: Regenerate.
605
606 2007-01-11 Alan Modra <amodra@bigpond.net.au>
607
608 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
609 * bucomm.c (template_in_dir): New function, split out from..
610 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
611 (make_tempdir): Use template_in_dir. Handle directory creation
612 when !HAVE_MKDTEMP.
613 * objcopy.c (MKDIR): Don't define.
614 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
615 error message.
616
617 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
618
619 * readelf.c (get_machine_flags): Treat Fido as an architecture
620 by itself.
621
622 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
623
624 * configure.in: Renamed target x86_64-*-mingw64 to
625 x86_64-*-mingw*.
626 * configure: Regenerated.
627
628 2007-01-05 Alan Modra <amodra@bigpond.net.au>
629
630 * readelf.c (dump_section): Don't print 32-bit values, which
631 were done incorrectly for little-endian. Instead print bytes.
632
633 For older changes see ChangeLog-2006
634 \f
635 Local Variables:
636 mode: change-log
637 left-margin: 8
638 fill-column: 74
639 version-control: never
640 End:
This page took 0.042116 seconds and 4 git commands to generate.