From: Ian Lynagh Date: Sat, 16 Aug 2008 13:09:10 +0000 (+0000) Subject: Comment fixes; trac #2468 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2a20c64269f29c319e16ddd0f6745000b9a98cb2 Comment fixes; trac #2468 --- diff --git a/driver/mangler/ghc-asm.lprl b/driver/mangler/ghc-asm.lprl index 769681c..7fd1855 100644 --- a/driver/mangler/ghc-asm.lprl +++ b/driver/mangler/ghc-asm.lprl @@ -324,7 +324,7 @@ sub init_TARGET_STUFF { #--------------------------------------------------------# } elsif ( $TargetPlatform =~ /^i386-apple-darwin.*/m ) { - # Apple PowerPC Darwin/MacOS X. + # Apple i386 Darwin/MacOS X. $T_STABBY = 0; # 1 iff .stab things (usually if a.out format) $T_US = '_'; # _ if symbols have an underscore on the front $T_PRE_APP = 'DOESNT APPLY'; # regexp that says what comes before APP/NO_APP @@ -353,7 +353,7 @@ sub init_TARGET_STUFF { #--------------------------------------------------------# } elsif ( $TargetPlatform =~ /^x86_64-apple-darwin.*/m ) { - # Apple PowerPC Darwin/MacOS X. + # Apple amd64 Darwin/MacOS X. $T_STABBY = 0; # 1 iff .stab things (usually if a.out format) $T_US = '_'; # _ if symbols have an underscore on the front $T_PRE_APP = 'DOESNT APPLY'; # regexp that says what comes before APP/NO_APP