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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gas/] [config/] [tc-sparc.c] - Diff between revs 163 and 166

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

powered by: WebSVN 2.1.0

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