OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /open8_urisc/trunk/gnu/binutils/gas
    from Rev 163 to Rev 165
    Reverse comparison

Rev 163 → Rev 165

/config/tc-open8.c
750,7 → 750,9
md_apply_fix (fixS *fixP, valueT * valP, segT seg)
{
unsigned char *where;
#if 0
unsigned long insn;
#endif
long value = *valP;
 
if (fixP->fx_addsy == (symbolS *) NULL)
787,8 → 789,9
/* Fetch the instruction, insert the fully resolved operand
value, and stuff the instruction back again. */
where = (unsigned char *) fixP->fx_frag->fr_literal + fixP->fx_where;
#if 0
insn = bfd_getl16 (where);
 
#endif
switch (fixP->fx_r_type)
{
case BFD_RELOC_32:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.