projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27bbbb5
)
* config/tc-hppa.c (pa_ip): Handle 'l' operand.
author
Jeff Law
<law@redhat.com>
Sun, 19 Sep 1999 16:58:33 +0000
(16:58 +0000)
committer
Jeff Law
<law@redhat.com>
Sun, 19 Sep 1999 16:58:33 +0000
(16:58 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-hppa.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index fd6d52aacfd81cbc27517add35a0f68764ead64a..f1aa1fd860353a1b79868de55a9c908804b1ddba 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,5
+1,7
@@
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.
at Sep 18 12:13:28 1999 Jeffrey A Law (law@cygnus.com)
diff --git
a/gas/config/tc-hppa.c
b/gas/config/tc-hppa.c
index a19ca4d349a8815de19bb8d520ddcd44022525b1..d0e1dec4e908d6d72653d1e30cdb01aadeb82a7f 100644
(file)
--- a/
gas/config/tc-hppa.c
+++ b/
gas/config/tc-hppa.c
@@
-2690,6
+2690,14
@@
pa_ip (str)
break;
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. */
case 'i':
the_insn.field_selector = pa_chk_field_selector (&s);