Subversion Repositories HelenOS

Rev

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

Rev 3402 Rev 3589
Line 32... Line 32...
32
	.hidden __bootstrap
32
	.hidden __bootstrap
33
	.type __entry, @function
33
	.type __entry, @function
34
 
34
 
35
## Rtld entry point
35
## Rtld entry point
36
#
36
#
37
# r3 contains the PCB pointer
37
# r6 contains the PCB pointer
38
#
38
#
39
__entry:
39
__entry:
40
	# Pass the PCB pointer to __bootstrap as the first argument
40
	# Pass the PCB pointer to __bootstrap as the first argument.
41
	# Since the first argument is passed in r3, no operation is needed.
41
	# The first argument is passed in r3.
-
 
42
	mr %r3, %r6
42
	bl __bootstrap
43
	bl __bootstrap