[project @ 2002-06-12 21:43:47 by wolfgang]
authorwolfgang <unknown>
Wed, 12 Jun 2002 21:43:47 +0000 (21:43 +0000)
committerwolfgang <unknown>
Wed, 12 Jun 2002 21:43:47 +0000 (21:43 +0000)
(powerpc-darwin) Add a missing newline to the prologue.

ghc/driver/mangler/ghc-asm.lprl

index 3c6b2b4..8919f46 100644 (file)
@@ -772,7 +772,7 @@ sub mangle_asm {
                    # (which loads the current instruction pointer into register r31)
                    $p .= "bcl 20,31,$pcrel_label\n";
                    $p .= "$pcrel_label:\n";
-                   $p .= "\tmflr r31";
+                   $p .= "\tmflr r31\n";
                }
                
                # glue together what's left