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