Commit 2d173d20 by Stan Shebs Committed by Stan Shebs

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
parent 43146684
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> 2002-10-22 Jim Wilson <wilson@redhat.com>
* config/i386/i386.md (subdi3_1): Add call to ix86_binary_operator_ok. * config/i386/i386.md (subdi3_1): Add call to ix86_binary_operator_ok.
......
...@@ -11320,6 +11320,7 @@ rs6000_output_mi_thunk (file, thunk_fndecl, delta, vcall_offset, function) ...@@ -11320,6 +11320,7 @@ rs6000_output_mi_thunk (file, thunk_fndecl, delta, vcall_offset, function)
case ABI_V4: case ABI_V4:
case ABI_AIX_NODESC: case ABI_AIX_NODESC:
case ABI_DARWIN:
prefix = ""; prefix = "";
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment