Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149252494
D40277.1789765374.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
327 B
Referenced Files
None
Subscribers
None
D40277.1789765374.diff
View Options
diff --git a/lib/csu/aarch64/crt1_s.S b/lib/csu/aarch64/crt1_s.S
--- a/lib/csu/aarch64/crt1_s.S
+++ b/lib/csu/aarch64/crt1_s.S
@@ -33,6 +33,9 @@
__FBSDID("$FreeBSD$");
ENTRY(_start)
+ .cfi_undefined(x30)
+ mov x29,#0
+ mov x30,#0
mov x3, x2 /* cleanup */
add x1, x0, #8 /* load argv */
ldr x0, [x0] /* load argc */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 18, 9:02 PM (9 m, 7 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29762432
Default Alt Text
D40277.1789765374.diff (327 B)
Attached To
Mode
D40277: arm64: Add unwind information to _start
Attached
Detach File
Event Timeline
Log In to Comment