summaryrefslogtreecommitdiffstats
path: root/gdb/i960-tdep.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-08-22 01:42:18 +0000
committerJohn Gilmore <gnu@cygnus>1991-08-22 01:42:18 +0000
commit9fa283782e3deddc1801ce554562318953279f0c (patch)
tree2c5a7f93af21fdc11bb4a0fd30c07af44ec8040e /gdb/i960-tdep.c
parenta7f538ebd1c93a63a466170d6cccf8fdc48b50d1 (diff)
downloadppe42-binutils-9fa283782e3deddc1801ce554562318953279f0c.tar.gz
ppe42-binutils-9fa283782e3deddc1801ce554562318953279f0c.zip
HP 300 BSD port for machines at FSF. Also minor mips change.
Diffstat (limited to 'gdb/i960-tdep.c')
-rw-r--r--gdb/i960-tdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/i960-tdep.c b/gdb/i960-tdep.c
index d72bd75a07..27fde37634 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.
OpenPOWER on IntegriCloud