From a76c9477f4c39b580518ffc3579d14adbe1ac0d7 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 14 Mar 2012 10:23:12 -0600 Subject: [PATCH] Fix c++filt docs (2nd instance) (#797752) --- binutils-rh797752.patch | 20 ++++++++++++++++++++ binutils.spec | 5 ++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/binutils-rh797752.patch b/binutils-rh797752.patch index 5bce352..1e91bb4 100644 --- a/binutils-rh797752.patch +++ b/binutils-rh797752.patch @@ -13,3 +13,23 @@ index 698702b..1d429cf 100644 [@option{-p}|@option{--no-params}] [@option{-t}|@option{--types}] [@option{-i}|@option{--no-verbose}] +diff -rup a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi +--- a/binutils/doc/binutils.texi 2012-03-14 10:19:44.256863358 -0600 ++++ b/binutils/doc/binutils.texi 2012-03-14 10:20:15.077695863 -0600 +@@ -2946,14 +2946,14 @@ characters trailing after a mangled name + + @table @env + @item -_ +-@itemx --strip-underscores ++@itemx --strip-underscore + On some systems, both the C and C++ compilers put an underscore in front + of every name. For example, the C name @code{foo} gets the low-level + name @code{_foo}. This option removes the initial underscore. Whether + @command{c++filt} removes the underscore by default is target dependent. + + @item -n +-@itemx --no-strip-underscores ++@itemx --no-strip-underscore + Do not remove the initial underscore. + + @item -p diff --git a/binutils.spec b/binutils.spec index 09c49a8..fb19c1c 100644 --- a/binutils.spec +++ b/binutils.spec @@ -17,7 +17,7 @@ Summary: A GNU collection of binary utilities Name: %{?cross}binutils%{?_with_debug:-debug} Version: 2.22.52.0.1 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv3+ Group: Development/Tools URL: http://sources.redhat.com/binutils @@ -446,6 +446,9 @@ exit 0 %endif # %{isnative} %changelog +* Mon Feb 27 2012 Jeff Law - 2.22.52.0.1-9 +- Fix c++filt docs (2nd instance) (#797752) + * Wed Mar 07 2012 Jakub Jelinek - 2.22.52.0.1-8 - Fix up handling of hidden ifunc relocs on x86_64 - Add Intel TSX support