HP 300 BSD port for machines at FSF. Also minor mips change.

This commit is contained in:
John Gilmore 1991-08-22 01:42:18 +00:00
parent a7f538ebd1
commit 9fa283782e
8 changed files with 43 additions and 25 deletions

View 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.