From 3db8d52cadadc9275efdefd702e7be88b38b120a Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 25 Nov 2003 23:09:47 +0000 Subject: [PATCH] * config/tc-h8300.c (h8_exp): Remove. --- gas/ChangeLog | 4 ++++ 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 + + * config/tc-h8300.c (h8_exp): Remove. + 2003-11-25 Asgari Jinia * 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; -- 2.7.4