From: Nicholas Nethercote Date: Tue, 24 Sep 2002 09:37:41 +0000 (+0000) Subject: Added fpu-28-108.S which was strangely missing. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=329fa0d0f53dc9f9e8de767e7c52d72b10c3798f;p=thirdparty%2Fvalgrind.git Added fpu-28-108.S which was strangely missing. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@1105 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 00dab8a537..0a1b7385f2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,4 +32,4 @@ EXTRA_DIST = \ sigaltstack.c erringfds.c sigwait_all.c \ pth_cancel1.c pth_cancel2.c pth_signal_gober.c nanoleak.c \ pth_pause.c pth_sigpending.c pth_atfork1.c \ - fpu_28_108.S pth_blockedsig.c + fpu-28-108.S pth_blockedsig.c