summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonm <unknown>1999-05-18 09:19:23 +0000
committersimonm <unknown>1999-05-18 09:19:23 +0000
commit7e17f8627bcda2e937f7799cc2a4316393bb61ad (patch)
tree54e93d94b08b99cf350167b2fe69aca1fa5e1ea5
parentfb63409659ef007803122996bd8494f67c1abca4 (diff)
downloadhaskell-7e17f8627bcda2e937f7799cc2a4316393bb61ad.tar.gz
[project @ 1999-05-18 09:19:23 by simonm]
Another sparc/egcs fix.
-rw-r--r--ghc/driver/ghc-asm.lprl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/driver/ghc-asm.lprl b/ghc/driver/ghc-asm.lprl
index 29d7c6a002..2b297efdf8 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";