2002-12-06 18:03:23 +01:00
|
|
|
$NetBSD: patch-aa,v 1.4 2002/12/06 17:03:24 jschauma Exp $
|
2000-10-15 13:41:17 +02:00
|
|
|
|
2002-12-06 18:03:23 +01:00
|
|
|
--- src/X86/assyntax.h.orig Mon Sep 25 17:12:01 2000
|
|
|
|
+++ src/X86/assyntax.h Sun Dec 10 23:45:34 2000
|
|
|
|
@@ -954,7 +954,8 @@
|
2000-10-15 13:41:17 +02:00
|
|
|
|
|
|
|
#if defined(Lynx) || (defined(SYSV) || defined(SVR4)) \
|
2002-12-06 18:03:23 +01:00
|
|
|
|| (defined(linux) || defined(__OS2ELF__)) && defined(__ELF__) \
|
2000-10-15 13:41:17 +02:00
|
|
|
- || defined(__FreeBSD__) && __FreeBSD__ >= 3
|
|
|
|
+ || defined(__FreeBSD__) && __FreeBSD__ >= 3 \
|
|
|
|
+ || defined(__NetBSD__) && defined(__ELF__)
|
2000-12-12 18:22:38 +01:00
|
|
|
#define GLNAME(a) a
|
2000-10-15 13:41:17 +02:00
|
|
|
#else
|
2002-12-06 18:03:23 +01:00
|
|
|
#define GLNAME(a) _ ## a
|