* ld-elf/elf.exp: Don't attempt to build symbol3.a for hppa64-hpux.
* ld-elf/warn3.d: Correct target selection and comment.
This commit is contained in:
parent
50b1867819
commit
5daeae9b97
3 changed files with 17 additions and 12 deletions
|
@ -1,5 +1,8 @@
|
|||
2011-06-14 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* ld-elf/elf.exp: Don't attempt to build symbol3.a for hppa64-hpux.
|
||||
* ld-elf/warn3.d: Correct target selection and comment.
|
||||
|
||||
* ld-elf/pr12851.d: Correct target selection and comment.
|
||||
|
||||
2011-06-13 Walter Lee <walt@tilera.com>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Expect script for various ELF tests.
|
||||
# Copyright 2002, 2003, 2005, 2007, 2009, 2010 Free Software Foundation, Inc.
|
||||
# Copyright 2002, 2003, 2005, 2007, 2009, 2010, 2011
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of the GNU Binutils.
|
||||
#
|
||||
|
@ -40,13 +41,15 @@ if { [is_remote host] } then {
|
|||
remote_download host merge.ld
|
||||
}
|
||||
|
||||
run_ld_link_tests {
|
||||
{"Build symbol3.a"
|
||||
"" ""
|
||||
{symbol3.s} {} "symbol3.a"}
|
||||
{"Build symbol3w.a"
|
||||
"" ""
|
||||
{symbol3w.s} {} "symbol3w.a"}
|
||||
if { ![istarget hppa64*-hpux*] } {
|
||||
run_ld_link_tests {
|
||||
{"Build symbol3.a"
|
||||
"" ""
|
||||
{symbol3.s} {} "symbol3.a"}
|
||||
{"Build symbol3w.a"
|
||||
"" ""
|
||||
{symbol3w.s} {} "symbol3w.a"}
|
||||
}
|
||||
}
|
||||
|
||||
# Run a test to check linking a shared library with a broken linker
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
#ld: tmpdir/symbol3w.o tmpdir/symbol3.a
|
||||
#warning: .*: warning: badsym warning$
|
||||
#readelf: -s
|
||||
#notarget: "sparc64-*-solaris2*" "sparcv9-*-solaris2*"
|
||||
#xfail: arc-*-* d30v-*-* dlx-*-* fr30-*-* frv-*-elf i860-*-* i960-*-*
|
||||
#xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* or32-*-* pj*-*-*
|
||||
# if not using elf32.em, you don't get fancy section handling
|
||||
#notarget: hppa64*-hpux*
|
||||
#xfail: arc-*-* d30v-*-* dlx-*-* i960-*-* or32-*-* pj*-*-*
|
||||
# generic linker targets don't support .gnu.warning sections.
|
||||
|
||||
# Check that warnings are generated for the symbols in .gnu.warning
|
||||
# construct and that the symbol still appears as expected.
|
||||
|
|
Loading…
Reference in a new issue