aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-08-01 14:26:18 +0000
committerNick Clifton <nickc@redhat.com>2001-08-01 14:26:18 +0000
commit22a517d05e4ed2e29fb56b70599c7d9c3ac86c4e (patch)
tree87363608d7f6cce1253d325430d0e724ab4c025a /ld
parent92714f94683395f104b0262ccc2aa5381fc27d70 (diff)
downloadfsf-binutils-gdb-22a517d05e4ed2e29fb56b70599c7d9c3ac86c4e.zip
fsf-binutils-gdb-22a517d05e4ed2e29fb56b70599c7d9c3ac86c4e.tar.gz
fsf-binutils-gdb-22a517d05e4ed2e29fb56b70599c7d9c3ac86c4e.tar.bz2
Do not require any exception support library.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/ld-srec/srec.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 0ab086f..3957eb8 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -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.
diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp
index 75eb304..5878199 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
}