diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2002-07-17 22:20:41 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2002-07-17 22:20:41 +0000 |
| commit | b1d6ef2ee9b8259791c9ab089830afabc7715f78 (patch) | |
| tree | bbba99986aed6c323180ce7e92ec0f68709d38da /libexec | |
| parent | d08c48b48a9fe0673cd1498875a433b398a200fa (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/sparc64/rtld_start.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/rtld-elf/sparc64/rtld_start.S b/libexec/rtld-elf/sparc64/rtld_start.S index 7443ed6f9da2..4de66cf632d8 100644 --- a/libexec/rtld-elf/sparc64/rtld_start.S +++ b/libexec/rtld-elf/sparc64/rtld_start.S @@ -65,6 +65,7 @@ ENTRY(.rtld_start) mov %l1, %o3 jmp %o0 mov %l0, %o0 +END(.rtld_start) /* * We have two separate entry points to the runtime linker. @@ -124,6 +125,7 @@ ENTRY(_rtld_bind_start_0) jmp %o0 /* return value == function address */ restore /* Dump our stack frame */ +END(_rtld_bind_start_0) ENTRY(_rtld_bind_start_1) srax %o0, 15, %o2 /* %o0 is the index to our PLT slot */ @@ -140,4 +142,4 @@ ENTRY(_rtld_bind_start_1) jmp %o0 /* return value == function address */ restore /* Dump our stack frame */ - +END(_rtld_bind_start_1) |
