diff options
author | Nick Clifton <nickc@redhat.com> | 2011-04-13 13:20:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-04-13 13:20:24 +0000 |
commit | 7d063384af231365d6f623f89f09f1af909478f8 (patch) | |
tree | 9fdeedb4f261902f0bb371645f36351fd34d3608 /opcodes/ChangeLog | |
parent | db17156eaa6dbb38436c6a01712688e35389e773 (diff) | |
download | gdb-7d063384af231365d6f623f89f09f1af909478f8.zip gdb-7d063384af231365d6f623f89f09f1af909478f8.tar.gz gdb-7d063384af231365d6f623f89f09f1af909478f8.tar.bz2 |
* v850-dis.c (disassemble): Always print a closing square brace if
an opening square brace was printed.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 37151f9..ad85706 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2011-04-13 Nick Clifton <nickc@redhat.com> + + * v850-dis.c (disassemble): Always print a closing square brace if + an opening square brace was printed. + 2011-04-12 Nick Clifton <nickc@redhat.com> PR binutils/12534 |