diff options
author | Alan Modra <amodra@gmail.com> | 2015-08-17 11:51:44 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-08-17 12:07:12 +0930 |
commit | 919b75f7e28942fe320dc533759f88131f160bf3 (patch) | |
tree | 4ebcf1b62752af990aae03c497539c41a8a73a5e /opcodes/ChangeLog | |
parent | 26a4b92c9131ab952f3db9bcafa82fb2360d19b6 (diff) | |
download | gdb-919b75f7e28942fe320dc533759f88131f160bf3.zip gdb-919b75f7e28942fe320dc533759f88131f160bf3.tar.gz gdb-919b75f7e28942fe320dc533759f88131f160bf3.tar.bz2 |
Trailing space in opcodes/ generated files
HJ recently removed trailing space in binutils files, but unfortunately
they return when regenerating files in opcodes. This fixes the regen
process.
* cgen.sh: Trim trailing space from cgen output.
* ia64-gen.c (print_dependency_table): Don't generate trailing space.
(print_dis_table): Likewise.
* opc2c.c (dump_lines): Likewise.
(orig_filename): Warning fix.
* ia64-asmtab.c: Regenerate.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 25892ea..3661432 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +2015-08-17 Alan Modra <amodra@gmail.com> + + * cgen.sh: Trim trailing space from cgen output. + * ia64-gen.c (print_dependency_table): Don't generate trailing space. + (print_dis_table): Likewise. + * opc2c.c (dump_lines): Likewise. + (orig_filename): Warning fix. + * ia64-asmtab.c: Regenerate. + 2015-08-13 Andre Vieira <andre.simoesdiasvieira@arm.com> * arm-dis.c (print_insn_arm): Disassembling for all targets V6 |