diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-22 20:50:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-22 20:50:46 +0000 |
commit | fea6fcb9c70f2ac485d0dfcdc013bac58a41c7bd (patch) | |
tree | 63cf206b3ce96c9d5d37d9bb1a991a7b408c108d /include | |
parent | 7ae26f2731023f088ea805a39e47d1680055f88e (diff) | |
download | gdb-fea6fcb9c70f2ac485d0dfcdc013bac58a41c7bd.zip gdb-fea6fcb9c70f2ac485d0dfcdc013bac58a41c7bd.tar.gz gdb-fea6fcb9c70f2ac485d0dfcdc013bac58a41c7bd.tar.bz2 |
Fix typo.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h index 770d3bd..c3efe57 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -41,7 +41,7 @@ START_RELOC_NUMBERS (elf_mips_reloc_type) RELOC_NUMBER (R_MIPS_GOT16, 9) RELOC_NUMBER (R_MIPS_PC16, 10) RELOC_NUMBER (R_MIPS_CALL16, 11) - RELOC_NUMBER (R_MIPS_GPREL32 12) + RELOC_NUMBER (R_MIPS_GPREL32, 12) /* The remaining relocs are defined on Irix, although they are not in the MIPS ELF ABI. */ RELOC_NUMBER (R_MIPS_UNUSED1, 13) |