Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 20:03:51 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8191 for review
Message-ID:  <200203220403.g2M43pe08952@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8191

Change 8191 by peter@peter_thunder on 2002/03/21 20:03:05

	hack to work around gcc's knowledge of the internals of
	ld.so on glibc and aix (ugh!) to do unwinding.  Simply
	cheat for now and say "no unwind records found" and let
	the damn thing explode.

Affected files ...

... //depot/projects/ia64/lib/libc/ia64/gen/Makefile.inc#4 edit
... //depot/projects/ia64/lib/libc/ia64/gen/unwind.c#1 add

Differences ...

==== //depot/projects/ia64/lib/libc/ia64/gen/Makefile.inc#4 (text+ko) ====

@@ -5,4 +5,4 @@
 SRCS+=	__divdi3.S __divsi3.S __moddi3.S __modsi3.S
 SRCS+=	__udivdi3.S __udivsi3.S __umoddi3.S __umodsi3.S
 SRCS+=	__divdf3.S __divsf3.S
-SRCS+=	cxa.c	# remove when gcc is fixed
+SRCS+=	cxa.c unwind.c	# remove when gcc is fixed

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203220403.g2M43pe08952>