Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157012440
D46405.id142330.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
378 B
Referenced Files
None
Subscribers
None
D46405.id142330.diff
View Options
diff --git a/lib/csu/riscv/crt1_c.c b/lib/csu/riscv/crt1_c.c
--- a/lib/csu/riscv/crt1_c.c
+++ b/lib/csu/riscv/crt1_c.c
@@ -63,6 +63,7 @@
_start(void *procargs, const struct Obj_Entry *obj, void (*cleanup)(void))
{
__asm__(
+ ".cfi_undefined ra\n"
".option push\n"
".option norelax\n"
/* Safe before call - lla will not clobber any other registers. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 11:03 PM (20 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33273273
Default Alt Text
D46405.id142330.diff (378 B)
Attached To
Mode
D46405: lib/csu/riscv: Mark ra as undefined in _start
Attached
Detach File
Event Timeline
Log In to Comment