]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* ld-elf/comm-data.exp: Add XFAIL for arm*-*-* targets, referring
authorRoland McGrath <roland@gnu.org>
Wed, 21 Nov 2012 19:32:32 +0000 (19:32 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 21 Nov 2012 19:32:32 +0000 (19:32 +0000)
to PR ld/13802.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/comm-data.exp

index e02432f269dd921605b1ae7f195c62e92cd5056e..aada077611b9d63c1da4436d9c1bd1821b90cc81 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-21  Roland McGrath  <mcgrathr@google.com>
+
+       * ld-elf/comm-data.exp: Add XFAIL for arm*-*-* targets, referring
+       to PR ld/13802.
+
 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
 
        * ld-elf/shared.exp (build_cxx_tests): Move out the commented out
index 1c75f552160b0e8253f2a78ddd8d82aebab3fd93..71b856d9acf739347d961221959f973e5b74c786 100644 (file)
@@ -59,6 +59,8 @@ if [is_elf64 "tmpdir/libcomm-data.so"] {
     append AFLAGS " --defsym ELF64=1"
 }
 
+setup_xfail "arm*-*-*" "ld/13802"
+
 # Verify that a common symbol has been converted to an undefined
 # reference to the global symbol of the same name defined above
 # and that the debug reference has been dropped.