diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-10-04 17:48:54 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-04 17:48:54 -0700 |
commit | 55e9caa1c6d9198764842cc5098af508bf584d63 (patch) | |
tree | 9991fd66d91e46604cfd80bfce69969fb3d9d6db | |
parent | b364abfd3f728894120996d5da2565614132708f (diff) |
mips: fix typo in elfinterp.c
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r-- | ldso/ldso/mips/elfinterp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/mips/elfinterp.c b/ldso/ldso/mips/elfinterp.c index 97a86a137..78cc4c15a 100644 --- a/ldso/ldso/mips/elfinterp.c +++ b/ldso/ldso/mips/elfinterp.c @@ -247,7 +247,7 @@ _dl_dprintf(2, "TLS_TPREL : %s, %x, %x\n", (strtab + symtab[symtab_index].st_na break; } #endif /* USE_TLS */ -#if _MIPS_SIM == _MIS_SIM_ABI64 +#if _MIPS_SIM == _MIPS_SIM_ABI64 case (R_MIPS_64 << 8) | R_MIPS_REL32: #else /* O32 || N32 */ case R_MIPS_REL32: |