Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3222 |
svoboda |
1 |
# |
|
|
2 |
# Provide a string to be included in a special DT_INTERP header, even though |
|
|
3 |
# this is a statically-linked executable. This will mark the binary as |
|
|
4 |
# the program loader. |
|
|
5 |
# |
|
|
6 |
.section .interp , "" |
|
|
7 |
.string "kernel" |