]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove use of HAVE_GNU_LD.
authorUlrich Drepper <drepper@redhat.com>
Sun, 6 Nov 2005 02:05:16 +0000 (02:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 6 Nov 2005 02:05:16 +0000 (02:05 +0000)
sysdeps/unix/bsd/sun/m68k/brk.S
sysdeps/unix/bsd/sun/m68k/sethostid.S
sysdeps/unix/bsd/sun/sparc/sethostid.S

index 07af96d23c7e7b25569343e221b34d23cf9932fd..9f821a06048ef61b5f20c55c47db4b32ae3ea4c0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1994, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991,1992,1994,1995,1997,2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 #define        SYS_brk 17
 #endif
 
-#ifndef        HAVE_GNU_LD
-#define        __end   _end
-#endif
-
 .data
 .globl ___curbrk
 ___curbrk:
index 73ee79682e3f46700295bac627dbfa7540163879..13af476df7fba24305964c5f685e32413812ea95 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1997, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -34,11 +34,7 @@ _sethostid:
        moveq #-1, d0
        rts
 
-#ifdef HAVE_GNU_LD
-
 .stabs "warning: sethostid is not implemented and will always fail",30,0,0,0
 .stabs "_sethostid",1,0,0,0
 
 #endif
-
-#endif
index d07fd3800c12d2ea7fe91d98f58a3c66870c121b..100fb1c1caa8185bd2674f02268ef1b46be6b959 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1997, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -36,11 +36,8 @@ ENTRY (sethostid)
        retl
        sub %g0, 1, %o0
 
-#ifdef HAVE_GNU_LD
 
 .stabs "warning: sethostid is not implemented and will always fail",30,0,0,0
 .stabs "_sethostid",1,0,0,0
 
 #endif
-
-#endif