mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* config/tc-h8300.c (h8_exp): Remove.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user