* config/rs6000/rs6000.c (rs6000_output_mi_thunk): Add missing
authorshebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Oct 2002 05:22:41 +0000 (05:22 +0000)
committershebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Oct 2002 05:22:41 +0000 (05:22 +0000)
        case for Darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58435 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 27c9afd..528fc77 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 4e625e8..eddd839 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;
     }