From 177f3d7fc96b67cc8be32509b9792ae8c177cd1c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 27 May 1997 21:37:16 +0000 Subject: [PATCH] Made coff-arm_bfd_set_private_flags global as it is called directly from gas/config/tc-arm.c . --- bfd/ChangeLog | 5 +++++ bfd/coff-arm.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8397c544424..7dd39043580 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 80200d6fb05..432d363cf19 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; -- 2.30.2