aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skiboot.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/skiboot.lds.S b/skiboot.lds.S
index 8cb88bd..5c8bbbd 100644
--- a/skiboot.lds.S
+++ b/skiboot.lds.S
@@ -90,7 +90,7 @@ SECTIONS
*(.opd)
}
- . = ALIGN(0x10);
+ . = ALIGN(0x100);
.got : {
__toc_start = . + 0x8000;
*(.got)