[cairo-bugs] [Bug 4744] Does not compile with the Intel compiler
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Oct 12 12:14:09 PDT 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=4744
------- Additional Comments From kmaraas at gnome.org 2005-10-12 12:14 -------
Found a similar error message for netbsd with a patch to fix it there. Not sure
if this helps much though:
Wolfgang Rupprecht <wolfgang at wsrcc.com> writes:
> /tmp/ccpXkWsJ.s:171: Error: Symbol definition loop encountered at llabs
Oops; fixed in src/lib/libc/arch/i386/stdlib/llabs.S rev. 1.3.
The diff is:
diff -u -p -r1.2 -r1.3
--- src/lib/libc/arch/i386/stdlib/llabs.S 2001/05/29 13:03:01 1.2
+++ src/lib/libc/arch/i386/stdlib/llabs.S 2001/05/29 23:59:19 1.3
@@ -1,4 +1,4 @@
-/* $NetBSD: llabs.S,v 1.2 2001/05/29 13:03:01 kleink Exp $ */
+/* $NetBSD: llabs.S,v 1.3 2001/05/29 23:59:19 kleink Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -40,17 +40,17 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS)
- RCSID("$NetBSD: llabs.S,v 1.2 2001/05/29 13:03:01 kleink Exp $")
+ RCSID("$NetBSD: llabs.S,v 1.3 2001/05/29 23:59:19 kleink Exp $")
#endif
#ifdef WEAK_ALIAS
-WEAK_ALIAS(llabs, llabs)
+WEAK_ALIAS(llabs, _llabs)
#endif
#ifdef WEAK_ALIAS
-ENTRY(llabs)
-#else
ENTRY(_llabs)
+#else
+ENTRY(llabs)
#endif
movl 8(%esp),%edx
movl 4(%esp),%eax
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list