Browse Subversion Repository
Diff of /trunk/bfd/elf32-mips.c
Parent Directory
| Revision Log
| Patch
| 1005 |
if (relocatable) |
if (relocatable) |
| 1006 |
{ |
{ |
| 1007 |
/* Make up a value. */ |
/* Make up a value. */ |
| 1008 |
*pgp = symbol->section->output_section->vma + 0x4000; |
*pgp = symbol->section->output_section->vma /*+ 0x4000*/; |
| 1009 |
_bfd_set_gp_value (output_bfd, *pgp); |
_bfd_set_gp_value (output_bfd, *pgp); |
| 1010 |
} |
} |
| 1011 |
else if (!mips_elf_assign_gp (output_bfd, pgp)) |
else if (!mips_elf_assign_gp (output_bfd, pgp)) |
|
|
Legend:
| Removed from v.20 |
|
| changed lines |
| |
Added in v.21 |
|
|
|