OSDN Git Service

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 c6c3dbf..ab5da58 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;
     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
       else if (strcmp (arg, "large") == 0)
        cmodel = CMODEL_LARGE;
       else