diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-05-18 15:21:59 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-05-18 15:21:59 +0000 |
commit | 22f3fc432356bdf3a90dfc98c5dc0047b723008f (patch) | |
tree | 0f4744c8bb1a983d94100be9ab100902a3ce8424 | |
parent | e0522e891a5523de943b6cb060ee5e3901181932 (diff) | |
download | gdb-22f3fc432356bdf3a90dfc98c5dc0047b723008f.zip gdb-22f3fc432356bdf3a90dfc98c5dc0047b723008f.tar.gz gdb-22f3fc432356bdf3a90dfc98c5dc0047b723008f.tar.bz2 |
* cris-opc.c (cris_spec_regs): Add missing initializer field for
last element.
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/cris-opc.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b7735b9..0bd9ca4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2001-05-18 Hans-Peter Nilsson <hp@axis.com> + + * cris-opc.c (cris_spec_regs): Add missing initializer field for + last element. + 2001-05-15 Frank Ch. Eigler <fche@redhat.com> * cgen-dis.in (extract_normal): Complete support for min<base case. diff --git a/opcodes/cris-opc.c b/opcodes/cris-opc.c index a1ed19c..4477193 100644 --- a/opcodes/cris-opc.c +++ b/opcodes/cris-opc.c @@ -70,7 +70,7 @@ cris_spec_regs[] = {"p14", 14, 4, cris_ver_v3p, NULL}, {"usp", 15, 4, cris_ver_v10p, NULL}, {"p15", 15, 4, cris_ver_v10p, NULL}, - {NULL, 0, 0, NULL} + {NULL, 0, 0, cris_ver_version_all, NULL} }; /* All CRIS opcodes are 16 bits. |