From 7159865398d00819bdc205e4cdda45ff5500e8d9 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 03c79a7b24..b17f38bed5 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 73e73c9334..b8813c90b3 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.11.0