From: Stan Shebs Date: Wed, 23 Oct 2002 05:22:41 +0000 (+0000) Subject: rs6000.c (rs6000_output_mi_thunk): Add missing case for Darwin. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d173d206ba17227c14245d3fcd9d1cce0e734b4;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 27c9afd0a88..528fc779958 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-10-22 Stan Shebs + + * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Add missing + case for Darwin. + 2002-10-22 Jim Wilson * config/i386/i386.md (subdi3_1): Add call to ix86_binary_operator_ok. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 4e625e825d6..eddd8398754 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -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; }