diff mbox series

[1/2] Intentionally discard fini_array sections

Message ID 20190521014538.6633-1-stewart@linux.ibm.com
State Accepted
Headers show
Series [1/2] Intentionally discard fini_array sections | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (68284c21173978e384f605954423a088b61c7540)
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot success Test snowpatch/job/snowpatch-skiboot on branch master
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot-dco success Signed-off-by present

Commit Message

Stewart Smith May 21, 2019, 1:45 a.m. UTC
Produced in a SKIBOOT_GCOV=1 build, and never called by skiboot.

Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
---
 skiboot.lds.S | 1 +
 1 file changed, 1 insertion(+)

Comments

Stewart Smith May 21, 2019, 3:19 a.m. UTC | #1
Stewart Smith <stewart@linux.ibm.com> writes:
> Produced in a SKIBOOT_GCOV=1 build, and never called by skiboot.

Merged as of ec52b670ddf57eb6d707c164aba2f01baf2d457b
diff mbox series

Patch

diff --git a/skiboot.lds.S b/skiboot.lds.S
index 54b1fef07b4f..18e89f3e73c6 100644
--- a/skiboot.lds.S
+++ b/skiboot.lds.S
@@ -229,5 +229,6 @@  SECTIONS
 		*(.comment)
 		*(.eh_frame)
 		*(.interp)
+		*(.fini_array.*)
 	}
 }