forked from Imagelibrary/binutils-gdb
On s390x the PLT0 and PLTN entries are described with one SFrame FRE each. Add a test case for this particularity. libsframe/testsuite/ * libsframe.find/find.exp (plt-findfre-2): Add new test. * libsframe.find/plt-findfre-2.c: New test for PLT0 and PLTN with only one FRE each. * libsframe.find/local.mk (plt-findfre-2): Add new test. libsframe/ * Makefile.in: Regenerate.
21 lines
770 B
Makefile
21 lines
770 B
Makefile
if HAVE_COMPAT_DEJAGNU
|
|
check_PROGRAMS += %D%/findfre-1 %D%/findfunc-1 %D%/plt-findfre-1
|
|
check_PROGRAMS += %D%/plt-findfre-2
|
|
endif
|
|
|
|
%C%_findfre_1_SOURCES = %D%/findfre-1.c
|
|
%C%_findfre_1_LDADD = ${top_builddir}/libsframe.la
|
|
%C%_findfre_1_CPPFLAGS = -I${top_srcdir}/../include -Wall
|
|
|
|
%C%_findfunc_1_SOURCES = %D%/findfunc-1.c
|
|
%C%_findfunc_1_LDADD = ${top_builddir}/libsframe.la
|
|
%C%_findfunc_1_CPPFLAGS = -I${top_srcdir}/../include -Wall
|
|
|
|
%C%_plt_findfre_1_SOURCES = %D%/plt-findfre-1.c
|
|
%C%_plt_findfre_1_LDADD = ${top_builddir}/libsframe.la
|
|
%C%_plt_findfre_1_CPPFLAGS = -I${top_srcdir}/../include -Wall
|
|
|
|
%C%_plt_findfre_2_SOURCES = %D%/plt-findfre-2.c
|
|
%C%_plt_findfre_2_LDADD = ${top_builddir}/libsframe.la
|
|
%C%_plt_findfre_2_CPPFLAGS = -I${top_srcdir}/../include -Wall
|