Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / gold / testsuite / icf_test.sh
index 3d11dcb8083fb36e8c567ea9cc8047be7fcce02f..530ceceeccb52021864380866b12ff2ec6b76c02 100755 (executable)
@@ -2,7 +2,7 @@
 
 # icf_test.sh -- test --icf
 
-# Copyright (C) 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2020 Free Software Foundation, Inc.
 # Written by Sriraman Tallam <tmsriram@google.com>.
 
 # This file is part of gold.
@@ -26,6 +26,8 @@
 # File icf_test.cc is in this test. This program checks if the 
 # identical sections are correctly folded.
 
+set -e
+
 check()
 {
     awk "
This page took 0.023971 seconds and 4 git commands to generate.