[binutils-gdb] Remove documentation of deleted function S_IS_EXTERN.
Nick Clifton
nickc@sourceware.org
Tue Feb 16 10:38:00 GMT 2016
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9406ee731d01bb34ee25280eec18167244ac6e2d
commit 9406ee731d01bb34ee25280eec18167244ac6e2d
Author: Trevor Saunders <tbsaunde@tbsaunde.org>
Date: Tue Feb 16 10:37:32 2016 +0000
Remove documentation of deleted function S_IS_EXTERN.
Diff:
---
gas/ChangeLog | 4 ++++
gas/doc/internals.texi | 4 ----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0b7f78d..ce09b01 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org>
+
+ * doc/internals.texi (S_IS_EXTERN): Remove.
+
2016-02-16 Nick Clifton <nickc@redhat.com>
* doc/as.texinfo (Section): Fix up texinfo snafus in previous
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi
index 66d0ade..f7ae8a40 100644
--- a/gas/doc/internals.texi
+++ b/gas/doc/internals.texi
@@ -151,10 +151,6 @@ Set the name of the symbol.
@cindex S_IS_EXTERNAL
Return non-zero if the symbol is externally visible.
-@item S_IS_EXTERN
-@cindex S_IS_EXTERN
-A synonym for @code{S_IS_EXTERNAL}. Don't use it.
-
@item S_IS_WEAK
@cindex S_IS_WEAK
Return non-zero if the symbol is weak, or if it is a @code{weakref} alias or
More information about the Binutils-cvs
mailing list