summaryrefslogtreecommitdiffstats
path: root/c6x/fipscanister.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'c6x/fipscanister.cmd')
-rw-r--r--c6x/fipscanister.cmd19
1 files changed, 19 insertions, 0 deletions
diff --git a/c6x/fipscanister.cmd b/c6x/fipscanister.cmd
new file mode 100644
index 0000000000..a06ee15cb3
--- /dev/null
+++ b/c6x/fipscanister.cmd
@@ -0,0 +1,19 @@
+SECTIONS
+{
+ .text:
+ {
+ *(.fips_text:start)
+ *(.text)
+ *(.const:aes_asm)
+ *(.const:sha_asm)
+ *(.const:des_sptrans)
+ *(.switch)
+ *(.fips_text:end)
+ }
+ .const:
+ {
+ *(.fips_const:start)
+ *(.const)
+ *(.fips_const:end)
+ }
+}