From c995540c0774c6f6f48a101deff9ac5fe2a6562a Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 14 Nov 2009 17:15:06 +0000 Subject: Instead of having two asm_macr.h files being switched in based on module build magic, name them asm_macr_ARCH.h. Change all including files accordingly. --- src/math/bigint/monty_amd64/mp_monty.S | 2 +- src/math/bigint/mulop_amd64/mp_mulop_amd64.S | 2 +- src/math/bigint/mulop_ia32/mp_mulop.S | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/math') diff --git a/src/math/bigint/monty_amd64/mp_monty.S b/src/math/bigint/monty_amd64/mp_monty.S index d5f97601d..fa493aaa2 100644 --- a/src/math/bigint/monty_amd64/mp_monty.S +++ b/src/math/bigint/monty_amd64/mp_monty.S @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include +#include START_LISTING(mp_monty.S) diff --git a/src/math/bigint/mulop_amd64/mp_mulop_amd64.S b/src/math/bigint/mulop_amd64/mp_mulop_amd64.S index 63ac55e95..dd794bccd 100644 --- a/src/math/bigint/mulop_amd64/mp_mulop_amd64.S +++ b/src/math/bigint/mulop_amd64/mp_mulop_amd64.S @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include +#include START_LISTING(mp_mulop.S) diff --git a/src/math/bigint/mulop_ia32/mp_mulop.S b/src/math/bigint/mulop_ia32/mp_mulop.S index 988ef573c..0ca559659 100644 --- a/src/math/bigint/mulop_ia32/mp_mulop.S +++ b/src/math/bigint/mulop_ia32/mp_mulop.S @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include +#include START_LISTING(mp_muladd.S) -- cgit v1.2.3