diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-04-27 15:51:29 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-04-27 15:51:29 -0700 |
commit | 83a471c3a112bfce3b13085e51209c826be8257d (patch) | |
tree | e475002c75523d2bf923a9eb24712da653c97c27 /ld/testsuite | |
parent | d9019901f830e58b0b16793ffe6e70b9afd26ea6 (diff) | |
download | gdb-83a471c3a112bfce3b13085e51209c826be8257d.zip gdb-83a471c3a112bfce3b13085e51209c826be8257d.tar.gz gdb-83a471c3a112bfce3b13085e51209c826be8257d.tar.bz2 |
Limit ld-elf/compressed1b.d to Linux/GNU targets
Since not all ELF targets use the elf.em emulation to support ld option:
--compress-debug-sections=zlib-gnu, limit compressed1b.d to Linux/GNU
targets.
* testsuite/ld-elf/compressed1b.d: Only run for Linux/GNU targets.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-elf/compressed1b.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/compressed1b.d b/ld/testsuite/ld-elf/compressed1b.d index 04973a4..34dfe8e 100644 --- a/ld/testsuite/ld-elf/compressed1b.d +++ b/ld/testsuite/ld-elf/compressed1b.d @@ -2,6 +2,7 @@ #as: --compress-debug-sections=zlib-gabi #ld: -r --compress-debug-sections=none #readelf: -t +#target: *-*-linux* *-*-gnu* #failif #... |