aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2015-11-29 06:40:09 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2015-11-29 06:40:09 +0000
commit466d476aacb7b4356bcc396aa7461485e0253ef1 (patch)
tree8011003b3cf97d6f4fcf9e8f77be8ec08c20f7e1 /sys
parent77a498d991bd3cde7aa96585f7865337aef91999 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/ldscript.powerpc641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/ldscript.powerpc64 b/sys/conf/ldscript.powerpc64
index dba745538be7..18349a51feac 100644
--- a/sys/conf/ldscript.powerpc64
+++ b/sys/conf/ldscript.powerpc64
@@ -69,6 +69,7 @@ SECTIONS
.toc1 : ALIGN(8) { *(.toc1) }
.opd : ALIGN(8) { KEEP (*(.opd)) }
.branch_lt : ALIGN(8) { *(.branch_lt) }
+ . = ALIGN(4096);
.got : ALIGN(8) { __tocbase = .; *(.got .toc) }
.dynamic : { *(.dynamic) }