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

This commit is contained in:
Ben Elliston 2003-11-14 06:55:21 +00:00
parent 4c9775509e
commit 9ce887a1cd
2 changed files with 5 additions and 1 deletions

View 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

View 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;