X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Frts%2Funiversal_call_c.S;h=77f425aff4d37d8dee568c75968a9a8526bf490c;hb=76a51a41211a151d68a90e8dd732aeea1da17847;hp=f4ed0ab45911d4a085b9b5c48c36efab287abd19;hpb=0370154bef26e4780db3796eacd931afca0ee98e;p=ghc-hetmet.git diff --git a/ghc/rts/universal_call_c.S b/ghc/rts/universal_call_c.S index f4ed0ab..77f425a 100644 --- a/ghc/rts/universal_call_c.S +++ b/ghc/rts/universal_call_c.S @@ -3,12 +3,17 @@ * * Copyright (c) 1994-2001. * - * $Id: universal_call_c.S,v 1.10 2001/02/09 17:15:20 simonmar Exp $ + * $Id: universal_call_c.S,v 1.11 2001/02/12 12:08:44 sewardj Exp $ * ------------------------------------------------------------------------*/ -#if 0 /* later: GHCI */ - #include "config.h" + +#if sparc_TARGET_ARCH + .text +only_here_to_work_around_a_bug_in_GNU_ld_291_on_sparc: +#endif + +#if 0 /* later: GHCI */ .file "universal_call_c.S"