diff options
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-h8300.c | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 03c79a7..b17f38b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index 73e73c9..b8813c9 100644 --- a/gas/config/tc-h8300.c +++ b/gas/config/tc-h8300.c @@ -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; |