From af3e86c2455792d3f4ac1134b0d0c3efdcca72e5 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 19 Jan 1997 14:27:06 -0500 Subject: Formerly extend.texi.~112~ From-SVN: r13515 --- gcc/extend.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc') diff --git a/gcc/extend.texi b/gcc/extend.texi index d32ebf8..90b0394 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -1508,6 +1508,8 @@ void f () __attribute__ ((weak, alias ("__f"))); declares @samp{f} to be a weak alias for @samp{__f}. In C++, the mangled name for the target must be used. +Not all target machines support this attribute. + @item regparm (@var{number}) @cindex functions that are passed arguments in registers on the 386 On the Intel 386, the @code{regparm} attribute causes the compiler to -- cgit v1.1