Merge "ARM: remove dummy entries from .so init_array/fini_array"
This commit is contained in:
commit
e026b1d89a
@ -26,16 +26,6 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* This is the same than crtend.S except that a shared library
|
|
||||||
* cannot have a .preinit_array
|
|
||||||
*/
|
|
||||||
|
|
||||||
.section .init_array, "aw"
|
|
||||||
.long 0
|
|
||||||
|
|
||||||
.section .fini_array, "aw"
|
|
||||||
.long 0
|
|
||||||
|
|
||||||
#if defined(__linux__) && defined(__ELF__)
|
#if defined(__linux__) && defined(__ELF__)
|
||||||
.section .note.GNU-stack,"",%progbits
|
.section .note.GNU-stack,"",%progbits
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user