Do not require any exception support library.
authorNick Clifton <nickc@redhat.com>
Wed, 1 Aug 2001 14:26:18 +0000 (14:26 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 1 Aug 2001 14:26:18 +0000 (14:26 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-srec/srec.exp

index 0ab086ff95cee430107c623289b91b318e42e743..3957eb885462aef258163f24a3eb667a15f7b266 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-01  Loren J. Rittle  <ljrittle@acm.org>
+
+       * ld-srec/srec.exp: Do not require any exception support
+       library.
+
 2001-07-27  H.J. Lu  <hjl@gnu.org>
 
        * ld-selective/selective.exp: Fix the error in the last change.
index 75eb3040526cbccfa598e16ef03959433dc2512d..5878199e6718632fe5af82f1b14a2da67e1074ad 100644 (file)
@@ -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
 }
This page took 0.027601 seconds and 4 git commands to generate.