* elf32-mips.c (mips_elf_calculate_relocation): Get the GP value
when looking at a R_MIPS_GOT16 relocation.
This commit is contained in:
parent
7c83b342ee
commit
2841ecd078
@ -1,3 +1,8 @@
|
||||
1999-07-21 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* elf32-mips.c (mips_elf_calculate_relocation): Get the GP value
|
||||
when looking at a R_MIPS_GOT16 relocation.
|
||||
|
||||
1999-07-20 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* coff-m88k.c: Use CREATE_BIG_COFF_TARGET_VEC.
|
||||
|
@ -5938,6 +5938,7 @@ mips_elf_calculate_relocation (abfd,
|
||||
switch (r_type)
|
||||
{
|
||||
case R_MIPS_CALL16:
|
||||
case R_MIPS_GOT16:
|
||||
case R_MIPS_GOT_DISP:
|
||||
case R_MIPS_GOT_HI16:
|
||||
case R_MIPS_CALL_HI16:
|
||||
|
Loading…
Reference in New Issue
Block a user