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:
parent
a130722b03
commit
639e9644ec
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue