Commit af3e86c2 by Richard Kenner

Formerly extend.texi.~112~

From-SVN: r13515
parent 6217f613
...@@ -1508,6 +1508,8 @@ void f () __attribute__ ((weak, alias ("__f"))); ...@@ -1508,6 +1508,8 @@ void f () __attribute__ ((weak, alias ("__f")));
declares @samp{f} to be a weak alias for @samp{__f}. In C++, the declares @samp{f} to be a weak alias for @samp{__f}. In C++, the
mangled name for the target must be used. mangled name for the target must be used.
Not all target machines support this attribute.
@item regparm (@var{number}) @item regparm (@var{number})
@cindex functions that are passed arguments in registers on the 386 @cindex functions that are passed arguments in registers on the 386
On the Intel 386, the @code{regparm} attribute causes the compiler to On the Intel 386, the @code{regparm} attribute causes the compiler to
......
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