* config/tc-h8300.c (h8_exp): Remove.
authorKazu Hirata <kazu@codesourcery.com>
Tue, 25 Nov 2003 23:09:47 +0000 (23:09 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Tue, 25 Nov 2003 23:09:47 +0000 (23:09 +0000)
gas/ChangeLog
gas/config/tc-h8300.c

index 03c79a7b24ac6e0a5b36ed96dcff084173ce084a..b17f38bed567db89e5947896a4af63ac1b401e65 100644 (file)
@@ -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
index 73e73c93347448042f8bde94248d6fbff90c3392..b8813c90b3a3589edf2d06b92c0b781a68e4f8d2 100644 (file)
@@ -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;
This page took 0.030653 seconds and 4 git commands to generate.