mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
x86_64: Remove platform directory library loading test
This was to test loading of shared libraries from platform subdirectories, but this functionality is going away in the following commits. Signed-off-by: Javier Pello <devel@otheo.eu> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
7fe6734d28
commit
d178c67535
3 changed files with 0 additions and 64 deletions
|
@ -57,17 +57,6 @@ $(objpfx)tst-quad2pie: $(objpfx)tst-quadmod2pie.o
|
||||||
CFLAGS-tst-quad1pie.c = $(PIE-ccflag)
|
CFLAGS-tst-quad1pie.c = $(PIE-ccflag)
|
||||||
CFLAGS-tst-quad2pie.c = $(PIE-ccflag)
|
CFLAGS-tst-quad2pie.c = $(PIE-ccflag)
|
||||||
|
|
||||||
tests += tst-x86_64-1
|
|
||||||
modules-names += x86_64/tst-x86_64mod-1
|
|
||||||
extra-test-objs += tst-x86_64mod-1.o
|
|
||||||
LDFLAGS-tst-x86_64mod-1.so = -Wl,-soname,tst-x86_64mod-1.so
|
|
||||||
ifneq (no,$(have-tunables))
|
|
||||||
# Test the state size for XSAVE when XSAVEC is disabled.
|
|
||||||
tst-x86_64-1-ENV = GLIBC_TUNABLES=glibc.cpu.hwcaps=-XSAVEC
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(objpfx)tst-x86_64-1: $(objpfx)x86_64/tst-x86_64mod-1.so
|
|
||||||
|
|
||||||
ifneq (no,$(have-tunables))
|
ifneq (no,$(have-tunables))
|
||||||
tests += tst-platform-1
|
tests += tst-platform-1
|
||||||
modules-names += tst-platformmod-1 x86_64/tst-platformmod-2
|
modules-names += tst-platformmod-1 x86_64/tst-platformmod-2
|
||||||
|
@ -208,11 +197,6 @@ tests += \
|
||||||
tst-rsi-wcslen
|
tst-rsi-wcslen
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(objpfx)x86_64/tst-x86_64mod-1.os: $(objpfx)tst-x86_64mod-1.os
|
|
||||||
$(make-target-directory)
|
|
||||||
rm -f $@
|
|
||||||
ln $< $@
|
|
||||||
|
|
||||||
do-tests-clean common-mostlyclean: tst-x86_64-1-clean
|
do-tests-clean common-mostlyclean: tst-x86_64-1-clean
|
||||||
|
|
||||||
.PHONY: tst-x86_64-1-clean
|
.PHONY: tst-x86_64-1-clean
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
/* Test searching the "x86_64" directory for shared libraries.
|
|
||||||
Copyright (C) 2017-2022 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
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
The GNU C Library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with the GNU C Library; if not, see
|
|
||||||
<https://www.gnu.org/licenses/>. */
|
|
||||||
|
|
||||||
extern void foo (void);
|
|
||||||
|
|
||||||
int
|
|
||||||
main (void)
|
|
||||||
{
|
|
||||||
foo ();
|
|
||||||
return 0;
|
|
||||||
}
|
|
|
@ -1,22 +0,0 @@
|
||||||
/* Test searching the "x86_64" directory for shared libraries.
|
|
||||||
Copyright (C) 2017-2022 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
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
The GNU C Library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with the GNU C Library; if not, see
|
|
||||||
<https://www.gnu.org/licenses/>. */
|
|
||||||
|
|
||||||
void
|
|
||||||
foo (void)
|
|
||||||
{
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue