summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Arch/SPARCV9.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Arch/SPARCV9.cpp')
-rw-r--r--lld/ELF/Arch/SPARCV9.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Arch/SPARCV9.cpp b/lld/ELF/Arch/SPARCV9.cpp
index 591810f6c51..9be0696596c 100644
--- a/lld/ELF/Arch/SPARCV9.cpp
+++ b/lld/ELF/Arch/SPARCV9.cpp
@@ -41,7 +41,7 @@ SPARCV9::SPARCV9() {
PltEntrySize = 32;
PltHeaderSize = 4 * PltEntrySize;
- PageSize = 8192;
+ DefaultCommonPageSize = 8192;
DefaultMaxPageSize = 0x100000;
DefaultImageBase = 0x100000;
}
OpenPOWER on IntegriCloud