Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148286535
D27177.id.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.id.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
Wed, Mar 18, 12:24 AM (5 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29838729
Default Alt Text
D27177.id.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