diff options
author | Alan Modra <amodra@gmail.com> | 2017-07-03 21:55:21 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-07-03 21:55:41 +0930 |
commit | 8d219acda1f7bc5f7adcecf479c9017196cf2c70 (patch) | |
tree | 308ec2c180f9cae82c380eb8ab9ff9c2430cc5ef | |
parent | c8cf1feee1bcb793d919b14853355a7ba09ab836 (diff) | |
download | gdb-8d219acda1f7bc5f7adcecf479c9017196cf2c70.zip gdb-8d219acda1f7bc5f7adcecf479c9017196cf2c70.tar.gz gdb-8d219acda1f7bc5f7adcecf479c9017196cf2c70.tar.bz2 |
Disable symver test on hppa64-hpux
The syntax for common symbols is different on that target.
* testsuite/gas/elf/symver.d: Don't run on hppa64-hpux.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/symver.d | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 31de3e9..4d8abfd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2017-07-03 Alan Modra <amodra@gmail.com> + + * testsuite/gas/elf/symver.d: Don't run on hppa64-hpux. + 2017-06-30 Maciej W. Rozycki <macro@imgtec.com> * config/tc-mips.c (md_convert_frag): Use a switch on the diff --git a/gas/testsuite/gas/elf/symver.d b/gas/testsuite/gas/elf/symver.d index 78bb618..971eea9 100644 --- a/gas/testsuite/gas/elf/symver.d +++ b/gas/testsuite/gas/elf/symver.d @@ -1,5 +1,6 @@ #objdump: --syms #name: ELF symbol versioning +#not-target: hppa64*-*-hpux* # # The #... and #pass are there to match extra symbols inserted by # some toolchains, eg the mips-elf port will add .reginfo and .ptrd |