This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: 3.0: unwinder changes
- To: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Subject: Re: 3.0: unwinder changes
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Tue, 29 May 2001 17:37:19 -0400 (EDT)
- cc: Andrew Haley <aph at cambridge dot redhat dot com>, java at gcc dot gnu dot org
On Tue, 29 May 2001, Alexandre Petit-Bianco wrote:
> # of expected passes 1516
> # of unexpected failures 78
That's about what I get when all EH tests fail.
If you like, try the workaround below... if it fixes your
testsuite then you and I must be looking at the same problem.
Andrew, can you tell me what glibc you have on your alpha-linux box?
Index: config/t-linux
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/t-linux,v
retrieving revision 1.8.4.1
diff -u -r1.8.4.1 t-linux
--- t-linux 2001/05/17 01:34:29 1.8.4.1
+++ t-linux 2001/05/29 21:15:24
@@ -9,7 +9,6 @@
SHLIB_EXT = .so
SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
-Wl,--soname=@shlib_base_name@.so.0 \
- -Wl,--version-script=@shlib_map_file@ \
-o @shlib_base_name@.so @multilib_flags@ @shlib_objs@ -lc && \
rm -f @shlib_base_name@.so.0 && \
$(LN_S) @shlib_base_name@.so @shlib_base_name@.so.0