diff options
| author | Nick Clifton <nickc@redhat.com> | 2000-12-12 19:25:07 +0000 |
|---|---|---|
| committer | Nick Clifton <nickc@redhat.com> | 2000-12-12 19:25:07 +0000 |
| commit | bf40d919f90695684f5364a10116a70a7ecc256f (patch) | |
| tree | 45b075e26b33b1474d93e8d19e55a8b5f6bfa36b /include/elf/mips.h | |
| parent | 38b1a46ca2ef8fad2aa156e7a853f206173d31d2 (diff) | |
| download | ppe42-binutils-bf40d919f90695684f5364a10116a70a7ecc256f.tar.gz ppe42-binutils-bf40d919f90695684f5364a10116a70a7ecc256f.zip | |
Fix Formatting.
Diffstat (limited to 'include/elf/mips.h')
| -rw-r--r-- | include/elf/mips.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h index bfa03f12d8..44465128b7 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -122,13 +122,13 @@ END_RELOC_NUMBERS (R_MIPS_maxext) #define E_MIPS_ARCH_4 0x30000000 /* -mips5 code. */ -#define E_MIPS_ARCH_5 0x40000000 +#define E_MIPS_ARCH_5 0x40000000 /* -mips32 code. */ -#define E_MIPS_ARCH_32 0x50000000 +#define E_MIPS_ARCH_32 0x50000000 /* -mips64 code. */ -#define E_MIPS_ARCH_64 0x60000000 +#define E_MIPS_ARCH_64 0x60000000 /* The ABI of the file. Also see EF_MIPS_ABI2 above. */ #define EF_MIPS_ABI 0x0000F000 |

