]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* include/link.h: Remove stray definition of pltenter.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Jan 2005 01:20:40 +0000 (01:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Jan 2005 01:20:40 +0000 (01:20 +0000)
ChangeLog
include/link.h

index b49e9a88bf65ac1afd4f3e9f2a4b54f53b8cfe5f..eb32548447e43b754c6a579f52be1ba2ccbd3559 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * sysdeps/unix/rewinddir.c: Reset filepos.
index 49e0e1b0411c88b407bbc7b891f162b2692e2261..0681537d62da05f13f34d17e350654a1182eceb4 100644 (file)
@@ -1,6 +1,6 @@
 /* Data structure for communication from the run-time dynamic linker for
    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.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -357,7 +357,6 @@ enum
 
 #if __ELF_NATIVE_CLASS == 32
 # define symbind symbind32
-# define pltenter plt
 #elif __ELF_NATIVE_CLASS == 64
 # define symbind symbind64
 #else