summaryrefslogtreecommitdiff
path: root/lang/gcl/files/patch-al
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-08 06:22:03 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-08 06:22:03 +0000
commit04ba4d96ca84d71e34b1c45d65f9d5d5b8b1bc07 (patch)
tree8793b53505b3505b9d5c7153062f8e6b05256c83 /lang/gcl/files/patch-al
parentWe don't want to include <malloc.h>. (diff)
upgrade to 2.4.0
assign maintainer (was ports@FreeBSD.org0 PR: 32548 Submitted by: Tim Pierce <twp@unchi.org>
Diffstat (limited to 'lang/gcl/files/patch-al')
-rw-r--r--lang/gcl/files/patch-al32
1 files changed, 0 insertions, 32 deletions
diff --git a/lang/gcl/files/patch-al b/lang/gcl/files/patch-al
deleted file mode 100644
index cdc5ae57c902..000000000000
--- a/lang/gcl/files/patch-al
+++ /dev/null
@@ -1,32 +0,0 @@
---- o/sfaslelf.c.orig Thu Nov 25 01:28:03 1999
-+++ o/sfaslelf.c Thu Nov 25 01:31:36 1999
-@@ -15,7 +15,7 @@
-
- */
-
--#ifndef __linux__
-+#if !(defined(__linux__) || defined(__FreeBSD__))
- #define ELF_TARGET_SPARC 1
- #endif
-
-@@ -373,7 +373,7 @@
- *(unsigned int *)where += ((val & mask) | ((*(unsigned int *)where) & ~mask))
-
- switch(ELF32_R_TYPE(reloc_info->r_info)){
--#if (defined(__svr4__) || defined(__linux__)) && defined(__i386__)
-+#if (defined(__svr4__) || defined(__linux__) || defined(__FreeBSD__)) && defined(__i386__)
- case R_386_NONE:
- FEerror("Unsupported ELF type R_386_NONE");
- break;
-@@ -420,9 +420,11 @@
- FEerror("Unsupported ELF type R_386_GOTPC");
- break;
-
-+#ifdef R_386_NUM
- case R_386_NUM:
- FEerror("Unsupported ELF type R_386_NUM");
- break;
-+#endif
-
- #else
- case R_SPARC_WDISP30: