Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109401467
D40844.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
721 B
Referenced Files
None
Subscribers
None
D40844.diff
View Options
diff --git a/libexec/rtld-elf/aarch64/rtld_start.S b/libexec/rtld-elf/aarch64/rtld_start.S
--- a/libexec/rtld-elf/aarch64/rtld_start.S
+++ b/libexec/rtld-elf/aarch64/rtld_start.S
@@ -31,15 +31,18 @@
__FBSDID("$FreeBSD$");
ENTRY(.rtld_start)
+ .cfi_undefined x30
mov x19, x0 /* Put ps_strings in a callee-saved register */
sub sp, sp, #16 /* Make room for obj_main & exit proc */
+ .cfi_adjust_cfa_offset 16
mov x1, sp /* exit_proc */
add x2, x1, #8 /* obj_main */
bl _rtld /* Call the loader */
mov x8, x0 /* Backup the entry point */
ldp x2, x1, [sp], #16 /* Load cleanup, obj_main */
+ .cfi_adjust_cfa_offset 0
mov x0, x19 /* Restore ps_strings */
br x8 /* Jump to the entry point */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 5, 2:34 PM (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16475783
Default Alt Text
D40844.diff (721 B)
Attached To
Mode
D40844: rtld: Add a proper annotations to .rtld_start on aarch64
Attached
Detach File
Event Timeline
Log In to Comment