Don't run dw2-decodedline.S on ia64.

2011-10-07  H.J. Lu  <hongjiu.lu@intel.com>

	* binutils-all/objdump.exp: Don't run dw2-decodedline.S on ia64.
This commit is contained in:
H.J. Lu 2011-10-07 20:13:54 +00:00
parent a130722b03
commit 639e9644ec
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-10-07 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/objdump.exp: Don't run dw2-decodedline.S on ia64.
2011-10-04 Carlos O'Donell <carlos@codesourcery.com>
* binutils-all/dw2-decodedline.S: New file.

View file

@ -204,7 +204,7 @@ if { ![is_elf_format] } then {
# Test objdump -WL on a file that contains line information for multiple files and search directories.
if { ![is_elf_format] } then {
if { ![is_elf_format] || [istarget "ia64*-*-*"]} then {
unsupported "objump decode line"
} else {
if { ![binutils_assemble $srcdir/$subdir/dw2-decodedline.S tmpdir/dw2-decodedline.o] } then {