OSDN Git Service

* config/tc-hppa.c (pa_ip): Handle 'g' operand.
authorJeff Law <law@redhat.com>
Sun, 19 Sep 1999 16:45:20 +0000 (16:45 +0000)
committerJeff Law <law@redhat.com>
Sun, 19 Sep 1999 16:45:20 +0000 (16:45 +0000)
gas/ChangeLog
gas/config/tc-hppa.c

index 5db60d9..fd6d52a 100644 (file)
@@ -1,3 +1,7 @@
+Sun Sep 19 10:43:31 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-hppa.c (pa_ip): Handle 'g' operand.
+
 at Sep 18 12:13:28 1999  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-hppa.c (md_assemble): Fix dwarf2 line handling.
index c3d0985..a19ca4d 100644 (file)
@@ -2682,6 +2682,13 @@ pa_ip (str)
              nullif = pa_parse_nullif (&s);
              INSERT_FIELD_AND_CONTINUE (opcode, nullif, 5);
 
+           /* Handle ,gate completer for new syntax branches.  */
+           case 'g':
+             if (*s == ',' && strcasecmp (s + 1, "gate") == 0)
+               s += 5;
+             else
+               break;
+             continue;
 
            /* Handle a 11 bit immediate at 31.  */
            case 'i':