# HG changeset patch # User Gerd Moellmann # Date 951914975 0 # Node ID db5a4af9fafdf4f7f378f8cc7159a1a33377e6d9 # Parent ea0a2a4f20b7779e9c79643a4595e402cd072419 (start_of_text): Don't define this function for NetBSD with ELF. diff -r ea0a2a4f20b7 -r db5a4af9fafd src/sysdep.c --- a/src/sysdep.c Wed Mar 01 12:47:15 2000 +0000 +++ b/src/sysdep.c Wed Mar 01 12:49:35 2000 +0000 @@ -2155,6 +2155,7 @@ * */ +#if !(defined (__NetBSD__) && defined (__ELF__)) #ifndef HAVE_TEXT_START char * start_of_text () @@ -2172,6 +2173,7 @@ #endif /* TEXT_START */ } #endif /* not HAVE_TEXT_START */ +#endif /* * Return the address of the start of the data segment prior to