Remove use of HAVE_GNU_LD.

This commit is contained in:
Ulrich Drepper 2005-11-06 02:05:16 +00:00
parent 4962a991a3
commit eb519ed7bc
3 changed files with 3 additions and 14 deletions

View 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or
@ -22,10 +22,6 @@
#define SYS_brk 17 #define SYS_brk 17
#endif #endif
#ifndef HAVE_GNU_LD
#define __end _end
#endif
.data .data
.globl ___curbrk .globl ___curbrk
___curbrk: ___curbrk:

View 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or
@ -34,11 +34,7 @@ _sethostid:
moveq #-1, d0 moveq #-1, d0
rts rts
#ifdef HAVE_GNU_LD
.stabs "warning: sethostid is not implemented and will always fail",30,0,0,0 .stabs "warning: sethostid is not implemented and will always fail",30,0,0,0
.stabs "_sethostid",1,0,0,0 .stabs "_sethostid",1,0,0,0
#endif #endif
#endif

View 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or
@ -36,11 +36,8 @@ ENTRY (sethostid)
retl retl
sub %g0, 1, %o0 sub %g0, 1, %o0
#ifdef HAVE_GNU_LD
.stabs "warning: sethostid is not implemented and will always fail",30,0,0,0 .stabs "warning: sethostid is not implemented and will always fail",30,0,0,0
.stabs "_sethostid",1,0,0,0 .stabs "_sethostid",1,0,0,0
#endif #endif
#endif