This is the mail archive of the binutils@sources.redhat.com 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]

tc-arm.c thinko


GCC warned about this.  Committed as obvious.

2003-11-14  Ben Elliston  <bje@wasabisystems.com>

	* config/tc-arm.c (arm_elf_change_section): Not static.

Index: config/tc-arm.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-arm.c,v
retrieving revision 1.148
diff -u -p -r1.148 tc-arm.c
--- config/tc-arm.c	13 Nov 2003 14:19:00 -0000	1.148
+++ config/tc-arm.c	14 Nov 2003 06:53:18 -0000
@@ -2788,7 +2788,7 @@ mapping_state (enum mstate state)
 
 /* When we change sections we need to issue a new mapping symbol.  */
 
-static void
+void
 arm_elf_change_section (void)
 {
   flagword flags;



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