From: Nick Clifton Date: Wed, 1 Aug 2001 14:26:18 +0000 (+0000) Subject: Do not require any exception support library. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22a517d05e4ed2e29fb56b70599c7d9c3ac86c4e;p=binutils-gdb.git Do not require any exception support library. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 0ab086ff95c..3957eb88546 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-08-01 Loren J. Rittle + + * ld-srec/srec.exp: Do not require any exception support + library. + 2001-07-27 H.J. Lu * ld-selective/selective.exp: Fix the error in the last change. diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index 75eb3040526..5878199e671 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -387,7 +387,7 @@ if { [which $CXX] == 0 } { return } -if ![ld_compile "$CXX $CXXFLAGS -fgnu-linker" $srcdir/$subdir/sr3.cc tmpdir/sr3.o] { +if ![ld_compile "$CXX $CXXFLAGS -fgnu-linker -fno-exceptions" $srcdir/$subdir/sr3.cc tmpdir/sr3.o] { unresolved $test2 return }