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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 147 Rev 163
Line 3089... Line 3089...
#endif
#endif
    }
    }
 
 
  if (S_IS_DEFINED (symbolP) || symbol_equated_p (symbolP))
  if (S_IS_DEFINED (symbolP) || symbol_equated_p (symbolP))
    {
    {
      /* Permit register names to be redefined.  */
 
      if ((mode != 0 || !S_IS_VOLATILE (symbolP))
      if ((mode != 0 || !S_IS_VOLATILE (symbolP))
          && S_GET_SEGMENT (symbolP) != reg_section)
          && !S_CAN_BE_REDEFINED (symbolP))
        {
        {
          as_bad (_("symbol `%s' is already defined"), name);
          as_bad (_("symbol `%s' is already defined"), name);
          symbolP = symbol_clone (symbolP, 0);
          symbolP = symbol_clone (symbolP, 0);
        }
        }
      /* If the symbol is volatile, copy the symbol and replace the
      /* If the symbol is volatile, copy the symbol and replace the

powered by: WebSVN 2.1.0

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