diff options
author | Svein Seldal <svein@dev.seldal.com> | 2003-05-18 22:23:15 +0000 |
---|---|---|
committer | Svein Seldal <svein@dev.seldal.com> | 2003-05-18 22:23:15 +0000 |
commit | a1f3c24c250bd8c4396b0d9cd34a3b78ca911e2d (patch) | |
tree | ee7933a7fe75ab8b1f0bf0591ea287406681ba94 /gas/config/tc-tic4x.h | |
parent | b645cb172661834dbd2f7baa71d610bc52f02e47 (diff) | |
download | gdb-a1f3c24c250bd8c4396b0d9cd34a3b78ca911e2d.zip gdb-a1f3c24c250bd8c4396b0d9cd34a3b78ca911e2d.tar.gz gdb-a1f3c24c250bd8c4396b0d9cd34a3b78ca911e2d.tar.bz2 |
* 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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-tic4x.h b/gas/config/tc-tic4x.h index 14b0683..0d6c72c 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 |