diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-15 04:34:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-15 04:34:18 +0000 |
commit | 99b3f8ab189f6092cce1ab74495cabbd36663f40 (patch) | |
tree | fa99571edd6a5f84fca3c95d157a158ef4bbce20 /usr.bin | |
parent | b8e16c076f4f670708589687e41aefefcd960094 (diff) |
R3000, not RS3000
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/file/magdir/elf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/file/magdir/elf b/usr.bin/file/magdir/elf index f99712feba6..57f0767cd3c 100644 --- a/usr.bin/file/magdir/elf +++ b/usr.bin/file/magdir/elf @@ -5,8 +5,8 @@ # We have to check the byte order flag to see what byte order all the # other stuff in the header is in. # -# Byte order is probably big-endian for MIPS RS3000 and Amdahl. -# MIPS RS3000 may also be for MIPS RS2000. +# Byte order is probably big-endian for MIPS R3000 and Amdahl. +# MIPS R3000 may also be for MIPS R2000. # # updated by Daniel Quinlan (quinlan@yggdrasil.com) 0 string \177ELF ELF @@ -29,7 +29,7 @@ >>18 leshort 5 Motorola 88000 - invalid byte order, >>18 leshort 6 Intel 80486, >>18 leshort 7 Intel 80860, ->>18 leshort 8 MIPS RS3000, +>>18 leshort 8 MIPS R3000, >>18 leshort 9 Amdahl, >>20 lelong 0 invalid version >>20 lelong 1 version 1 @@ -49,7 +49,7 @@ >>18 beshort 5 Motorola 88000, >>18 beshort 6 Intel 80486 - invalid byte order, >>18 beshort 7 Intel 80860, ->>18 beshort 8 MIPS RS3000, +>>18 beshort 8 MIPS R3000, >>18 leshort 9 Amdahl, >>20 belong 0 invalid version >>20 belong 1 version 1 |