diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8397c54442..7dd3904358 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue May 27 14:34:08 1997 Nick Clifton + + * 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 * elf64-alpha.c (PLT_ENTRY_*): Use a new thread-safe format. diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c index 80200d6fb0..432d363cf1 100644 --- a/bfd/coff-arm.c +++ b/bfd/coff-arm.c @@ -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;