]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
missed hunk from last commit
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Sep 2010 02:35:54 +0000 (02:35 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Sep 2010 02:35:54 +0000 (02:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164046 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/rs6000.c

index c6c3dbf7fabe79f21bc61b8a836df695050d7960..ab5da58c12ef6d0d6df22c8382aa2581c39812c2 100644 (file)
@@ -4000,6 +4000,8 @@ rs6000_handle_option (size_t code, const char *arg, int value)
     case OPT_mcmodel_:
       if (strcmp (arg, "small") == 0)
        cmodel = CMODEL_SMALL;
+      else if (strcmp (arg, "medium") == 0)
+       cmodel = CMODEL_MEDIUM;
       else if (strcmp (arg, "large") == 0)
        cmodel = CMODEL_LARGE;
       else