Date: Tue, 16 Apr 2002 18:26:00 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 9870 for review Message-ID: <200204170126.g3H1Q0U02503@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9870 Change 9870 by peter@peter_thunder on 2002/04/16 18:25:34 grump. crtbegin.asm in gcc is still hosed. I must have tested with the wrong files crt*.o or libc.so.5 or something. Affected files ... ... //depot/projects/ia64/lib/libc/ia64/gen/Makefile.inc#7 edit ... //depot/projects/ia64/lib/libc/ia64/gen/cxa.c#3 add Differences ... ==== //depot/projects/ia64/lib/libc/ia64/gen/Makefile.inc#7 (text+ko) ==== @@ -9,3 +9,6 @@ # The following may go away if function _Unwind_FindTableEntry() # will be part of GCC. SRCS+= unwind.c + +# The following will go away if gcc ever fixes their crtbegin.asm bug +SRCS+= cxa.c 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?200204170126.g3H1Q0U02503>