diff --git a/gas/ChangeLog b/gas/ChangeLog index c1b4625cd8..5074c4b895 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2019-06-26 Jim Wilson + + * testsuite/gas/xstormy16/allinsn.sh: Change first line to + #!/bin/bash and make it executable. + * testsuite/gas/xstormy16/gcc.sh: Likewise. + 2019-06-26 Lili Cui * doc/c-i386.texi: Document x/y/z instruction sufffixes in AT&T diff --git a/gas/testsuite/gas/xstormy16/allinsn.sh b/gas/testsuite/gas/xstormy16/allinsn.sh old mode 100644 new mode 100755 index 03828f9c91..feb1a19e5b --- a/gas/testsuite/gas/xstormy16/allinsn.sh +++ b/gas/testsuite/gas/xstormy16/allinsn.sh @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/bash # Generate test result data for xstormy16 GAS testing. # This script is machine generated. # It is intended to be run in the testsuite source directory. diff --git a/gas/testsuite/gas/xstormy16/gcc.sh b/gas/testsuite/gas/xstormy16/gcc.sh old mode 100644 new mode 100755 index 1eb8972774..5a20f9e297 --- a/gas/testsuite/gas/xstormy16/gcc.sh +++ b/gas/testsuite/gas/xstormy16/gcc.sh @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/bash # Generate test result data for xstormy16 GAS testing. # It is intended to be run in the testsuite source directory. #