URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 148 |
Rev 166 |
Line 617... |
Line 617... |
|
|
if (rel->r_type == R_AMD64_SECREL)
|
if (rel->r_type == R_AMD64_SECREL)
|
{
|
{
|
bfd_vma osect_vma;
|
bfd_vma osect_vma;
|
|
|
if (h && (h->type == bfd_link_hash_defined || h->type == bfd_link_hash_defweak))
|
if (h && (h->root.type == bfd_link_hash_defined
|
|
|| h->root.type == bfd_link_hash_defweak))
|
osect_vma = h->root.u.def.section->output_section->vma;
|
osect_vma = h->root.u.def.section->output_section->vma;
|
else
|
else
|
{
|
{
|
asection *s;
|
asection *s;
|
int i;
|
int i;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.