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