OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [config/] [tc-or32.c] - Diff between revs 205 and 206

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

Rev 205 Rev 206
Line 289... Line 289...
 
 
  if ((*s == 'r') && ISDIGIT (*(s + 1)))
  if ((*s == 'r') && ISDIGIT (*(s + 1)))
    {
    {
      operandp->X_add_number = strtol (s + 1, NULL, 10);
      operandp->X_add_number = strtol (s + 1, NULL, 10);
      operandp->X_op = O_register;
      operandp->X_op = O_register;
 
      operandp->X_add_symbol = NULL;// Added to stop a know() in machine_ip()
      operandp->X_op_symbol = NULL; // Added to stop a know() in machine_ip()
      operandp->X_op_symbol = NULL; // Added to stop a know() in machine_ip()
                                    // erroring out - it appears this wasn't 
                                    // erroring out - it appears this wasn't 
                                    // getting cleared sometimes. - JB 100718
                                    // getting cleared sometimes. - JB 100718
      for (; (*s != ',') && (*s != '\0');)
      for (; (*s != ',') && (*s != '\0');)
        s++;
        s++;

powered by: WebSVN 2.1.0

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