URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 163 |
Rev 166 |
Line 2859... |
Line 2859... |
contents + rel->r_offset);
|
contents + rel->r_offset);
|
}
|
}
|
continue;
|
continue;
|
|
|
case R_390_TLS_LDO64:
|
case R_390_TLS_LDO64:
|
if (info->shared)
|
if (info->shared || (input_section->flags & SEC_DEBUGGING))
|
relocation -= dtpoff_base (info);
|
relocation -= dtpoff_base (info);
|
else
|
else
|
/* When converting LDO to LE, we must negate. */
|
/* When converting LDO to LE, we must negate. */
|
relocation = -tpoff (info, relocation);
|
relocation = -tpoff (info, relocation);
|
break;
|
break;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.