rs6000.c (rs6000_output_mi_thunk): Add missing case for Darwin.
authorStan Shebs <shebs@apple.com>
Wed, 23 Oct 2002 05:22:41 +0000 (05:22 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Wed, 23 Oct 2002 05:22:41 +0000 (05:22 +0000)
        * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Add missing
        case for Darwin.

From-SVN: r58435

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 27c9afd0a88787619b8cbb8fe2474c5247678011..528fc779958f258974b18b504da2572845aa4d70 100644 (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.
index 4e625e825d6d13030305ee7c668e543f2fe92142..eddd839875493f410c80056d996704feecdec485 100644 (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;
     }