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 | |
parent | 38b1a46ca2ef8fad2aa156e7a853f206173d31d2 (diff) | |
download | gdb-bf40d919f90695684f5364a10116a70a7ecc256f.zip gdb-bf40d919f90695684f5364a10116a70a7ecc256f.tar.gz gdb-bf40d919f90695684f5364a10116a70a7ecc256f.tar.bz2 |
Fix Formatting.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/mips.h | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index a435667..31ffd7c 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2000-12-12 Nick Clifton <nickc@redhat.com> + + * mips.h: Fix formatting. + Mon Dec 11 10:56:58 2000 Jeffrey A Law (law@cygnus.com) * hppa.h (DT_HP_*): Define relative to OLD_DT_LOOS for hpux diff --git a/include/elf/mips.h b/include/elf/mips.h index bfa03f1..4446512 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 |