Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143731143
D27177.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
507 B
Referenced Files
None
Subscribers
None
D27177.diff
View Options
Index: head/sys/riscv/include/asm.h
===================================================================
--- head/sys/riscv/include/asm.h
+++ head/sys/riscv/include/asm.h
@@ -47,8 +47,8 @@
#define _C_LABEL(x) x
#define ENTRY(sym) \
- .text; .globl sym; .type sym,@function; .align 4; sym:
-#define END(sym) .size sym, . - sym
+ .text; .globl sym; .type sym,@function; .align 4; sym: .cfi_startproc;
+#define END(sym) .cfi_endproc; .size sym, . - sym
#define EENTRY(sym) \
.globl sym; sym:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 1, 9:35 AM (13 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28333725
Default Alt Text
D27177.diff (507 B)
Attached To
Mode
D27177: Add .cfi_{start,end}proc for RISC-V assembly functions
Attached
Detach File
Event Timeline
Log In to Comment