rs6000.c (rs6000_handle_option): Don't handle and fall through for OPT_mcmodel_.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 6 May 2011 11:19:45 +0000 (12:19 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 6 May 2011 11:19:45 +0000 (12:19 +0100)
* config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
fall through for OPT_mcmodel_.

From-SVN: r173484

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 0124dc787a55a7b8fdb30e955ca1e15a39efa4af..fa4a9d03bd436beb829b1cc44b40dd1e665a51dc 100644 (file)
@@ -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
index d7b00888451ada6bbe7eefa053b08e818afd1786..b756ba36e767873db706d8715c32bd0d153bcd2f 100644 (file)
@@ -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