aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-02-23 10:40:03 -0800
committerH.J. Lu <hjl.tools@gmail.com>2016-02-23 10:40:43 -0800
commit742e5034ef645112e4ef204e84e28cf312c1b1c5 (patch)
treee9a51e8da51bebc25e524d3b3638032c634c66b0 /gas
parent1254566561957d2202d61e12881b0eb40d33a64c (diff)
downloadgdb-742e5034ef645112e4ef204e84e28cf312c1b1c5.zip
gdb-742e5034ef645112e4ef204e84e28cf312c1b1c5.tar.gz
gdb-742e5034ef645112e4ef204e84e28cf312c1b1c5.tar.bz2
Skip tests for common directive on hpux
hpux has a non-standard common directive. * testsuite/gas/elf/elf.exp: Skip tests for common directive on hpux.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/testsuite/gas/elf/elf.exp7
2 files changed, 10 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2059a65..daaa081 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
+
+ * testsuite/gas/elf/elf.exp: Skip tests for common directive on
+ hpux.
+
2016-02-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* output-file.c (output_file_create): Make file name argument const.
diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp
index 40dfd12..2ed764d 100644
--- a/gas/testsuite/gas/elf/elf.exp
+++ b/gas/testsuite/gas/elf/elf.exp
@@ -214,8 +214,11 @@ if { [is_elf_format] } then {
run_dump_test "syms"
- run_dump_test "common1"
- run_dump_test "common2"
+ # hpux has a non-standard common directive.
+ if { ![istarget "*-*-hpux*"] } then {
+ run_dump_test "common1"
+ run_dump_test "common2"
+ }
run_dump_test "strtab"