forked from Imagelibrary/binutils-gdb
Fix IA-64 opc-d.x gas testsuite failure.
binutils/ChangeLog * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64. * configure: Regenerate. gas/testsuite/ChangeLog * gas/ia64/opc-x.d: Regenerate.
This commit is contained in:
@@ -287,6 +287,9 @@ changequote([,])dnl
|
||||
c4x-*-* | tic4x-*-*)
|
||||
OBJDUMP_DEFS="$OBJDUMP_DEFS -DSKIP_ZEROES=32"
|
||||
;;
|
||||
ia64-*-*)
|
||||
OBJDUMP_DEFS="$OBJDUMP_DEFS -DSKIP_ZEROES=16"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user