mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Reverted faulty code
This commit is contained in:
@ -1,8 +1,6 @@
|
|||||||
2003-05-19 Svein E. Seldal <Svein.Seldal@solidas.com>
|
2003-05-19 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||||
|
|
||||||
* config/tc-tic4x.c (md_assemble): Added support for one-line parallel insns.
|
* config/tc-tic4x.c (md_assemble): Added support for one-line parallel insns.
|
||||||
(tic4x_start_line): Fixed scrub bug and added error for three-element
|
|
||||||
parallel insns.
|
|
||||||
* config/tc-tic4x.h: Added DOUBLEBAR_PARALLEL definition
|
* config/tc-tic4x.h: Added DOUBLEBAR_PARALLEL definition
|
||||||
|
|
||||||
2003-05-18 Jason Eckhardt <jle@rice.edu>
|
2003-05-18 Jason Eckhardt <jle@rice.edu>
|
||||||
|
@ -3163,10 +3163,6 @@ tic4x_start_line ()
|
|||||||
/* So line counters get bumped. */
|
/* So line counters get bumped. */
|
||||||
input_line_pointer[-1] = '\n';
|
input_line_pointer[-1] = '\n';
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
as_bad ("Parallel opcode cannot contain more than two instructions");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user