bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compilation errors


From: Martin J. Muench
Subject: Compilation errors
Date: Mon, 16 Sep 2002 11:55:19 +0200 (CEST)

Hi,

I am running OpenBSD 3.1 on an i386 computer with gcc 2.95.3.
The problem occurs when running make, I get the following error:

tmp-gcd_1.s: Assembler messages:
tmp-gcd_1.s:400: Error: Unimplemented segment type 6 in 
parse_operand($_GLOBAL_OFFSET_TABLE_+[.-Ltable])

--config.m4--
dnl config.m4.  Generated automatically by configure.
changequote(<,>)
ifdef(<__CONFIG_M4_INCLUDED__>,,<
define(<CONFIG_TOP_SRCDIR>,<`../.'>)
define(<WANT_PROFILING>,<`no'>)
define(<M4WRAP_SPURIOUS>,<no>)
define(<TEXT>, <.text>)
define(<DATA>, <.data>)
define(<LABEL_SUFFIX>, <$1:>)
define(<GLOBL>, <.globl>)
define(<GSYM_PREFIX>, <_>)
define(<RODATA>, <.text>)
define(<GLOBL_ATTR>, <>)
define(<TYPE>, <.type   $1,@$2>)
define(<SIZE>, <.size   $1,$2>)
define(<LSYM_PREFIX>, <L>)
define(<W32>, <.long>)
define(<ALIGN_LOGARITHMIC>,<yes>)
define(<ALIGN_FILL_0x90>,<yes>)
define(<WANT_SHLDL_CL>, <1>)
define(<SQR_KARATSUBA_THRESHOLD>,<50>)
define(<GMP_LIMB_BITS>,32)
define(<GMP_NAIL_BITS>,0)
define(<GMP_NUMB_BITS>,eval(GMP_LIMB_BITS-GMP_NAIL_BITS))>)
changequote(`,')
ifdef(`__CONFIG_M4_INCLUDED__',,`
include(CONFIG_TOP_SRCDIR`/mpn/asm-defs.m4')
include_mpn(`x86/x86-defs.m4')
define_not_for_expansion(`HAVE_HOST_CPU_athlon')
define_not_for_expansion(`HAVE_ABI_standard')
')
define(`__CONFIG_M4_INCLUDED__')
----

This is the line from tmp-gcd_1.s where the make fails:
addl    $_GLOBAL_OFFSET_TABLE_+[.-Ltable], %ebx


I also tried to compile with gcc 3.0.3, same result.

Any ideas?

Thanks,


Martin J. Muench

www.codito.de





reply via email to

[Prev in Thread] Current Thread [Next in Thread]