1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Remove patch-mach_dep.c.

This file should have been removed in previous update.

Pointed out by:	Scott Robbins <scottro@nyc.rr.com>, kris
This commit is contained in:
MANTANI Nobutaka 2004-12-30 00:16:26 +00:00
parent b252782196
commit fabbcf8b6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125489

View File

@ -1,11 +0,0 @@
--- mach_dep.c.orig Tue Dec 2 09:04:34 2003
+++ mach_dep.c Sun Oct 31 02:13:04 2004
@@ -465,7 +465,7 @@
/* the stack. Return sp. */
# ifdef SPARC
asm(" .seg \"text\"");
-# if defined(SVR4) || defined(NETBSD)
+# if defined(SVR4) || defined(NETBSD) || defined(FREEBSD)
asm(" .globl GC_save_regs_in_stack");
asm("GC_save_regs_in_stack:");
asm(" .type GC_save_regs_in_stack,#function");