This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 3.0: unwinder changes




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]