Add support for Android 5, both 32- and 64-bit cases.
[oweals/openssl.git] / c6x / fipscanister.cmd
1 SECTIONS
2 {
3     .text:
4     {
5         *(.fips_text:start)
6         *(.text)
7         *(.const:aes_asm)
8         *(.const:sha_asm)
9         *(.const:des_sptrans)
10         *(.switch)
11         *(.fips_text:end)
12     }
13     .const:
14     {
15         *(.fips_const:start)
16         *(.const)
17         *(.fips_const:end)
18     }
19 }