public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch] tc-h8300.c: Make some variables global.
@ 2003-11-23 15:44 Kazu Hirata
  0 siblings, 0 replies; only message in thread
From: Kazu Hirata @ 2003-11-23 15:44 UTC (permalink / raw)
  To: binutils

Hi,

When I tested the patch to make these variables static, build errors
were hidden in the middle of my build log.  Sorry for breaking the
port.

Committed as obvious.

Kazu Hirata

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

	* config/tc-h8300.c (Hmode): Make it global.
	(Smode): Likewise.
	(Nmode): Likewise.
	(SXmode): Likewise.

Index: tc-h8300.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-h8300.c,v
retrieving revision 1.40
diff -u -r1.40 tc-h8300.c
--- tc-h8300.c	20 Nov 2003 04:25:26 -0000	1.40
+++ tc-h8300.c	23 Nov 2003 15:40:17 -0000
@@ -52,10 +52,10 @@
 static void h8300sxnmode (int);
 static void pint (int);
 
-static int Hmode;
-static int Smode;
-static int Nmode;
-static int SXmode;
+int Hmode;
+int Smode;
+int Nmode;
+int SXmode;
 
 #define PSIZE (Hmode && !Nmode ? L_32 : L_16)
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-23 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-23 15:44 [patch] tc-h8300.c: Make some variables global Kazu Hirata

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).