K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-08-06T14:38:38.000000Z K 7 svn:log V 1438 - Use version-independent patching via sed - Update to 2.17 Short changelog: - Add "-x NAME" to readelf in addition to "-x NUMBER". - Add -i and -t switches to cxxfilt. -i disables the display of implementation specific extra demangling information (if any) and -t disables the demangling of types. - Add support for the "@" syntax to the command lines of all tools, so that extra switches can be read from . - Add "-W/--dwarf" to objdump to display the contents of the DWARF debug sections. - Add "-t/--section-details" to readelf to display section details. "-N/--full-section-name" is deprecated. - powerpc-linux ld now supports a variant form of PLT and GOT for the security conscious. This form will automatically be chosen when ld detects that all code in regular object files was generated by gcc -msecure-plt. The old PLT and GOT may be forced by a new ld option, --bss-plt. - Add "-i/--inlines" to addr2line to print enclosing scope information for inlined function chains, back to first non-inlined function. - Add "-N/--full-section-name" to readelf to display full section name. - Add "-M entry:" switch to objdump to specify a function entry address when disassembling VAX binaries. - Add "--globalize-symbol " and "--globalize-symbols " switches to objcopy to convert local symbols into global symbols. PR: ports/101447 Submitted by: Stanislav Sedov (maintainer) END