Skip to content

Commit

Permalink
Revert not defining NO_HIDDEN on hurd
Browse files Browse the repository at this point in the history
       * sysdeps/mach/hurd/configure.ac (NO_HIDDEN): Define.
       * sysdeps/mach/hurd/configure: Regenerate.
  • Loading branch information
Samuel Thibault committed Nov 25, 2015
1 parent 6e45e6e commit d1e815e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
(__nanosleep): Rename to __libc_nanosleep.
(__nanosleep): Add weak_alias.
(nanosleep): Update alias.
* sysdeps/mach/hurd/configure.ac (NO_HIDDEN): Do not define.
* sysdeps/mach/hurd/configure: Regenerate.

2015-11-24 Joseph Myers <joseph@codesourcery.com>

Expand Down
3 changes: 3 additions & 0 deletions sysdeps/mach/hurd/configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# This file is generated from configure.ac by Autoconf. DO NOT EDIT!

$as_echo "#define NO_HIDDEN 1" >>confdefs.h


if test -n "$sysheaders"; then
OLD_CPPFLAGS=$CPPFLAGS
CPPFLAGS="$CPPFLAGS $SYSINCLUDES"
Expand Down
3 changes: 3 additions & 0 deletions sysdeps/mach/hurd/configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.

dnl We need this setting because of the need for PLT calls in ld.so.
AC_DEFINE([NO_HIDDEN])

if test -n "$sysheaders"; then
OLD_CPPFLAGS=$CPPFLAGS
CPPFLAGS="$CPPFLAGS $SYSINCLUDES"
Expand Down

0 comments on commit d1e815e

Please sign in to comment.