]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[AArch64][SVE 02/32] Avoid hard-coded limit in indented_print
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 14 Jun 2016 16:50:12 +0000 (17:50 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Tue, 23 Aug 2016 08:41:01 +0000 (09:41 +0100)
commit5bf9a9a7dd9be88fe556796474689296ffc3d324
treede8bfe1f922be7f6b5733f546390924ee62d8333
parent2d0a5f0d0a2d51d31fb4394d0732ec623c069958
[AArch64][SVE 02/32] Avoid hard-coded limit in indented_print

The maximum indentation needed by aarch64-gen.c grows as more
instructions are added to aarch64-tbl.h.  Rather than having to
increase the indentation limit to a higher value, it seemed better
to replace it with "%*s".

opcodes/
* aarch64-gen.c (indented_print): Avoid hard-coded indentation limit.

Change-Id: Id740909ecb53ee2d6ff4e08e525bcb5d96e9af99
opcodes/aarch64-gen.c