mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* config/tc-hppa.c (pa_ip): Add case for 'I'.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Sat Aug 28 00:26:26 1999 Jerry Quinn <jquinn@nortelnetworks.com>
|
||||||
|
|
||||||
|
* config/tc-hppa.c (pa_ip): Add case for 'I'.
|
||||||
|
|
||||||
1999-08-27 Jim Wilson <wilson@cygnus.com>
|
1999-08-27 Jim Wilson <wilson@cygnus.com>
|
||||||
|
|
||||||
* dwarf2dbg.c (MAX_SPECIAL_ADDR_DELTA): Correct typo in comment.
|
* dwarf2dbg.c (MAX_SPECIAL_ADDR_DELTA): Correct typo in comment.
|
||||||
|
@ -2546,6 +2546,12 @@ pa_ip (str)
|
|||||||
the_insn.fpof2 = flag;
|
the_insn.fpof2 = flag;
|
||||||
INSERT_FIELD_AND_CONTINUE (opcode, flag, 13);
|
INSERT_FIELD_AND_CONTINUE (opcode, flag, 13);
|
||||||
|
|
||||||
|
/* Handle a source FP operand format completer at 20. */
|
||||||
|
case 'I':
|
||||||
|
flag = pa_parse_fp_format (&s);
|
||||||
|
the_insn.fpof1 = flag;
|
||||||
|
INSERT_FIELD_AND_CONTINUE (opcode, flag, 11);
|
||||||
|
|
||||||
/* Handle L/R register halves like 't'. */
|
/* Handle L/R register halves like 't'. */
|
||||||
case 'v':
|
case 'v':
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user