head	1.2;
access;
symbols
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.01.07.14.39.00;	author olgeni;	state dead;
branches;
next	1.1;

1.1
date	2000.10.13.20.17.46;	author ade;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update port to version 5.02.1

PR:		32001
Submitted by:	Simon Marlow <simon@@smarlow.com>
@
text
@*** 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)
@


1.1
log
@Update to 4.08.1

PR:		21502
Submitted by:	maintainer
@
text
@@

