diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2016-09-21 16:48:06 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2016-09-21 16:48:06 +0100 |
commit | bd11d5d83775e6d05c8e49f2233fb1cf883ff5b4 (patch) | |
tree | c49ef60218fbd862dbe8d9dcd8ad6e2fe317423d /opcodes/ChangeLog | |
parent | a235d3aece0b1eeba3789f7e15d64e2e03224a4e (diff) | |
download | gdb-bd11d5d83775e6d05c8e49f2233fb1cf883ff5b4.zip gdb-bd11d5d83775e6d05c8e49f2233fb1cf883ff5b4.tar.gz gdb-bd11d5d83775e6d05c8e49f2233fb1cf883ff5b4.tar.bz2 |
[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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4208ba1..b47f034 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2016-09-21 Richard Sandiford <richard.sandiford@arm.com> + + * aarch64-gen.c (indented_print): Avoid hard-coded indentation limit. + 2016-09-15 Claudiu Zissulescu <claziss@synopsys.com> * arc-dis.c (find_format): Walk the linked list pointed by einsn. |