HP 300 BSD port for machines at FSF. Also minor mips change.
[deliverable/binutils-gdb.git] / gdb / i960-tdep.c
index d72bd75a0731de04aa22da6b4551ff86ea6828bf..27fde37634bcfb61730ec058a006d02f5915eff2 100644 (file)
@@ -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.
This page took 0.022835 seconds and 4 git commands to generate.