mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
Merge commit '41cf3e3b1c'
* commit '41cf3e3b1c':
arm: Create proper .rdata sections for COFF
Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
ebdc5c419a
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue