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:
Jim Wilson
2002-12-05 18:33:27 +00:00
parent 1e9f55d0d3
commit d070dab9db
5 changed files with 44 additions and 29 deletions

View File

@@ -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