Made coff-arm_bfd_set_private_flags global as it is called directly from

gas/config/tc-arm.c .
This commit is contained in:
Nick Clifton 1997-05-27 21:37:16 +00:00
parent 70edb961ea
commit 177f3d7fc9
2 changed files with 6 additions and 1 deletions

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

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