]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define.
authorBrendan Kehoe <brendan@zen.org>
Sat, 15 Apr 1995 01:56:26 +0000 (01:56 +0000)
committerBrendan Kehoe <brendan@zen.org>
Sat, 15 Apr 1995 01:56:26 +0000 (01:56 +0000)
Fri Apr 14 18:49:03 1995  Brendan Kehoe  (brendan@zen.org)

* sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define.

ChangeLog
sysdeps/unix/bsd/osf/alpha/sysdep.h

index ea82ddc6c82ca2f3fdecb4a8f97a268a6f2cc8d9..d78f6952b064dcac1755685d32872232aa92c763 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr 14 18:49:03 1995  Brendan Kehoe  (brendan@zen.org)
+
+       * sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define.
+
 Fri Apr 14 15:53:46 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
        * malloc/malloc.c (register_heapinfo) [__GNUC__]: Use __inline__
index 3669a69b9b3ac7024e7ae1037172789cb63dec7b..fc661a6b8671b51a16d7a5f5aad98a317ce31558 100644 (file)
@@ -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 <sysdeps/unix/sysdep.h>
 
 #ifdef ASSEMBLER
This page took 0.047178 seconds and 5 git commands to generate.