From 9fa283782e3deddc1801ce554562318953279f0c Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 22 Aug 1991 01:42:18 +0000 Subject: HP 300 BSD port for machines at FSF. Also minor mips change. --- gdb/i960-tdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/i960-tdep.c') diff --git a/gdb/i960-tdep.c b/gdb/i960-tdep.c index d72bd75..27fde37 100644 --- a/gdb/i960-tdep.c +++ b/gdb/i960-tdep.c @@ -34,9 +34,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Structure of i960 extended floating point format. */ -const struct ext_format ext_format_i960 [] = { +const struct ext_format ext_format_i960 = { /* tot sbyte smask expbyte manbyte */ - { 12, 9, 0x80, 9,8, 4,0 }, /* i960 */ + 12, 9, 0x80, 9,8, 4,0, /* i960 */ }; /* gdb960 is always running on a non-960 host. Check its characteristics. -- cgit v1.1