Fix c++filt docs (2nd instance) (#797752)
This commit is contained in:
parent
f674c212db
commit
a76c9477f4
@ -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
|
||||
|
@ -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 <law@redhat.com> - 2.22.52.0.1-9
|
||||
- Fix c++filt docs (2nd instance) (#797752)
|
||||
|
||||
* Wed Mar 07 2012 Jakub Jelinek <jakub@redhat.com> - 2.22.52.0.1-8
|
||||
- Fix up handling of hidden ifunc relocs on x86_64
|
||||
- Add Intel TSX support
|
||||
|
Loading…
Reference in New Issue
Block a user