diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-12 00:48:14 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-12 00:48:14 +0000 |
commit | 3351cb0051c003c9b5c018ad5509033fc9e00235 (patch) | |
tree | 1a8ed7a796fa79a34b63cc2e7b0163b8d9e743d0 /gcc/config/ns32k/genix.h | |
parent | 56c0e8fa11b8dc2b396f0652756b4596b399f64b (diff) | |
download | gcc-3351cb0051c003c9b5c018ad5509033fc9e00235.tar.gz |
entered into RCS
From-SVN: r960
Diffstat (limited to 'gcc/config/ns32k/genix.h')
-rw-r--r-- | gcc/config/ns32k/genix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/ns32k/genix.h b/gcc/config/ns32k/genix.h index f0fe09cb807..cc64f605236 100644 --- a/gcc/config/ns32k/genix.h +++ b/gcc/config/ns32k/genix.h @@ -106,6 +106,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * Don't output `?' before external regs. * Output `(sb)' in certain indirect refs. */ +#error this has not been updated since version 1. +#error it is certainly wrong. + #undef PRINT_OPERAND #define PRINT_OPERAND(FILE, X, CODE) \ { if (CODE == '$') putc ('$', FILE); \ |