diff options
author | Roland McGrath <roland@gnu.org> | 2013-10-10 17:19:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2013-10-10 17:19:49 +0000 |
commit | 7903e5309890633911c91539e23a407e1f74b959 (patch) | |
tree | 353a5b3aa13b4e844e0a2611a15e39561ddfedc3 /opcodes/ChangeLog | |
parent | 47cd3fa7ee3ebcee7d27a1b25738cc92c3d8d31c (diff) | |
download | gdb-7903e5309890633911c91539e23a407e1f74b959.zip gdb-7903e5309890633911c91539e23a407e1f74b959.tar.gz gdb-7903e5309890633911c91539e23a407e1f74b959.tar.bz2 |
opcodes/
* v850-dis.c (v850_cacheop_codes, v850_prefop_codes):
Remove duplicate const qualifier.
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 6c407a7..490615f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2013-10-10 Roland McGrath <mcgrathr@google.com> + + * v850-dis.c (v850_cacheop_codes, v850_prefop_codes): + Remove duplicate const qualifier. + 2013-10-08 Jan Beulich <jbeulich@suse.com> * i386-opc.tbl (invlpg): Use Anysize instead of Unspecified. |