[RS6000] Simplify sysv4.h TARGET_TOC
commit967245d1f63076dde846f0201a0fba05c334a3e6
authorAlan Modra <amodra@gmail.com>
Wed, 4 May 2016 13:21:01 +0000 (4 22:51 +0930)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 4 May 2016 13:21:01 +0000 (4 22:51 +0930)
treebd4f250e946db86a56518417ac86f36eee11a47b
parentd577ba89642ebb5701d6e2ca7aaf31de2a427794
[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.

From-SVN: r235875
gcc/ChangeLog
gcc/config/rs6000/sysv4.h