mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-02 02:45:37 +08:00
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.
This commit is contained in:
@ -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>
|
2016-02-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
|
||||||
|
|
||||||
* output-file.c (output_file_create): Make file name argument const.
|
* output-file.c (output_file_create): Make file name argument const.
|
||||||
|
@ -214,8 +214,11 @@ if { [is_elf_format] } then {
|
|||||||
|
|
||||||
run_dump_test "syms"
|
run_dump_test "syms"
|
||||||
|
|
||||||
run_dump_test "common1"
|
# hpux has a non-standard common directive.
|
||||||
run_dump_test "common2"
|
if { ![istarget "*-*-hpux*"] } then {
|
||||||
|
run_dump_test "common1"
|
||||||
|
run_dump_test "common2"
|
||||||
|
}
|
||||||
|
|
||||||
run_dump_test "strtab"
|
run_dump_test "strtab"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user