From f0cba0dcb5aaace7b5046e46cb8a1d0c44903b88 Mon Sep 17 00:00:00 2001 From: jtk Date: Sat, 17 May 1997 12:36:22 +0000 Subject: [PATCH] MIPS RS3000 should be R3000 --- usr.bin/file/magdir/elf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr.bin/file/magdir/elf b/usr.bin/file/magdir/elf index 3da99d08e2b0..6cac6614460f 100644 --- a/usr.bin/file/magdir/elf +++ b/usr.bin/file/magdir/elf @@ -5,7 +5,7 @@ # We have to check the byte order flag to see what byte order all the # other stuff in the header is in. # -# MIPS RS3000 may also be for MIPS RS2000. +# MIPS R3000 may also be for MIPS R2000. # What're the correct byte orders for the nCUBE and the Fujitsu VPP500? # # updated by Daniel Quinlan (quinlan@yggdrasil.com) @@ -31,9 +31,9 @@ >>18 leshort 5 Motorola 88000 - invalid byte order, >>18 leshort 6 Intel 80486, >>18 leshort 7 Intel 80860, ->>18 leshort 8 MIPS RS3000_BE - invalid byte order, +>>18 leshort 8 MIPS R3000_BE - invalid byte order, >>18 leshort 9 Amdahl - invalid byte order, ->>18 leshort 10 MIPS RS3000_LE, +>>18 leshort 10 MIPS R3000_LE, >>18 leshort 11 RS6000 - invalid byte order, >>18 leshort 15 PA-RISC - invalid byte order, >>18 leshort 16 nCUBE, @@ -60,9 +60,9 @@ >>18 beshort 5 Motorola 88000, >>18 beshort 6 Intel 80486 - invalid byte order, >>18 beshort 7 Intel 80860, ->>18 beshort 8 MIPS RS3000_BE, +>>18 beshort 8 MIPS R3000_BE, >>18 beshort 9 Amdahl, ->>18 beshort 10 MIPS RS3000_LE - invalid byte order, +>>18 beshort 10 MIPS R3000_LE - invalid byte order, >>18 beshort 11 RS6000, >>18 beshort 15 PA-RISC, >>18 beshort 16 nCUBE,