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 | 5092a8140bae33b9b35627677e089964cbccf705 (patch) | |
tree | b6b4b7be07eaff03cfb510e486e0ae341444b180 /include/elf/mips.h | |
parent | 740dea68d0c3484292f7d6452090f3054e3f1b47 (diff) | |
download | cygnal-5092a8140bae33b9b35627677e089964cbccf705.tar.gz cygnal-5092a8140bae33b9b35627677e089964cbccf705.tar.bz2 cygnal-5092a8140bae33b9b35627677e089964cbccf705.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 bfa03f12d..44465128b 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 |