OSDN Git Service

* config/tc-arm.c (arm_elf_change_section): Not static.
authorBen Elliston <bje@au.ibm.com>
Fri, 14 Nov 2003 06:55:21 +0000 (06:55 +0000)
committerBen Elliston <bje@au.ibm.com>
Fri, 14 Nov 2003 06:55:21 +0000 (06:55 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index cfe80e4..dbd0a6d 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-14  Ben Elliston  <bje@wasabisystems.com>
+
+       * config/tc-arm.c (arm_elf_change_section): Not static.
+
 2003-11-13  Nick Clifton  <nickc@redhat.com>
 
        * tc-arm.c (mapping_state): New function.  Emit a mapping
index bdfa05c..2b6f70f 100644 (file)
@@ -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;