* config/tc-h8300.c (h8_exp): Remove.
This commit is contained in:
parent
a221dd44da
commit
3db8d52cad
2 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue