Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2019-01-11 16:23:16 +0300
committerMartin Storsjö <martin@martin.st>2019-01-26 00:53:37 +0300
commit41cf3e3b1ca375962951fde1b90a03b16197d205 (patch)
tree5405f97e953eb81393d7ba93e2ba654498c6abe1 /libavcodec/aarch64
parentca44fa5d7fda7e954f3ebfeb5b0d6d1be55fcaa3 (diff)
arm: Create proper .rdata sections for COFF
As .rodata isn't one of the default created sections for COFF, it was created as a read-write data section. By using the default .rdata section name for COFF, it automatically becomes a read-only data section. The existing ".section .rodata" works as intended for ELF though. This is based on an original patch and diagnose by Tom Tan <Tom.Tan@microsoft.com>. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/aarch64')
0 files changed, 0 insertions, 0 deletions