summaryrefslogtreecommitdiff
path: root/klibc/klibc/interp.S
blob: b1a27019996e13ad1037d7fd9f6b92270aa3ff57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# This is a hack to generate the .intrp section, which then
# ld turns into an PT_INTERP header.
#
# NOTE: The .interp section needs to be "a", or it doesnt work...
#
	
        .section ".interp","a"
        .ascii LIBDIR
	.ascii "/klibc-"
        .ascii SOHASH
        .ascii ".so"
        .byte 0