summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/dl-machine.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2000-04-05 11:01:20 +0000
committerAndreas Schwab <schwab@suse.de>2000-04-05 11:01:20 +0000
commita48f9395a910a75c90688057248d340fe2e83e85 (patch)
tree1c94d5f7405e52616d64ac5ec926387448a4b31c /sysdeps/m68k/dl-machine.h
parent7d4de9612fa600512e7212eb9c74dd43d313fbcb (diff)
* sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user
entry point, used on Hurd.
Diffstat (limited to 'sysdeps/m68k/dl-machine.h')
-rw-r--r--sysdeps/m68k/dl-machine.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysdeps/m68k/dl-machine.h b/sysdeps/m68k/dl-machine.h
index 3ff82afe16..bf7dede6d2 100644
--- a/sysdeps/m68k/dl-machine.h
+++ b/sysdeps/m68k/dl-machine.h
@@ -156,6 +156,11 @@ _start:
move.l %sp, -(%sp)
jbsr _dl_start
addq.l #4, %sp
+ /* FALLTHRU */
+
+ .globl _dl_start_user
+ .type _dl_start_user,@function
+_dl_start_user:
| Save the user entry point address in %a4.
move.l %d0, %a4
| Point %a5 at the GOT.
@@ -187,7 +192,7 @@ _start:
move.l %sp, %fp
| Jump to the user's entry point.
jmp (%a4)
- .size _start, . - _start
+ .size _dl_start_user, . - _dl_start_user
.previous");
/* Nonzero iff TYPE describes a relocation that should