missed hunk from last commit

From-SVN: r164046
This commit is contained in:
Alan Modra 2010-09-09 12:05:54 +09:30
parent 5a79bcc454
commit 1a11507ac9
1 changed files with 2 additions and 0 deletions

View 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