mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 23:23:09 +00:00
* config/tc-hppa.c (pa_ip): Handle 'l' operand.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
Sun Sep 19 10:43:31 1999 Jeffrey A Law (law@cygnus.com)
|
Sun Sep 19 10:43:31 1999 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* config/tc-hppa.c (pa_ip): Handle 'l' operand.
|
||||||
|
|
||||||
* config/tc-hppa.c (pa_ip): Handle 'g' operand.
|
* config/tc-hppa.c (pa_ip): Handle 'g' operand.
|
||||||
|
|
||||||
at Sep 18 12:13:28 1999 Jeffrey A Law (law@cygnus.com)
|
at Sep 18 12:13:28 1999 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|||||||
@@ -2690,6 +2690,14 @@ pa_ip (str)
|
|||||||
break;
|
break;
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
/* Handle ,l completer for new syntax branches. */
|
||||||
|
case 'l':
|
||||||
|
if (*s == ',' && strcasecmp (s + 1, "l") == 0)
|
||||||
|
s += 2;
|
||||||
|
else
|
||||||
|
break;
|
||||||
|
continue;
|
||||||
|
|
||||||
/* Handle a 11 bit immediate at 31. */
|
/* Handle a 11 bit immediate at 31. */
|
||||||
case 'i':
|
case 'i':
|
||||||
the_insn.field_selector = pa_chk_field_selector (&s);
|
the_insn.field_selector = pa_chk_field_selector (&s);
|
||||||
|
|||||||
Reference in New Issue
Block a user