rs6000.c (rs6000_output_mi_thunk): Add missing case for Darwin.

* config/rs6000/rs6000.c (rs6000_output_mi_thunk): Add missing
        case for Darwin.

From-SVN: r58435
This commit is contained in:
Stan Shebs 2002-10-23 05:22:41 +00:00 committed by Stan Shebs
parent 431466843f
commit 2d173d206b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-10-22 Stan Shebs <shebs@apple.com>
* config/rs6000/rs6000.c (rs6000_output_mi_thunk): Add missing
case for Darwin.
2002-10-22 Jim Wilson <wilson@redhat.com>
* config/i386/i386.md (subdi3_1): Add call to ix86_binary_operator_ok.

View File

@ -11320,6 +11320,7 @@ rs6000_output_mi_thunk (file, thunk_fndecl, delta, vcall_offset, function)
case ABI_V4:
case ABI_AIX_NODESC:
case ABI_DARWIN:
prefix = "";
break;
}