This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] hurd: Fix some ld.so symbol override from libc


Hello,

These fix hurd ld.so symbol overriding from libc by using
libc_hidden_proto instead of attribute_hidden.

I could check that it doesn't change the abilist on linux x86_64.

Samuel

Samuel Thibault (2):
  hurd: Fix some ld.so symbol override from libc
  hurd: Fix some ld.so symbol override from libc

 ChangeLog                            | 10 ++++++++++
 include/unistd.h                     |  6 ++++--
 io/access.c                          |  1 +
 io/getcwd.c                          |  1 +
 sysdeps/mach/hurd/access.c           |  1 +
 sysdeps/mach/hurd/getcwd.c           |  1 +
 sysdeps/mach/hurd/i386/ld.abilist    |  2 ++
 sysdeps/mach/hurd/i386/libc.abilist  |  2 ++
 sysdeps/mach/hurd/i386/localplt.data |  4 ++--
 sysdeps/posix/getcwd.c               |  1 +
 sysdeps/unix/sysv/linux/access.c     |  1 +
 sysdeps/unix/sysv/linux/getcwd.c     |  1 +
 12 files changed, 27 insertions(+), 4 deletions(-)

-- 
2.18.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]