r235875 - in /trunk/gcc: ChangeLog config/rs600...

amodra@gcc.gnu.org amodra@gcc.gnu.org
Wed May 4 13:21:00 GMT 2016


Author: amodra
Date: Wed May  4 13:21:01 2016
New Revision: 235875

URL: https://gcc.gnu.org/viewcvs?rev=235875&root=gcc&view=rev
Log:
[RS6000] Simplify sysv4.h TARGET_TOC

We can use the TARGET_* defines here.  There isn't any reason to use
the underlying variable and masks.  Also, TARGET_RELOCATABLE implies
TARGET_MINIMAL_TOC, so there is no need to test TARGET_RELOCATABLE.

	* config/rs6000/sysv4.h (TARGET_TOC): Simplify.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/sysv4.h



More information about the Gcc-cvs mailing list