[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/22729] New: FAIL: pr20995-2
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug ld/22729] New: FAIL: pr20995-2 |
Date: |
Thu, 18 Jan 2018 18:33:15 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22729
Bug ID: 22729
Summary: FAIL: pr20995-2
Product: binutils
Version: 2.31 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
Target: i386-solaris2.12
i386-solaris2.12 target has
FAIL: Build pr20995-2.so
FAIL: pr20995-2
since
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
is missing from elf_i386_ldso.sh. This patch
diff --git a/ld/emulparams/elf_i386_ldso.sh b/ld/emulparams/elf_i386_ldso.sh
index 1328520c57..3cca4e5c7a 100644
--- a/ld/emulparams/elf_i386_ldso.sh
+++ b/ld/emulparams/elf_i386_ldso.sh
@@ -7,6 +7,7 @@ OUTPUT_FORMAT="elf32-i386"
NO_RELA_RELOCS=yes
TEXT_START_ADDR=0x08048000
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
+COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
ARCH=i386
MACHINE=
TEMPLATE_NAME=elf32
fixes the linker tests.
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug ld/22729] New: FAIL: pr20995-2,
hjl.tools at gmail dot com <=