diff --git a/[refs] b/[refs] index 51ed3d0a8950..c420860bac5a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 323c9dd26b6176fd7f16bcf3202df708c419b20c +refs/heads/master: df0a92c20652d70da70e5e4d08736cc485eaf1ff diff --git a/trunk/scripts/gcc-goto.sh b/trunk/scripts/gcc-goto.sh index 520d16b1ffaf..98cffcb941ea 100644 --- a/trunk/scripts/gcc-goto.sh +++ b/trunk/scripts/gcc-goto.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Test for gcc 'asm goto' suport +# Test for gcc 'asm goto' support # Copyright (C) 2010, Jason Baron echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"