* config/rs6000/rs6000.opt (no-fp-in-toc): Use Var not Mask.
commit43edbc2ecbba04dbbb0de70bc42354a2e4637386
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Mar 2006 20:57:43 +0000 (19 20:57 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Mar 2006 20:57:43 +0000 (19 20:57 +0000)
treebde77ed27020f37de8157054a7e527f474e1c7e2
parente7363b7006c259293086b3cf3b22ab38777beb0d
    * config/rs6000/rs6000.opt (no-fp-in-toc): Use Var not Mask.
        (no-sum-in-toc): Same.
        * config/rs6000/rs6000.c (rs6000_handle_option): Use new
        variables.
        * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set
        NO_FP_IN_TOC for -fPIC instead of mask.

        * config/rs6000/t-aix43 (T_ADAFLAGS): Delete.
        (BOOT_LDFLAGS): Delete.
        (LDFLAGS): Delete.
        * config/rs6000/t-aix52: Same.

        * config/rs6000/rs6000.md (store_multiple_power): Delete.
        (stmsi[345678]_power): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112215 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/rs6000.opt
gcc/config/rs6000/sysv4.h
gcc/config/rs6000/t-aix43
gcc/config/rs6000/t-aix52