diff options
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/criself.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ld/emulparams/criself.sh b/ld/emulparams/criself.sh index 91fdcc5..8ac21f9 100644 --- a/ld/emulparams/criself.sh +++ b/ld/emulparams/criself.sh @@ -53,12 +53,9 @@ INIT_START=' . = ALIGN(2); ___init__start = .; PROVIDE (___do_global_ctors = .); - SHORT (0xe1fc); /* push srp */ - SHORT (0xbe7e); ' INIT_END=' - SHORT (0x0d3e); /* jump [sp+] */ PROVIDE (__init__end = .); PROVIDE (___init__end = .); ' @@ -67,12 +64,9 @@ FINI_START=' . = ALIGN (2); ___fini__start = .; PROVIDE (___do_global_dtors = .); - SHORT (0xe1fc); /* push srp */ - SHORT (0xbe7e); ' FINI_END=' - SHORT (0x0d3e); /* jump [sp+] */ PROVIDE (__fini__end = .); ___fini__end = .; ' |