2013-10-30 03:20:52 +00:00
|
|
|
# This file is generated from configure.ac by Autoconf. DO NOT EDIT!
|
Update.
2004-09-07 Jakub Jelinek <jakub@redhat.com>
* sysdeps/powerpc/powerpc64/configure.in: New file.
* config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
* configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
* sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
(OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
BODY_PREFIX): Define.
(ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
* sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
(TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
2004-09-08 07:02:28 +00:00
|
|
|
# Local configure fragment for sysdeps/powerpc/powerpc64.
|
|
|
|
|
2023-06-29 18:34:16 +00:00
|
|
|
printf "%s\n" "#define HIDDEN_VAR_NEEDS_DYNAMIC_RELOC 1" >>confdefs.h
|
2022-04-26 16:26:22 +00:00
|
|
|
|
|
|
|
|
2023-06-29 18:34:16 +00:00
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for support for overlapping .opd entries" >&5
|
|
|
|
printf %s "checking for support for overlapping .opd entries... " >&6; }
|
|
|
|
if test ${libc_cv_overlapping_opd+y}
|
|
|
|
then :
|
|
|
|
printf %s "(cached) " >&6
|
|
|
|
else $as_nop
|
Update.
2004-09-07 Jakub Jelinek <jakub@redhat.com>
* sysdeps/powerpc/powerpc64/configure.in: New file.
* config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
* configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
* sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
(OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
BODY_PREFIX): Define.
(ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
* sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
(TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
2004-09-08 07:02:28 +00:00
|
|
|
libc_cv_overlapping_opd=no
|
|
|
|
echo 'void foo (void) {}' > conftest.c
|
2024-05-16 22:24:36 +00:00
|
|
|
if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $libc_cv_cc_submachine -S conftest.c -o conftest.s 1>&5'
|
2012-03-16 15:07:57 +00:00
|
|
|
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
|
Update.
2004-09-07 Jakub Jelinek <jakub@redhat.com>
* sysdeps/powerpc/powerpc64/configure.in: New file.
* config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
* configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
* sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
(OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
BODY_PREFIX): Define.
(ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
* sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
(TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
2004-09-08 07:02:28 +00:00
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
2023-06-29 18:34:16 +00:00
|
|
|
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
2012-03-16 15:07:57 +00:00
|
|
|
test $ac_status = 0; }; }; then
|
Update.
2004-09-07 Jakub Jelinek <jakub@redhat.com>
* sysdeps/powerpc/powerpc64/configure.in: New file.
* config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
* configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
* sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
(OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
BODY_PREFIX): Define.
(ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
* sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
(TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
2004-09-08 07:02:28 +00:00
|
|
|
if grep '\.TOC\.@tocbase' conftest.s > /dev/null; then
|
|
|
|
if grep '\.TOC\.@tocbase[ ]*,[ ]*0' conftest.s > /dev/null; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
libc_cv_overlapping_opd=yes
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
rm -f conftest.c conftest.s
|
|
|
|
|
|
|
|
fi
|
2023-06-29 18:34:16 +00:00
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libc_cv_overlapping_opd" >&5
|
|
|
|
printf "%s\n" "$libc_cv_overlapping_opd" >&6; }
|
Update.
2004-09-07 Jakub Jelinek <jakub@redhat.com>
* sysdeps/powerpc/powerpc64/configure.in: New file.
* config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
* configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
* sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
(OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
BODY_PREFIX): Define.
(ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
* sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
(TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
2004-09-08 07:02:28 +00:00
|
|
|
if test x$libc_cv_overlapping_opd = xyes; then
|
2023-06-29 18:34:16 +00:00
|
|
|
printf "%s\n" "#define USE_PPC64_OVERLAPPING_OPD 1" >>confdefs.h
|
Update.
2004-09-07 Jakub Jelinek <jakub@redhat.com>
* sysdeps/powerpc/powerpc64/configure.in: New file.
* config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
* configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
* sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
(OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
BODY_PREFIX): Define.
(ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
* sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
(TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
2004-09-08 07:02:28 +00:00
|
|
|
|
|
|
|
fi
|
2020-07-10 22:41:06 +00:00
|
|
|
|
2021-11-06 12:38:09 +00:00
|
|
|
# We check if compiler supports @notoc generation since there is no
|
|
|
|
# gain by enabling it if it will be optimized away by the linker.
|
|
|
|
# It also helps linkers that might not optimize it and end up
|
2023-05-23 16:21:29 +00:00
|
|
|
# generating stubs with ISA 3.1 instruction even targeting older ISA.
|
2023-06-29 18:34:16 +00:00
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the compiler supports @notoc" >&5
|
|
|
|
printf %s "checking if the compiler supports @notoc... " >&6; }
|
|
|
|
if test ${libc_cv_ppc64_notoc+y}
|
|
|
|
then :
|
|
|
|
printf %s "(cached) " >&6
|
|
|
|
else $as_nop
|
2021-11-06 12:38:09 +00:00
|
|
|
cat > conftest.c <<EOF
|
|
|
|
int bar (void);
|
|
|
|
int foo (void) { return bar () + 1; }
|
|
|
|
EOF
|
2020-07-10 22:41:06 +00:00
|
|
|
libc_cv_ppc64_notoc=no
|
2024-05-16 22:24:36 +00:00
|
|
|
if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $libc_cv_cc_submachine -S -o conftest.s conftest.c'
|
2021-11-06 12:38:09 +00:00
|
|
|
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
2023-06-29 18:34:16 +00:00
|
|
|
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
2021-11-06 12:38:09 +00:00
|
|
|
test $ac_status = 0; }; } \
|
|
|
|
&& { ac_try='grep -q -E 'bar@notoc' conftest.s'
|
|
|
|
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
2023-06-29 18:34:16 +00:00
|
|
|
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
2021-11-06 12:38:09 +00:00
|
|
|
test $ac_status = 0; }; }
|
|
|
|
then
|
|
|
|
libc_cv_ppc64_notoc=yes
|
|
|
|
fi
|
|
|
|
rm -rf conftest.*
|
2020-07-10 22:41:06 +00:00
|
|
|
fi
|
2023-06-29 18:34:16 +00:00
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ppc64_notoc" >&5
|
|
|
|
printf "%s\n" "$libc_cv_ppc64_notoc" >&6; }
|
|
|
|
if test x$libc_cv_ppc64_notoc = xyes
|
|
|
|
then :
|
|
|
|
printf "%s\n" "#define USE_PPC64_NOTOC 1" >>confdefs.h
|
2020-07-10 22:41:06 +00:00
|
|
|
|
|
|
|
fi
|
2023-06-29 18:34:16 +00:00
|
|
|
|