summaryrefslogtreecommitdiff
path: root/gas/config/tc-tic4x.h
diff options
context:
space:
mode:
authorSvein Seldal <svein@dev.seldal.com>2003-05-18 22:23:15 +0000
committerSvein Seldal <svein@dev.seldal.com>2003-05-18 22:23:15 +0000
commita1f3c24c250bd8c4396b0d9cd34a3b78ca911e2d (patch)
treeee7933a7fe75ab8b1f0bf0591ea287406681ba94 /gas/config/tc-tic4x.h
parentb645cb172661834dbd2f7baa71d610bc52f02e47 (diff)
downloadbinutils-gdb-a1f3c24c250bd8c4396b0d9cd34a3b78ca911e2d.tar.gz
* 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.
Diffstat (limited to 'gas/config/tc-tic4x.h')
-rw-r--r--gas/config/tc-tic4x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-tic4x.h b/gas/config/tc-tic4x.h
index 14b06835a00..0d6c72c4258 100644
--- a/gas/config/tc-tic4x.h
+++ b/gas/config/tc-tic4x.h
@@ -71,6 +71,9 @@
#define NO_RELOC 0
+/* '||' denotes parallel instruction */
+#define DOUBLEBAR_PARALLEL 1
+
/* Labels are not required to have a colon for a suffix. */
#define LABELS_WITHOUT_COLONS 1