diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-01-19 14:27:06 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-01-19 14:27:06 -0500 |
commit | af3e86c2455792d3f4ac1134b0d0c3efdcca72e5 (patch) | |
tree | 00ac688e0fbc44ee713d37e73abe522c87dd0c18 /gcc | |
parent | 6217f6130ab3ee76aeb6c3b82bf267321da57a2c (diff) | |
download | gcc-af3e86c2455792d3f4ac1134b0d0c3efdcca72e5.zip gcc-af3e86c2455792d3f4ac1134b0d0c3efdcca72e5.tar.gz gcc-af3e86c2455792d3f4ac1134b0d0c3efdcca72e5.tar.bz2 |
Formerly extend.texi.~112~
From-SVN: r13515
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/extend.texi | 2 |
1 files changed, 2 insertions, 0 deletions
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 |