Browse Source

Merge commit '41cf3e3b1ca375962951fde1b90a03b16197d205'

* commit '41cf3e3b1ca375962951fde1b90a03b16197d205':
  arm: Create proper .rdata sections for COFF

Merged-by: James Almer <jamrial@gmail.com>
tags/n4.2
James Almer 6 years ago
parent
commit
ebdc5c419a
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      libavutil/aarch64/asm.S
  2. +2
    -0
      libavutil/arm/asm.S

+ 2
- 0
libavutil/aarch64/asm.S View File

@@ -63,6 +63,8 @@ ELF .size \name, . - \name
.else
.section .rodata
.endif
#elif defined(_WIN32)
.section .rdata
#elif !defined(__MACH__)
.section .rodata
#else


+ 2
- 0
libavutil/arm/asm.S View File

@@ -125,6 +125,8 @@ ELF .size \name, . - \name
.else
.section .rodata
.endif
#elif defined(_WIN32)
.section .rdata
#elif !defined(__MACH__)
.section .rodata
#else


Loading…
Cancel
Save