Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / gold / testsuite / icf_test.sh
index 50abd90e97e995aba504d481bb98a94f47fc5087..530ceceeccb52021864380866b12ff2ec6b76c02 100755 (executable)
@@ -2,7 +2,7 @@
 
 # icf_test.sh -- test --icf
 
-# Copyright 2009 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.023289 seconds and 4 git commands to generate.