Commit 4896c7b8 by Bruno Haible Committed by Gerald Pfeifer

* doc/extend.texi (Function Attributes): Fix a typo.

From-SVN: r158975
parent 0d6d8e00
2010-05-02 Bruno Haible <bruno@clisp.org>
* doc/extend.texi (Function Attributes): Fix a typo.
2010-05-02 Uros Bizjak <ubizjak@gmail.com> 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
Revert: Revert:
......
...@@ -3503,7 +3503,7 @@ static int x() __attribute__ ((alias ("y"))); ...@@ -3503,7 +3503,7 @@ static int x() __attribute__ ((alias ("y")));
A weak reference is an alias that does not by itself require a A weak reference is an alias that does not by itself require a
definition to be given for the target symbol. If the target symbol is definition to be given for the target symbol. If the target symbol is
only referenced through weak references, then the becomes a @code{weak} only referenced through weak references, then it becomes a @code{weak}
undefined symbol. If it is directly referenced, however, then such undefined symbol. If it is directly referenced, however, then such
strong references prevail, and a definition will be required for the strong references prevail, and a definition will be required for the
symbol, not necessarily in the same translation unit. symbol, not necessarily in the same translation unit.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment