mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
* config/tc-alpha.c (md_assemble): Accept 1' and
9' in an
opcode, for the instruction `pal19'. From Andrea Arcangeli <andrea@suse.de>.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2000-02-27 Ian Lance Taylor <ian@zembu.com>
|
||||||
|
|
||||||
|
* config/tc-alpha.c (md_assemble): Accept `1' and `9' in an
|
||||||
|
opcode, for the instruction `pal19'. From Andrea Arcangeli
|
||||||
|
<andrea@suse.de>.
|
||||||
|
|
||||||
2000-02-26 Alan Modra <alan@spri.levels.unisa.edu.au>
|
2000-02-26 Alan Modra <alan@spri.levels.unisa.edu.au>
|
||||||
|
|
||||||
* config/tc-i386.c (i386_immediate): Move constant operand sizing
|
* config/tc-i386.c (i386_immediate): Move constant operand sizing
|
||||||
|
@ -937,7 +937,7 @@ md_assemble (str)
|
|||||||
size_t opnamelen;
|
size_t opnamelen;
|
||||||
|
|
||||||
/* split off the opcode */
|
/* split off the opcode */
|
||||||
opnamelen = strspn (str, "abcdefghijklmnopqrstuvwxyz_/468");
|
opnamelen = strspn (str, "abcdefghijklmnopqrstuvwxyz_/46819");
|
||||||
trunclen = (opnamelen < sizeof (opname) - 1
|
trunclen = (opnamelen < sizeof (opname) - 1
|
||||||
? opnamelen
|
? opnamelen
|
||||||
: sizeof (opname) - 1);
|
: sizeof (opname) - 1);
|
||||||
|
Reference in New Issue
Block a user