Made coff-arm_bfd_set_private_flags global as it is called directly from
authorNick Clifton <nickc@redhat.com>
Tue, 27 May 1997 21:37:16 +0000 (21:37 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 27 May 1997 21:37:16 +0000 (21:37 +0000)
gas/config/tc-arm.c .

bfd/ChangeLog
bfd/coff-arm.c

index 8397c544424b0903ab497ea683152ed26d491b25..7dd390435806f10397bd2e01b9265e2a749663a2 100644 (file)
@@ -1,3 +1,8 @@
+Tue May 27 14:34:08 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * coff-arm.c (coff_arm_bfd_set_private_flags): Make global.  It is
+       called directly by gas/config/tc-arm.c.
+       
 Tue May 27 15:58:53 1997  Richard Henderson  <rth@tamu.edu>
 
        * elf64-alpha.c (PLT_ENTRY_*): Use a new thread-safe format.
index 80200d6fb05343a1791f6c51ba68eb67f8dd5746..432d363cf19ecb224adb6be1176a3be25dd03c17 100644 (file)
@@ -560,7 +560,7 @@ coff_arm_bfd_print_private_bfd_data (abfd, ptr)
    the COFF filehdr structure, which contains important,
    target specific information.                       */
 
-static boolean
+boolean
 coff_arm_bfd_set_private_flags (abfd, flags)
        bfd *      abfd;
        flagword   flags;
This page took 0.039849 seconds and 4 git commands to generate.