repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tsan.c (instrument_expr): If expr_ptr isn't a gimple val, first store it into a SSA_NAME.
[official-gcc.git]
/
libbacktrace
/
filetype.awk
blob
0a656f75ba1f2e029785eb31427562fdd2162e91
1
# An awk script to determine the type of a file.
2
/
\177
ELF
\001
/ {
if
(
NR
==
1
) {
print
"elf32"
;
exit
} }
3
/
\177
ELF
\002
/ {
if
(
NR
==
1
) {
print
"elf64"
;
exit
} }