* config/tc-hppa.c (pa_ip): Handle 'g' operand.

This commit is contained in:
Jeff Law 1999-09-19 16:45:20 +00:00
parent 321e8dac9b
commit 6be783603d
2 changed files with 11 additions and 0 deletions

View 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.

View 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':