From d66b98e24005401db37f13497a5f0f0b4bedb7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Thu, 16 Jun 2011 00:17:46 +0200 Subject: [PATCH] --- yaml --- r: 258844 b: refs/heads/master c: df0a92c20652d70da70e5e4d08736cc485eaf1ff h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/gcc-goto.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"