forked from Imagelibrary/binutils-gdb
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user