mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Merge commit '41cf3e3b1ca375962951fde1b90a03b16197d205'
* commit '41cf3e3b1ca375962951fde1b90a03b16197d205': arm: Create proper .rdata sections for COFF Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
ebdc5c419a
@ -63,6 +63,8 @@ ELF .size \name, . - \name
|
|||||||
.else
|
.else
|
||||||
.section .rodata
|
.section .rodata
|
||||||
.endif
|
.endif
|
||||||
|
#elif defined(_WIN32)
|
||||||
|
.section .rdata
|
||||||
#elif !defined(__MACH__)
|
#elif !defined(__MACH__)
|
||||||
.section .rodata
|
.section .rodata
|
||||||
#else
|
#else
|
||||||
|
@ -125,6 +125,8 @@ ELF .size \name, . - \name
|
|||||||
.else
|
.else
|
||||||
.section .rodata
|
.section .rodata
|
||||||
.endif
|
.endif
|
||||||
|
#elif defined(_WIN32)
|
||||||
|
.section .rdata
|
||||||
#elif !defined(__MACH__)
|
#elif !defined(__MACH__)
|
||||||
.section .rodata
|
.section .rodata
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user