From 54b299a7e226bf7994a3e6d3305fef71e4a0fa77 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 3 Jun 2002 17:04:47 +0000 Subject: [PATCH] set the type and size of the fpu control word vars --- libs/util/sys_ia32.S | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libs/util/sys_ia32.S b/libs/util/sys_ia32.S index ad417ad64..7fac77b8e 100644 --- a/libs/util/sys_ia32.S +++ b/libs/util/sys_ia32.S @@ -103,6 +103,16 @@ single_cw: .long 0 full_cw: .long 0 cw: .long 0 pushed_cw: .long 0 +.type ceil_cw,@object +.type single_cw,@object +.type full_cw,@object +.type cw,@object +.type pushed_cw,@object +.size ceil_cw,4 +.size single_cw,4 +.size full_cw,4 +.size cw,4 +.size pushed_cw,4 .text