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>
# 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.
#
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
#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.