Commit ebdc5c41 authored by James Almer's avatar James Almer

Merge commit '41cf3e3b'

* commit '41cf3e3b':
  arm: Create proper .rdata sections for COFF
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents cd808744 41cf3e3b
......@@ -63,6 +63,8 @@ ELF .size \name, . - \name
.else
.section .rodata
.endif
#elif defined(_WIN32)
.section .rdata
#elif !defined(__MACH__)
.section .rodata
#else
......
......@@ -125,6 +125,8 @@ ELF .size \name, . - \name
.else
.section .rodata
.endif
#elif defined(_WIN32)
.section .rdata
#elif !defined(__MACH__)
.section .rodata
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment