repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RTC: fix typo in drivers/rtc/rtc-at91sam9.c
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
scripts
/
gcc-goto.sh
blob
520d16b1ffaf72c4c3171d97dfd1e37893523ef8
1
#!/bin/sh
2
# Test for gcc 'asm goto' suport
3
# Copyright (C) 2010, Jason Baron <jbaron@redhat.com>
4
5
echo
"int main(void) { entry: asm goto (
\"\"
::::entry); return 0; }"
| $@
-x
c
-
-c -o
/
dev
/
null
>/
dev
/
null
2
>&
1
&&
echo
"y"