This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: convert gas/ to ISO


Fixes build breakage.

	* config/tc-tic4x.c (tic4x_operands_parse): Make static.

Index: gas/config/tc-tic4x.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-tic4x.c,v
retrieving revision 1.25
diff -u -p -r1.25 tc-tic4x.c
--- gas/config/tc-tic4x.c	12 Aug 2008 23:39:31 -0000	1.25
+++ gas/config/tc-tic4x.c	14 Aug 2008 14:51:34 -0000
@@ -2397,7 +2397,7 @@ tic4x_insn_output (tic4x_insn_t *insn)
 }
 
 /* Parse the operands.  */
-int 
+static int 
 tic4x_operands_parse (char *s, tic4x_operand_t *operands, int num_operands)
 {
   if (!*s)

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]