mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
ld: Set COMMONPAGESIZE for i386 Solaris
Since COMMONPAGESIZE is set for other Solaris targets, including x86-64 Solaris, also set COMMONPAGESIZE for i386 Solaris to fix FAIL: Build pr20995-2.so FAIL: pr20995-2 PR 25732 * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New. * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for Solaris.
This commit is contained in:
parent
0a6a8b596b
commit
767be9d907
@ -1,3 +1,10 @@
|
||||
2020-03-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR 25732
|
||||
* emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New.
|
||||
* testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for
|
||||
Solaris.
|
||||
|
||||
2020-03-27 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR 25732
|
||||
|
@ -8,6 +8,7 @@ EXTRA_EM_FILE="elf-x86"
|
||||
NO_RELA_RELOCS=yes
|
||||
TEXT_START_ADDR=0x08048000
|
||||
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||||
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
|
||||
ARCH=i386
|
||||
MACHINE=
|
||||
TEMPLATE_NAME=elf
|
||||
|
@ -465,7 +465,7 @@ run_ld_link_tests [list \
|
||||
"-shared -z relro" "" "$AFLAGS_PIC" \
|
||||
{pr20995c.s} {{readelf {-l --wide} pr20995-2so.r}} "pr20995-2.so"] \
|
||||
] "tic6x-*-*" "arm*-*-eabi*" "hppa*64*-*-hpux*" "aarch64*-*-elf*" \
|
||||
"*-*-lynxos*" "arm*-*-nto*" "i?86-*-nto*" "sh*-*-nto*" "*-*-solaris*"
|
||||
"*-*-lynxos*" "arm*-*-nto*" "i?86-*-nto*" "sh*-*-nto*"
|
||||
|
||||
# These targets don't copy dynamic variables into .bss.
|
||||
setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*"
|
||||
@ -486,7 +486,7 @@ run_ld_link_tests [list \
|
||||
"pr20995-2" \
|
||||
"$LFLAGS" "tmpdir/pr20995-2.so" "$AFLAGS_NONPIC" \
|
||||
{pr20995a.s} {{readelf {-S --wide} pr20995.r}} "pr20995-2"]
|
||||
] "*-*-lynxos*" "arm*-*-nto*" "i?86-*-nto*" "sh*-*-nto*" "*-*-solaris*"
|
||||
] "*-*-lynxos*" "arm*-*-nto*" "i?86-*-nto*" "sh*-*-nto*"
|
||||
|
||||
run_ld_link_tests [list \
|
||||
[list "Build pr22374 shared library" \
|
||||
|
Loading…
Reference in New Issue
Block a user