blob: 9be9169c8178a9585f1845bdc549c7fd40460f8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ai,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $
--- src/sysdep.c.orig Wed May 24 22:59:14 2000
+++ src/sysdep.c Sun Jun 18 09:19:44 2000
@@ -2134,6 +2134,7 @@
*
*/
+#if !(defined (__NetBSD__) && defined (__ELF__))
#ifndef HAVE_TEXT_START
char *
start_of_text ()
@@ -2151,6 +2152,7 @@
#endif /* TEXT_START */
}
#endif /* not HAVE_TEXT_START */
+#endif
/*
* Return the address of the start of the data segment prior to
|