3 * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
7 PR binutils/4356 binutils/591
8 * resrc.c (filename_need_quotes): New function.
9 (look_for_default): If filename_need_quotes is true then quote the
10 filename in the command line being created.
11 (read_rc_file): Likewise.
15 * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
19 * Makefile.am: Add LIBICONV to windres.
20 * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
21 * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
22 * config.in: Add ICONV defines.
23 * aclocal.m4: Regenerate.
24 * confugure: Regenerate.
25 * winduni.c: (local_iconv_map codepages, wind_language_t,
26 languages, unicode_is_valid_codepage, wind_find_language_by_id,
27 wind_find_language_by_codepage, wind_find_codepage_info,
28 unicode_from_codepage, codepage_from_unicode, iconv_onechar,
29 wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
31 (ascii_from_unicode): Use codepage_from_unicode.
32 (ascii_from_unicode): Use unicode_from_codepage.
33 Use for cygwin windows API for unicode transformation.
34 * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
36 (wind_language_t, local_iconv_map): New types.
37 (wind_find_language_by_id, wind_find_language_by_codepage,
38 unicode_is_valid_codepage, wind_find_codepage_info,
39 unicode_from_codepage, codepage_from_unicode): New
44 * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
48 * objcopy.c (copy_object): Revert 2007-05-11 change. Don't
49 avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
50 (setup_section): Don't modify flags, and don't avoid calling
51 bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
52 * readelf.c (process_program_headers): Ignore .dynamic of type
57 * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
58 pic or pie and image needs relocs.
62 * Makefile.in: Regenerate.
63 * configure: Regenerate.
64 * aclocal.m4: Regenerate.
65 * doc/Makefile.in: Regenerate.
69 * rcparse.y: Join strings for elements having no side-effects in
74 * rclex.c: New file replacing rclex.l.
76 * windint.h: New file holding common structure and type
78 * Makefile.am: Added new header windint.h and exchanged rclex.l by
80 * Makefile.in: Regenerate.
81 * rcparse.y: Renamed some structures.
82 Use in internal representation always bfd_vma instead of long or
84 Removed from %union unused stringtable.
85 Added to %union suni structure for unicode strings.
86 Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
87 DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
88 TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
89 Added support for these new rc file tokens.
90 * resbin.c: Rewrote using bfd and binary structures, and support
92 * rescoff.c: Likewise.
94 * resrc.c: Likewise. Dumps as RC are now recompilable.
95 * windres.c: As above. Using bfd for res and provide target
96 specific endianess support.
97 * windres.h: Use windint.h as include. Additionally removed K&R
99 * winduni.c: New printing and unichar support routines.
100 * winduni.h: Prototypes for new unichar helpers.
101 * windint.h: New file.
105 * objdump.c (find_symbol_for_address): Merge section and target
106 specific filtering code.
110 * doc/binutils.texi: Use @copying around the copyright notice.
114 * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
115 for executables and shared libraries.
119 * objcopy.c (strip_main): Detect identical input and output file
121 (copy_main): Refactor tempname detection and use.
125 * objdump.c (load_debug_section): Select bias for DWARF debug
126 addresses based on the flavour of the bfd.
131 * objcopy.c (copy_object): Don't copy ELF program headers for
136 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
137 over one found on the users path.
138 (main): Generate .reloc for each R_SPU_PPU* reloc.
142 * prdbg.c (tg_variable): Adjust for changed demangler.
143 (tg_start_function): Likewise.
147 * bucumm.h: Split off host dependencies to..
149 Many files: Include sysdep.h. Remove duplicate headers and reorder.
150 * Makefile.am: Run "make dep-am".
151 * Makefile.in: Regenerate.
155 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
160 * objcopy.c (filter_symbols): Explicitly stripping a symbol
161 used in relocations is an error.
162 Retype 'keep' to bfd_boolean.
166 * Makefile.in: Regenerate.
167 * doc/Makefile.in: Regenerate.
173 * objcopy.c (reverse_bytes): New variable.
174 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
175 (copy_options, copy_usage): Add "reverse-bytes" entry.
176 (copy_section): Reverse bytes within output sections.
177 * doc/binutils.texi: Document new objcopy option.
181 * rclex.l: Allow underscores at the start of identifiers.
185 * budemang.c: Delete.
186 * budemang.h: Delete.
187 * addr2line.c (translate_addresses): Call bfd_demangle rather than
189 * nm.c (print_symname): Likewise.
190 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
191 (dump_bfd): Likewise.
192 * prdbg.c (struct pr_handle <demangler>): Add int param.
193 (tg_variable, tg_start_function): Adjust demangler calls.
194 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
195 * Makefile.in: Regenerate.
196 * po/POTFILES.in: Regenerate.
200 * Makefile.am: Add ACLOCAL_AMFLAGS.
201 * configure.in: Change macro call order.
202 * Makefile.in: Regenerate.
203 * configure: Regenerate.
207 * Makefile.am (TOOL_PROGS): Add objcopy.
208 * Makefile.in: Rebuilt.
213 * objcopy.c (copy_object): Don't stop when there are no
214 sections to be copied.
218 * NEWS: Mention disjoint histograms support in
223 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
224 DW_TAG_inlined_subroutine.
228 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
233 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
239 * nm.c (value_format): Replace with value_format_32bit and
241 (set_radix): Update setting of value_format.
242 (set_print_width): New function. Compute the address size of a
243 given bfd and set the print_width global appropriately.
244 (display_archive): Use set_print_width.
245 (display_file): Likewise,
246 (print_object_filename_sysv): Update use of print_width.
247 (print_archive_member_sysv): Likewise.
248 (print_symbol_filename_posix): Likewise.
249 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
254 * doc/binutils.texi: Put the contents after the title page rather
255 than at the end of the document.
259 * readelf.c (slurp_rela_relocs): Add newline to end of error
261 (slurp_rel_relocs, request_dump, request_dump_byname,
262 process_program_headers, process_dynamic_section,
263 process_symbol_table, process_mips_specific, main): Likewise.
267 * MAINTAINERS: Update mailing list addresses. Add myself
272 * embedspu.sh: Correct toe_addr quoting.
276 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
277 .toe section and .toe address checks. Use .reloc for _EAR*
278 symbols defined in non-BSS sections. Build table for _SPUEAR_
284 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
288 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
293 * dlltool.c (make_one_lib_file): Use pc-relative relocation
294 instead of an absolute relocation for x86_64-pc-mingw32 target.
298 * Makefile.am (REPORT_BUGS_TO): Removed.
299 (INCLUDES): Remove -DREPORT_BUGS_TO.
300 * Makefile.in: Regenerated.
302 * bucomm.c: Don't include bfdver.h.
303 * objdump.c: Likewise.
304 * version.c: Likewise.
306 * bucomm.h: Include bfdver.h.
308 * configure.in (--with-bugurl): Removed.
309 * configure: Regenerated.
311 * doc/Makefile.am (binutils_TEXINFOS): Removed.
312 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
313 (TEXI2DVI): Likewise.
314 (config.texi): Removed.
315 (MOSTLYCLEANFILES): Remove config.texi.
316 * doc/Makefile.in: Regenerated.
318 * doc/binutils.texi: Include bfdver.texi instead of
323 * readelf.c (dump_section): Also test for SHT_REL sections when
324 producing the warning about unapplied relocs.
328 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
330 * doc/Makefile.am (config.texi): Define BUGURL.
331 * doc/binutils.texi: Use BUGURL. Remove text about large files
333 * Makefile.in, configure, doc/Makefile.in: Regenerate.
338 * NEWS: Mention addition of --extract-symbol.
339 * doc/binutils.texi: Document it.
340 * objcopy.c (extract_symbol): New variable.
341 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
342 (copy_options): Add an entry for --extract-symbol.
343 (copy_usage): Mention --extract-symbol.
344 (copy_object): Set the start address to zero for --extract-symbol.
345 Do not copy private BFD data in that case.
346 (setup_section): Set the size, LMA and VMA to zero for
347 --extract-symbol. Do not copy private BFD data in that case.
348 (copy_section): Do not copy section contents if --extract-symbol
350 (copy_main): Set extract_symbol to TRUE if --extract-symbol
355 * MAINTAINERS: Update my entry.
359 * version.c: Update copyright date.
363 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
364 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
365 * Makefile.in, doc/Makefile.in: Regenerate.
369 * embedspu.sh: Set type and size of global program handle symbol.
373 * Makefile.am (PROGS): Delete.
374 (RENAMED_PROGS): Define. Extracted from..
375 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
376 (install-exec-local): Adjust.
377 * Makefile.in: Regenerate.
381 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
382 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
383 (EXTRA_PROGRAMS): Remove bin2c.
384 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
385 (bin2c_SOURCES): Delete.
386 (DISTCLEANFILES): Remove sysinfo.
387 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
388 bin2c$(EXEEXT_FOR_BUILD).
389 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
391 (BUILD_INSTALL_MISC): ..here.
392 * Makefile.in: Regenerate.
393 * configure: Regenerate.
398 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
399 (CFILES): Add bin2c.c.
400 (bin2c_SOURCES): Define.
401 (bin2c.o): Dependencies from "make dep-am".
402 * configure.in (BUILD_MISC): Add bin2c.
403 * version.c: Update year.
404 * po/POTFILES.in: Regenerate.
405 * Makefile.in: Regenerate.
406 * configure: Regenerate.
413 * configure.in (--with-bugurl): New option.
414 * configure: Regenerate.
415 * Makefile.am (REPORT_BUGS_TO): Define.
416 (INCLUDES): Define REPORT_BUGS_TO.
417 Regenerate dependencies.
418 * Makefile.in: Regenerate.
419 * doc/Makefile.in: Regenerate.
420 * bucomm.h: Remove include of bin-bugs.h.
421 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
422 * ar.c (usage): Pass s to list_supported_targets. Don't print
423 empty REPORT_BUGS_TO.
424 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
425 * cxxfilt.c (usage): Print bug url when giving help.
426 * dlltool.c (usage): Likewise.
427 * dllwrap.c (usage): Likewise.
428 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
429 * nm.c (usage): Likewise.
430 * objcopy.c (copy_usage, strip_usage): Likewise.
431 * objdump.c (usage): Likewise.
432 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
434 * size.c (usage): Don't print empty REPORT_BUGS_TO.
435 * srconv.c (show_usage): Likewise.
436 * strings.c (usage): Likewise.
437 * sysdymp.c (show_usage): Likewise.
438 * windres.c (usage): Likewise.
442 * embedspu.sh: Add -W to readelf invocation.
446 * MAINTAINERS: Add myself as the maintainer of the MeP port.
451 * readelf.c: Include elf/h8.h twice. The first time in order to
452 get the reloc numbers, the second time in order to get the reloc
454 (dump_section): Tell the user if the section being displayed has
455 unprocessed relocs associated with it.
456 (get_reloc_size): New function - returns the size of a reloc.
457 (debug_apply_rela_addends): Use get_reloc_size().
458 * dwarf.c (read_and_display_attr_value): Extend number of
459 languages known for the DW_AT_language attribute.
460 (process_debug_info): Display the attribute offset before decoding
461 the attribute, in case there are problems.
465 * readelf.c (dump_relocations): Don't check for
466 (rtype == NULL && type == R_RELC).
470 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
471 * Makefile.in: Regenerated.
472 * Contribute the following changes:
475 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
476 * configure: Regenerated.
480 * readelf.c: Include "elf/mep.h".
481 (guess_is_rela): Handle EM_CYGNUS_MEP.
482 (get_machine_name): Ditto.
483 (dump_relocations): Ditto.
487 * MAINTAINERS: Add a space between H.J. and Lu.
491 * doc/binutils.texi (objdump): Document the new addr64 option
492 for i386 disassembler.
497 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
499 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
500 * configure: Regenerated.
502 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
506 * doc/binutils.texi (objdump): Document support for disassembling
507 the 440 PowerPC architecture.
511 * dwarf.c (process_debug_info): Protect against bogus length and
516 * ar.c (print_contents, extract_file): Cast the return value
521 * ar.c (open_inarch): Check fwrite return. Use size_t.
522 (extract_file): Likewise. Remove test for "negative" file size.
523 * readelf.c (process_program_headers): Check fscanf return.
527 * bucomm.c (template_in_dir): Fix typo.
531 * embedspu.sh: New file.
532 * Makefile.am (embedspu): Add rule.
533 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
534 * Makefile.in: Regenerate.
535 * configure: Regenerate.
539 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
540 * bucomm.c (template_in_dir): New function, split out from..
541 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
542 (make_tempdir): Use template_in_dir. Handle directory creation
544 * objcopy.c (MKDIR): Don't define.
545 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
550 * readelf.c (get_machine_flags): Treat Fido as an architecture
555 * configure.in: Renamed target x86_64-*-mingw64 to
557 * configure: Regenerated.
561 * readelf.c (dump_section): Don't print 32-bit values, which
562 were done incorrectly for little-endian. Instead print bytes.
564 For older changes see ChangeLog-2006
570 version-control: never