repo.or.cz
/
t2sde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* added python-argocomplete (3.5.0) - Easy, extensible command line tab completion...
[t2sde.git]
/
tests
/
060-objdump.cmd
blob
38c9f2577a56b0a7fc41f1768b786caff0de2009
1
#!/bin/sh
2
3
[
"
$QEMU
"
]
||
exit
43
4
5
cd
$SYSROOT
6
[
-e
usr
/
bin
/
objdump
-a -e
bin
/
ls
]
||
exit
42
7
8
$QEMU
-chroot
$SYSROOT
usr
/
bin
/
objdump
-j
.text
-D
bin
/
sh