[Gmp-commit] /var/hg/gmp-5.1: (EXTRA_libtests_la_SOURCES): Add arm32call.asm ...
mercurial at gmplib.org
mercurial at gmplib.org
Thu May 16 12:09:16 CEST 2013
details: /var/hg/gmp-5.1/rev/ac1ca7f2b551
changeset: 15412:ac1ca7f2b551
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu May 16 12:09:05 2013 +0200
description:
(EXTRA_libtests_la_SOURCES): Add arm32call.asm and arm32check.c.
diffstat:
tests/Makefile.am | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r edd85862baee -r ac1ca7f2b551 tests/Makefile.am
--- a/tests/Makefile.am Wed May 15 19:15:44 2013 +0200
+++ b/tests/Makefile.am Thu May 16 12:09:05 2013 +0200
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
-# Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright 2000, 2001, 2002, 2003, 2004, 2013 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library test suite.
#
@@ -27,7 +27,8 @@
check_LTLIBRARIES = libtests.la
-EXTRA_libtests_la_SOURCES = amd64call.asm amd64check.c x86call.asm x86check.c
+EXTRA_libtests_la_SOURCES = amd64call.asm amd64check.c x86call.asm x86check.c \
+ arm32call.asm arm32check.c
libtests_la_SOURCES = tests.h \
memory.c misc.c refmpf.c refmpn.c refmpq.c refmpz.c spinner.c trace.c
libtests_la_DEPENDENCIES = @CALLING_CONVENTIONS_OBJS@
More information about the gmp-commit
mailing list