aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-05-06 12:19:45 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2011-05-06 12:19:45 +0100
commitd740dc9ea35eddb54d105628769f3fb6566ca1de (patch)
tree2c18fa04158c52a75df7af67e6d8400f40fdf325
parentcab78b151c8a2dda4934a51cd081cce9938ab0cf (diff)
downloadgcc-d740dc9ea35eddb54d105628769f3fb6566ca1de.zip
gcc-d740dc9ea35eddb54d105628769f3fb6566ca1de.tar.gz
gcc-d740dc9ea35eddb54d105628769f3fb6566ca1de.tar.bz2
rs6000.c (rs6000_handle_option): Don't handle and fall through for OPT_mcmodel_.
* config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and fall through for OPT_mcmodel_. From-SVN: r173484
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/rs6000.c5
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0124dc7..fa4a9d0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-06 Joseph Myers <joseph@codesourcery.com>
+
+ * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
+ fall through for OPT_mcmodel_.
+
2011-05-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/s390.c (s390_asm_trampoline_template): Comment
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c
index d7b0088..b756ba3 100644
--- a/gcc/config/rs6000/rs6000.c
+++ b/gcc/config/rs6000/rs6000.c
@@ -4214,11 +4214,6 @@ rs6000_handle_option (struct gcc_options *opts, struct gcc_options *opts_set,
break;
#endif
-#if defined (HAVE_LD_LARGE_TOC) && defined (TARGET_USES_LINUX64_OPT)
- case OPT_mcmodel_:
- /* Fall through. */
-#endif
-
#ifdef TARGET_USES_AIX64_OPT
case OPT_maix64:
#else