Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 01:32:34 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8140 for review
Message-ID:  <200203210932.g2L9WYQ58796@freefall.freebsd.org>

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

Change 8140 by peter@peter_overcee on 2002/03/21 01:31:42

	work around a brain-dead bug in gcc's crtbeginS.o (see
	config/ia64/crtbegin.asm - it looks like they test to
	see if the location of a fptr is null vs. testing to see
	if the actual code it points to is null.

Affected files ...

... //depot/projects/ia64/lib/libc/ia64/gen/Makefile.inc#3 edit
... //depot/projects/ia64/lib/libc/ia64/gen/cxa.c#1 add

Differences ...

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

@@ -5,3 +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

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?200203210932.g2L9WYQ58796>