head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.07.21.23.41.40;	author jdp;	state dead;
branches;
next	1.1;

1.1
date	98.09.18.01.02.02;	author jdp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove the old modula-3 and modula-3-lib ports.  They are superseded
by the pm3-* family of ports, which build a newer and better-maintained
version of Modula-3.  I have converted all ports which depended on
modula-3 to use pm3-* instead.

PR:		ports/27664 is rendered irrelevant
@
text
@--- m3/m3core/src/runtime/FreeBSD2/_fpsetjmp.s.orig	Mon Nov  7 13:11:12 1994
+++ m3/m3core/src/runtime/FreeBSD2/_fpsetjmp.s	Fri Aug 28 13:45:40 1998
@@@@ -55,6 +55,9 @@@@
 .globl __fpsetjmp;
 .type  __fpsetjmp,@@function;
 __fpsetjmp:
+.globl _fpsetjmp;
+.type  _fpsetjmp,@@function;
+_fpsetjmp:
 	movl	4(%esp),%eax
 	movl	0(%esp),%edx
 	movl	%edx, 0(%eax)
@@@@ -71,6 +74,9 @@@@
 .globl __fplongjmp;
 .type  __fplongjmp,@@function;
 __fplongjmp:
+.globl _fplongjmp;
+.type  _fplongjmp,@@function;
+_fplongjmp:
 	movl	4(%esp),%edx
 	movl	8(%esp),%eax
 	movl	0(%edx),%ecx
@


1.1
log
@Make these ports work on ELF systems.
@
text
@@

