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