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