This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
case SPEAR32_OPERAND_SIMM8: fixP->fx_pcrel = 0;
if (fixP->fx_cgen.opinfo != 0) type = fixP->fx_cgen.opinfo;
if (fixP->fx_cgen.opinfo != 0)
{
type = fixP->fx_cgen.opinfo;
if (S_GET_SEGMENT (fixp->fx_addsy)->flags & SEC_CODE)
type += 1;
}Cheers Nick
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |