* config/tc-h8300.c (h8_exp): Remove.

This commit is contained in:
Kazu Hirata 2003-11-25 23:09:47 +00:00
parent a221dd44da
commit 3db8d52cad
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2003-11-25 Kazu Hirata <kazu@cs.umass.edu>
* config/tc-h8300.c (h8_exp): Remove.
2003-11-25 Asgari Jinia <asgarij@kpitcummins.com>
* config/tc-h8300.c (md_assemble): Check operands validity for

View File

@ -310,13 +310,6 @@ md_begin (void)
linkrelax = 1;
}
struct h8_exp
{
char *e_beg;
char *e_end;
expressionS e_exp;
};
struct h8_op
{
op_type mode;