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:
parent
431466843f
commit
2d173d206b
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user