Fix a few non-dash safe xstormy16 shell scripts.
authorJim Wilson <jimw@sifive.com>
Thu, 27 Jun 2019 01:12:55 +0000 (18:12 -0700)
committerJim Wilson <jimw@sifive.com>
Thu, 27 Jun 2019 01:12:55 +0000 (18:12 -0700)
commit65bd27298d31c6733b68d0cd6b7a4fc26e0598be
tree21ab1c6688bbf0ff176522d37fb9da4f30750407
parentd7560e2df501c7da1b0e4e64116dd52fe5715a96
Fix a few non-dash safe xstormy16 shell scripts.

Noticed by a customer while looking at a tangentially related problem.  The
gas testsuite for xstormy16 has two scripts that have a typo on the first
line, they are missing the !.  They also use shell syntax that doesn't work
on a system where /bin/sh is dash.  So I fixed the typo, changed the shell
to bash, and made them executable, so that they now work when run directly
even if /bin/sh is dash.

gas/
* testsuite/gas/xstormy16/allinsn.sh: Change first line to
#!/bin/bash and make it executable.
* testsuite/gas/xstormy16/gcc.sh: Likewise.
gas/ChangeLog
gas/testsuite/gas/xstormy16/allinsn.sh [changed mode: 0644->0755]
gas/testsuite/gas/xstormy16/gcc.sh [changed mode: 0644->0755]