summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSvein Seldal <svein@dev.seldal.com>2003-05-18 22:52:35 +0000
committerSvein Seldal <svein@dev.seldal.com>2003-05-18 22:52:35 +0000
commit78d8735ac7f25cc7fa6bb5185320332971386d6b (patch)
treec9b73c3c1b4c0d138a9c5688f7bd7ff0efb81dff
parent1975ab2528cdf2a936d67aec2465dc76ad5fc6b4 (diff)
downloadppe42-binutils-78d8735ac7f25cc7fa6bb5185320332971386d6b.tar.gz
ppe42-binutils-78d8735ac7f25cc7fa6bb5185320332971386d6b.zip
Reverted faulty code
-rw-r--r--gas/ChangeLog2
-rw-r--r--gas/config/tc-tic4x.c4
2 files changed, 0 insertions, 6 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e4ae34bf1c..a15d38133a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,8 +1,6 @@
2003-05-19 Svein E. Seldal <Svein.Seldal@solidas.com>
* 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
2003-05-18 Jason Eckhardt <jle@rice.edu>
diff --git a/gas/config/tc-tic4x.c b/gas/config/tc-tic4x.c
index 09a90dea00..987b3bfc2a 100644
--- a/gas/config/tc-tic4x.c
+++ b/gas/config/tc-tic4x.c
@@ -3163,10 +3163,6 @@ tic4x_start_line ()
/* So line counters get bumped. */
input_line_pointer[-1] = '\n';
}
- else
- {
- as_bad ("Parallel opcode cannot contain more than two instructions");
- }
}
else
{
OpenPOWER on IntegriCloud