diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-23 23:15:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-23 23:15:09 +0000 |
commit | 7b9f3d46c6a31dc1833c1ce988e0b9cd43e712c6 (patch) | |
tree | 59593284097ec4c30719fe8cf4cab8b27af428cb /gas/itbl-ops.c | |
parent | 1857d1e67d65a7f080c08c3ae6462f3f071d9654 (diff) | |
download | gdb-7b9f3d46c6a31dc1833c1ce988e0b9cd43e712c6.zip gdb-7b9f3d46c6a31dc1833c1ce988e0b9cd43e712c6.tar.gz gdb-7b9f3d46c6a31dc1833c1ce988e0b9cd43e712c6.tar.bz2 |
* Makefile.in (DISTSTUFF): Remove itbl-parse.y, itbl-lex.l, and
itbl-ops.c. Add itbl-parse.c and itbl-lex.c.
(LEX, LEXFLAGS): Define.
* itbl-ops.c (append_insns_as_macros): Remove bogus ASSERT.
Diffstat (limited to 'gas/itbl-ops.c')
-rw-r--r-- | gas/itbl-ops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c index 9117f31..a100dbc 100644 --- a/gas/itbl-ops.c +++ b/gas/itbl-ops.c @@ -329,7 +329,6 @@ append_insns_as_macros (void) struct itbl_entry *e, **es; int n, id, size, new_size, new_num_opcodes; - ASSERT (itbl_num_opcodes > 0); if (!itbl_num_opcodes) /* no new instructions to add! */ { return; |