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

Subversion Repositories open8_urisc

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

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 163 Rev 166
Line 481... Line 481...
             is an immediate. it's not terribly likely that any other
             is an immediate. it's not terribly likely that any other
             values will be signed relocs, but it's possible. */
             values will be signed relocs, but it's possible. */
          if (operand && (operand->hw_type == HW_H_SINT))
          if (operand && (operand->hw_type == HW_H_SINT))
            signed_p = 1;
            signed_p = 1;
 
 
          if (stmp->bsym && (stmp->bsym->section == expr_section))
          if (stmp->bsym && (stmp->bsym->section == expr_section)
 
              && ! S_IS_LOCAL (stmp))
            {
            {
              if (signed_p)
              if (signed_p)
                stmp->bsym->flags |= BSF_SRELC;
                stmp->bsym->flags |= BSF_SRELC;
              else
              else
                stmp->bsym->flags |= BSF_RELC;
                stmp->bsym->flags |= BSF_RELC;

powered by: WebSVN 2.1.0

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