aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-hppa.c')
-rw-r--r--gas/config/tc-hppa.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c
index c3d0985..a19ca4d 100644
--- a/gas/config/tc-hppa.c
+++ b/gas/config/tc-hppa.c
@@ -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':