Subversion Repositories HelenOS

Rev

Rev 3004 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3004 Rev 3101
Line 1... Line 1...
1
#
1
#
2
# Provide a string to be included in a special DT_INTERP header, even though
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 te binary as
3
# this is a statically-linked executable. This will mark the binary as
4
# the program loader.
4
# the program loader.
5
#
5
#
6
.section .interp , ""
6
.section .interp , ""
7
	.string "kernel"
7
	.string "kernel"