mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-24 06:56:32 +00:00

Add an object with an empty .ctors and .dtors section to the build of each plugin. This ensures that there will be an output section .ctors and one .dtors in the output file (they could be empty though). If these output sections were to be removed, the symbols defined inside by the linker script could disappear as well, and we don't want that. svn-id: r55149
7 lines
88 B
ArmAsm
7 lines
88 B
ArmAsm
|
|
.section .ctors,"aw",@progbits
|
|
.section .dtors,"aw",@progbits
|
|
|
|
.end
|
|
|