diff options
author | Kuan-Lin Chen <kuanlinchentw@gmail.com> | 2017-09-11 13:46:27 +0800 |
---|---|---|
committer | Kuan-Lin Chen <kuanlinchentw@gmail.com> | 2017-09-11 13:46:27 +0800 |
commit | 4ec521f238627f7682306d699c8826390a2cc9e7 (patch) | |
tree | 588cf236fbd0cc862c7d91e856bec4e19c136c8e /opcodes/ChangeLog | |
parent | 555cb1688148f41582b1e7e9af57e2fc3fbf21bf (diff) | |
download | gdb-4ec521f238627f7682306d699c8826390a2cc9e7.zip gdb-4ec521f238627f7682306d699c8826390a2cc9e7.tar.gz gdb-4ec521f238627f7682306d699c8826390a2cc9e7.tar.bz2 |
nds32: Rename __BIT() to N32_BIT().
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index fb1fc36..4974791 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2017-09-09 Kamil Rytarowski <n54@gmx.com> + + * nds32-asm.c: Rename __BIT() to N32_BIT(). + * nds32-asm.h: Likewise. + * nds32-dis.c: Likewise. + 2017-09-09 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (last_active_prefix): Removed. |