From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:38:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D0EC16A4DF; Sun, 6 Aug 2006 14:38:39 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1528D43D45; Sun, 6 Aug 2006 14:38:39 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76EcdYc079664; Sun, 6 Aug 2006 14:38:39 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Eccl3079663; Sun, 6 Aug 2006 14:38:38 GMT (envelope-from itetcu) Message-Id: <200608061438.k76Eccl3079663@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 14:38:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/powerpc-binutils Makefile distinfo ports/devel/powerpc-binutils/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 14:38:39 -0000 itetcu 2006-08-06 14:38:38 UTC FreeBSD ports repository Modified files: devel/powerpc-binutils Makefile distinfo Removed files: devel/powerpc-binutils/files patch-aa Log: - 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) Revision Changes Path 1.2 +8 -1 ports/devel/powerpc-binutils/Makefile 1.2 +3 -3 ports/devel/powerpc-binutils/distinfo 1.2 +0 -48 ports/devel/powerpc-binutils/files/patch-aa (dead)