Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(502)

Unified Diff: gcc/gcc/config/rs6000/e500.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/config/rs6000/darwin-ldouble-format ('k') | gcc/gcc/config/rs6000/linux64.opt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/rs6000/e500.h
diff --git a/gcc/gcc/config/rs6000/e500.h b/gcc/gcc/config/rs6000/e500.h
index 81fb472e7a784b27df697c7187a523dff1e2a2f5..05b20ad1139571dd8c7108754bab0952dc69761e 100644
--- a/gcc/gcc/config/rs6000/e500.h
+++ b/gcc/gcc/config/rs6000/e500.h
@@ -1,5 +1,6 @@
/* Enable E500 support.
- Copyright (C) 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009 Free Software
+ Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it
@@ -37,6 +38,8 @@
{ \
if (TARGET_ALTIVEC) \
error ("AltiVec and E500 instructions cannot coexist"); \
+ if (TARGET_VSX) \
+ error ("VSX and E500 instructions cannot coexist"); \
if (TARGET_64BIT) \
error ("64-bit E500 not supported"); \
if (TARGET_HARD_FLOAT && TARGET_FPRS) \
« no previous file with comments | « gcc/gcc/config/rs6000/darwin-ldouble-format ('k') | gcc/gcc/config/rs6000/linux64.opt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698