From 7e17f8627bcda2e937f7799cc2a4316393bb61ad Mon Sep 17 00:00:00 2001 From: simonm Date: Tue, 18 May 1999 09:19:23 +0000 Subject: [PATCH] [project @ 1999-05-18 09:19:23 by simonm] Another sparc/egcs fix. --- ghc/driver/ghc-asm.lprl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/driver/ghc-asm.lprl b/ghc/driver/ghc-asm.lprl index 29d7c6a..2b297ef 100644 --- a/ghc/driver/ghc-asm.lprl +++ b/ghc/driver/ghc-asm.lprl @@ -265,7 +265,7 @@ sub init_TARGET_STUFF { $T_COPY_DIRVS = '\.(global|proc|stab)'; $T_hsc_cc_PAT = '\.asciz.*\)(hsc|cc) (.*)\\\\t(.*)"'; - $T_DOT_WORD = '\.(word|byte|half|skip|uahalf)'; + $T_DOT_WORD = '\.(word|byte|half|skip|uahalf|uaword)'; $T_DOT_GLOBAL = '^\t\.global'; $T_HDR_literal = "\.text\n\t\.align 8\n"; $T_HDR_misc = "\.text\n\t\.align 4\n"; -- 1.7.10.4