diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /lang/ghc5/files/patch-aa | |
parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'lang/ghc5/files/patch-aa')
-rw-r--r-- | lang/ghc5/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/ghc5/files/patch-aa b/lang/ghc5/files/patch-aa deleted file mode 100644 index 87b353cdcbf3..000000000000 --- a/lang/ghc5/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** ghc/driver/ghc-asm.lprl~ Sat Aug 26 23:25:46 2000 ---- ghc/driver/ghc-asm.lprl Sat Aug 26 23:26:11 2000 -*************** -*** 954,960 **** - } - print OUTASM $T_HDR_consist, "${consist}${T_POST_LBL}\n"; - -! } elsif ( $TargetPlatform !~ /^(mips)-/ ) { # we just don't try in those case (ToDo) - # on mips: consistency string is just a v - # horrible bunch of .bytes, - # which I am too lazy to sort out (WDP 95/05) ---- 954,960 ---- - } - print OUTASM $T_HDR_consist, "${consist}${T_POST_LBL}\n"; - -! } elsif ( $TargetPlatform !~ /mips|freebsd/ ) { # we just don't try in those case (ToDo) - # on mips: consistency string is just a v - # horrible bunch of .bytes, - # which I am too lazy to sort out (WDP 95/05) |