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 3191... |
Line 3191... |
}
|
}
|
#endif
|
#endif
|
|
|
/* If this is a data relocation, just output VAL. */
|
/* If this is a data relocation, just output VAL. */
|
|
|
if (fixP->fx_r_type == BFD_RELOC_16
|
if (fixP->fx_r_type == BFD_RELOC_8)
|
|
{
|
|
md_number_to_chars (buf, val, 1);
|
|
}
|
|
else if (fixP->fx_r_type == BFD_RELOC_16
|
|| fixP->fx_r_type == BFD_RELOC_SPARC_UA16)
|
|| fixP->fx_r_type == BFD_RELOC_SPARC_UA16)
|
{
|
{
|
md_number_to_chars (buf, val, 2);
|
md_number_to_chars (buf, val, 2);
|
}
|
}
|
else if (fixP->fx_r_type == BFD_RELOC_32
|
else if (fixP->fx_r_type == BFD_RELOC_32
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.