aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.powerpc
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-06-04 13:07:10 +0000
committerEd Maste <emaste@FreeBSD.org>2019-06-04 13:07:10 +0000
commit74cd06b42ea6f7b46f4782c511757bdfc038d6e8 (patch)
tree26c0932c07f6ea0617374219c30faba9cceebd5c /sys/conf/ldscript.powerpc
parent9c954a4843b2718d0934c3a9c525263a9287bd8f (diff)
Notes
Diffstat (limited to 'sys/conf/ldscript.powerpc')
-rw-r--r--sys/conf/ldscript.powerpc5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/ldscript.powerpc b/sys/conf/ldscript.powerpc
index 5e981fdbd8d7c..3792d6ca031b2 100644
--- a/sys/conf/ldscript.powerpc
+++ b/sys/conf/ldscript.powerpc
@@ -55,6 +55,11 @@ SECTIONS
.fini : { *(.fini) } =0
.rodata : { *(.rodata) *(.gnu.linkonce.r*) }
.rodata1 : { *(.rodata1) }
+ .note.gnu.build-id : {
+ PROVIDE (__build_id_start = .);
+ *(.note.gnu.build-id)
+ PROVIDE (__build_id_end = .);
+ }
.sdata2 : { *(.sdata2) }
.sbss2 : { *(.sbss2) }
/* Adjust the address for the data segment to the next page up. */