]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/rs6000/rs6000.c
rs6000.opt (no-fp-in-toc): Use Var not Mask.
authorDavid Edelsohn <edelsohn@gnu.org>
Sun, 19 Mar 2006 20:57:43 +0000 (20:57 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 19 Mar 2006 20:57:43 +0000 (15:57 -0500)
commitd2894ab516786dd46d978d7a994af20ee66fea8b
treebde77ed27020f37de8157054a7e527f474e1c7e2
parent79a495f1013cb67ffd4d6e9f651fff0790283eef
rs6000.opt (no-fp-in-toc): Use Var not Mask.

        * 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.

From-SVN: r112215
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