Sun Sep 19 10:43:31 1999 Jeffrey A Law (law@cygnus.com)
+ * config/tc-hppa.c (pa_ip): Handle 'B' operand.
+
* config/tc-hppa.c (pa_ip): Handle 'L' and 'M' operands.
* config/tc-hppa.c (pa_ip): Handle 'l' operand.
break;
continue;
+ /* Handle ,pop completer for new syntax branches. */
+ case 'B':
+ if (*s == ',' && strcasecmp (s + 1, "pop") == 0)
+ s += 4;
+ else
+ break;
+ continue;
+
/* Handle ,%r2 completer for new syntax branches. */
case 'L':
if (*s == ',' && strcasecmp (s + 1, "%r2") == 0)