2.5-18.1
[jlayton/glibc.git] / sysdeps / unix / sparc / brk.S
index 2a16463b0f43742a34626a532e7c7e19cce0f59d..29255fc68eaf02d82c22d8d2f20530e9034d2640 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 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
 .data
 .global C_SYMBOL_NAME(__curbrk)
 C_LABEL(__curbrk)
-#ifdef HAVE_GNU_LD
        .long C_SYMBOL_NAME(_end)
-#else
-       .long C_SYMBOL_NAME(end)
-#endif
 
 .text
 ENTRY (__brk)