[COMMITTED] rs6000: Correct logic to disable NO_SUM_IN_TOC and NO_FP_IN_TOC [PR94065]

David Edelsohn dje.gcc@gmail.com
Fri Mar 6 16:30:00 GMT 2020


aix61.h, aix71.h and aix72.h intends to prevent SUM_IN_TOC and FP_IN_TOC
when cmodel=large.  This patch defines the variables associated with the
target options to 1 to _enable_ NO_SUM_IN_TOC and enable NO_FP_IN_TOC.

Bootstrapped on powerpc-ibm-aix7.2.0.0

        PR target/94065
        * config/rs6000/aix61.h (TARGET_NO_SUM_IN_TOC): Set to 1 for
        cmodel=large.
        (TARGET_NO_FP_IN_TOC): Same.
        * config/rs6000/aix71.h: Same.
        * config/rs6000/aix72.h: Same.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-rs6000-Correct-logic-to-disable-NO_SUM_IN_TOC-and-NO.patch
Type: application/octet-stream
Size: 2509 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20200306/dc5f85e2/attachment.obj>


More information about the Gcc-patches mailing list