From: Brendan Kehoe Date: Sat, 15 Apr 1995 01:56:26 +0000 (+0000) Subject: * sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define. X-Git-Tag: glibc-2.16-ports-before-merge~3930 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2531dea3aa1021f9f4cefee3ba4a3b60307af26;p=thirdparty%2Fglibc.git * sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define. --- diff --git a/sysdeps/unix/bsd/osf/alpha/sysdep.h b/sysdeps/unix/bsd/osf/alpha/sysdep.h index 3669a69b9b3..fc661a6b867 100644 --- a/sysdeps/unix/bsd/osf/alpha/sysdep.h +++ b/sysdeps/unix/bsd/osf/alpha/sysdep.h @@ -16,6 +16,9 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* OSF/1 does not precede the asm names of C symbols with a `_'. */ +#define NO_UNDERSCORES + #include #ifdef ASSEMBLER