3.0: unwinder changes
Jeff Sturm
jsturm@one-point.com
Tue May 29 14:24:00 GMT 2001
On 2001年5月29日, 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
More information about the Java
mailing list