public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch] tc-h8300.c: Remove an unused struct.
@ 2003-11-19  1:14 Kazu Hirata
  2003-11-25 16:50 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Kazu Hirata @ 2003-11-19  1:14 UTC (permalink / raw)
  To: binutils

Hi,

Attached is a patch to remove an unused struct.

Tested on h8300 port.  OK to apply?

Kazu Hirata

2003-11-18  Kazu Hirata  <kazu@cs.umass.edu>

	* config/tc-h8300.c (h8_exp): Remove.

Index: tc-h8300.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-h8300.c,v
retrieving revision 1.37
diff -u -r1.37 tc-h8300.c
--- tc-h8300.c	17 Oct 2003 10:23:33 -0000	1.37
+++ tc-h8300.c	19 Nov 2003 01:12:47 -0000
@@ -319,13 +319,6 @@
   linkrelax = 1;
 }
 
-struct h8_exp
-{
-  char *e_beg;
-  char *e_end;
-  expressionS e_exp;
-};
-
 struct h8_op
 {
   op_type mode;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] tc-h8300.c: Remove an unused struct.
  2003-11-19  1:14 [patch] tc-h8300.c: Remove an unused struct Kazu Hirata
@ 2003-11-25 16:50 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2003-11-25 16:50 UTC (permalink / raw)
  To: Kazu Hirata; +Cc: binutils

Hi Kazu,

> Attached is a patch to remove an unused struct.
>
> Tested on h8300 port.  OK to apply?

> 2003-11-18  Kazu Hirata  <kazu@cs.umass.edu>
>
> 	* config/tc-h8300.c (h8_exp): Remove.

Approved - please apply.

Cheers
        Nick
        

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-25 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-19  1:14 [patch] tc-h8300.c: Remove an unused struct Kazu Hirata
2003-11-25 16:50 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).