[Skiboot] [PATCH 1/2] Intentionally discard fini_array sections

Stewart Smith stewart at linux.ibm.com
Tue May 21 11:45:37 AEST 2019


Produced in a SKIBOOT_GCOV=1 build, and never called by skiboot.

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

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.*)
 	}
 }
-- 
2.21.0



More information about the Skiboot mailing list