mirror of git://sourceware.org/git/glibc.git
Remove use of HAVE_GNU_LD.
This commit is contained in:
parent
4962a991a3
commit
eb519ed7bc
|
|
@ -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
|
||||
|
|
@ -22,10 +22,6 @@
|
|||
#define SYS_brk 17
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_GNU_LD
|
||||
#define __end _end
|
||||
#endif
|
||||
|
||||
.data
|
||||
.globl ___curbrk
|
||||
___curbrk:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue