diff options
author | Jason Molenda <crash@cygnus> | 1995-04-24 21:21:58 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1995-04-24 21:21:58 +0000 |
commit | 8f96fa0e7daa97fce2480ef3052c437b4e0a87b3 (patch) | |
tree | 093477c5b4e199afe147338ae00339f0b8e17044 /opcodes | |
parent | 423b654e17a482a39ba02986e63251e408809953 (diff) | |
download | gdb-8f96fa0e7daa97fce2480ef3052c437b4e0a87b3.zip gdb-8f96fa0e7daa97fce2480ef3052c437b4e0a87b3.tar.gz gdb-8f96fa0e7daa97fce2480ef3052c437b4e0a87b3.tar.bz2 |
* sh-opc.c (sh_nibble_type, sh_arg_type): remove trailing , from
enum list.
some native cc's barf on this (and K&R says it's naughty)
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a8c9bbd..f88c8fc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 24 14:18:05 1995 Jason Molenda (crash@phydeaux.cygnus.com> + + * sh-opc.c (sh_nibble_type, sh_arg_type): remove trailing , from + enum list. + Wed Apr 19 14:07:03 1995 Michael Meissner <meissner@tiktok.cygnus.com> * m68k-dis.c (opcode): Finish change made by Kung Hsu on April |