* 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 cfe80e4faf222e47577ee106735934ebe46eb706..dbd0a6d41371560d2a53ea892de5602b5a257a84 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 bdfa05ce9941a0907f03e8b1856f60ae89adb0ab..2b6f70f28c72d2c5b60ca914276f06aa4c5caaa2 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;