aboutsummaryrefslogtreecommitdiff
path: root/libcpp/expr.c
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2019-09-03 15:08:28 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2019-09-03 15:08:28 +0000
commit2f2aeda98f3aa24034a700e7efcb6c1a9397836f (patch)
tree5b5243531a267cc134be476ce30f7405ea5998a4 /libcpp/expr.c
parent934392185369af22fee845e4edd92c420b8c248b (diff)
downloadgcc-2f2aeda98f3aa24034a700e7efcb6c1a9397836f.zip
gcc-2f2aeda98f3aa24034a700e7efcb6c1a9397836f.tar.gz
gcc-2f2aeda98f3aa24034a700e7efcb6c1a9397836f.tar.bz2
Remove Cell Broadband Engine SPU targets
From-SVN: r275343
Diffstat (limited to 'libcpp/expr.c')
-rw-r--r--libcpp/expr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcpp/expr.c b/libcpp/expr.c
index d8438a5..4b514b1 100644
--- a/libcpp/expr.c
+++ b/libcpp/expr.c
@@ -1075,8 +1075,8 @@ parse_defined (cpp_reader *pfile)
pfile->state.prevent_expansion--;
/* Do not treat conditional macros as being defined. This is due to the
- powerpc and spu ports using conditional macros for 'vector', 'bool', and
- 'pixel' to act as conditional keywords. This messes up tests like #ifndef
+ powerpc port using conditional macros for 'vector', 'bool', and 'pixel'
+ to act as conditional keywords. This messes up tests like #ifndef
bool. */
result.unsignedp = false;
result.high = 0;