mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-01 05:02:03 +03:00
* include/link.h: Remove stray definition of pltenter.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-01-17 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* include/link.h: Remove stray definition of pltenter.
|
||||||
|
|
||||||
2005-01-16 GOTO Masanori <gotom@debian.or.jp>
|
2005-01-16 GOTO Masanori <gotom@debian.or.jp>
|
||||||
|
|
||||||
* sysdeps/unix/rewinddir.c: Reset filepos.
|
* sysdeps/unix/rewinddir.c: Reset filepos.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* Data structure for communication from the run-time dynamic linker for
|
/* Data structure for communication from the run-time dynamic linker for
|
||||||
loaded ELF shared objects.
|
loaded ELF shared objects.
|
||||||
Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc.
|
Copyright (C) 1995-2002, 2003, 2004, 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
|
||||||
@@ -357,7 +357,6 @@ enum
|
|||||||
|
|
||||||
#if __ELF_NATIVE_CLASS == 32
|
#if __ELF_NATIVE_CLASS == 32
|
||||||
# define symbind symbind32
|
# define symbind symbind32
|
||||||
# define pltenter plt
|
|
||||||
#elif __ELF_NATIVE_CLASS == 64
|
#elif __ELF_NATIVE_CLASS == 64
|
||||||
# define symbind symbind64
|
# define symbind symbind64
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user