ARM/AArch64 Linker Options

-compact, --compact

Create a smaller output file. The Loader need to support such files

--disable-bss-conversion

Don’t convert BSS to NonBSS when BSS/NonBSS Sections are mixed

--enable-bss-mixing

Enable mixing BSS/NonBSS sections

--use-mov-veneer

Use movt/movw to load address in veneers with absolute relocation

ARM Linker Option ONLY

-execute-only, --execute-only

Mark executable sections execute-only on AArch64

-fix-cortex-a53-843419, --fix-cortex-a53-843419

Fix the cortex a53 errata 843419

--fix-cortex-a8

Fix the Cortex A8 bug

-fropi, --fropi

Enable Read write data access relative to a static base registers.

-frwpi, --frwpi

Enable Read write data access relative to a static base registers.

--no-fix-cortex-a8

Dont Fix the Cortex A8 bug