rtl.h (SYMBOL_REF_WEAK): New macro.
authorFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
Sun, 13 May 2001 21:16:58 +0000 (21:16 +0000)
committerFranz Sirl <sirl@gcc.gnu.org>
Sun, 13 May 2001 21:16:58 +0000 (21:16 +0000)
commitff0b6b992118d179779efac155b3484d32a1cf0d
tree944e76343c8f93f43eedc9b683710ba03f0a6739
parent6f22140248a891c4cdf46679cc9597f15107c5f3
rtl.h (SYMBOL_REF_WEAK): New macro.

        2001-05-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

        * rtl.h (SYMBOL_REF_WEAK): New macro.
        * rtlanal.h (rtx_addr_can_trap): Use it, a weak SYMBOL_REF can trap.
        * varasm.c (make_decl_rtl): Mark SYMBOL_REF weak if necessary.
        * rtl.texi (SYMBOL_REF_WEAK): Document it.
        * gcc.texi: Remove wrong description.

From-SVN: r42046
gcc/ChangeLog
gcc/gcc.texi
gcc/rtl.h
gcc/rtl.texi
gcc/rtlanal.c
gcc/varasm.c