aboutsummaryrefslogtreecommitdiff
path: root/skiboot.lds.S
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-05-21 11:29:38 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-05-21 12:46:28 +1000
commitec52b670ddf57eb6d707c164aba2f01baf2d457b (patch)
tree7821f642b73bbf3decb151f5c71d1ec6e0608152 /skiboot.lds.S
parentac734a084319eac44d3698f5929b6e10c7eff77f (diff)
downloadskiboot-ec52b670ddf57eb6d707c164aba2f01baf2d457b.zip
skiboot-ec52b670ddf57eb6d707c164aba2f01baf2d457b.tar.gz
skiboot-ec52b670ddf57eb6d707c164aba2f01baf2d457b.tar.bz2
Intentionally discard fini_array sections
Produced in a SKIBOOT_GCOV=1 build, and never called by skiboot. Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'skiboot.lds.S')
-rw-r--r--skiboot.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/skiboot.lds.S b/skiboot.lds.S
index 54b1fef..18e89f3 100644
--- a/skiboot.lds.S
+++ b/skiboot.lds.S
@@ -229,5 +229,6 @@ SECTIONS
*(.comment)
*(.eh_frame)
*(.interp)
+ *(.fini_array.*)
}
}