From 96695ab70d0440bb8b410b650293a5d963b74aff Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sun, 16 Nov 2008 20:06:33 -0800 Subject: [PATCH] --- yaml --- r: 123328 b: refs/heads/master c: 774434bf33bdc876c2818eba34e416fe1fc7a746 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sparc/math-emu/Makefile | 2 +- trunk/arch/sparc/math-emu/{math.c => math_32.c} | 2 +- trunk/arch/sparc/math-emu/{sfp-util.h => sfp-util_32.h} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename trunk/arch/sparc/math-emu/{math.c => math_32.c} (99%) rename trunk/arch/sparc/math-emu/{sfp-util.h => sfp-util_32.h} (100%) diff --git a/[refs] b/[refs] index f2187e826e28..1585666aa51f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d59b3706a9d71a5ffe6135b537117662a6d3d920 +refs/heads/master: 774434bf33bdc876c2818eba34e416fe1fc7a746 diff --git a/trunk/arch/sparc/math-emu/Makefile b/trunk/arch/sparc/math-emu/Makefile index 86995d6dd0ba..b9085ecbb27b 100644 --- a/trunk/arch/sparc/math-emu/Makefile +++ b/trunk/arch/sparc/math-emu/Makefile @@ -5,4 +5,4 @@ # supress all warnings - as math.c produces a lot! ccflags-y := -w -obj-y := math.o +obj-y := math_$(BITS).o diff --git a/trunk/arch/sparc/math-emu/math.c b/trunk/arch/sparc/math-emu/math_32.c similarity index 99% rename from trunk/arch/sparc/math-emu/math.c rename to trunk/arch/sparc/math-emu/math_32.c index 8613b3eb877c..e13f65da17df 100644 --- a/trunk/arch/sparc/math-emu/math.c +++ b/trunk/arch/sparc/math-emu/math_32.c @@ -69,7 +69,7 @@ #include #include -#include "sfp-util.h" +#include "sfp-util_32.h" #include #include #include diff --git a/trunk/arch/sparc/math-emu/sfp-util.h b/trunk/arch/sparc/math-emu/sfp-util_32.h similarity index 100% rename from trunk/arch/sparc/math-emu/sfp-util.h rename to trunk/arch/sparc/math-emu/sfp-util_32.h