diff options
author | Nick Clifton <nickc@redhat.com> | 1997-05-27 21:37:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-05-27 21:37:16 +0000 |
commit | 177f3d7fc96b67cc8be32509b9792ae8c177cd1c (patch) | |
tree | b145f03ba13aca33e46c725a5681d2571b8f5d32 /bfd | |
parent | 70edb961ea58c4f3eb6f608d6369a331930e7dd9 (diff) | |
download | gdb-177f3d7fc96b67cc8be32509b9792ae8c177cd1c.zip gdb-177f3d7fc96b67cc8be32509b9792ae8c177cd1c.tar.gz gdb-177f3d7fc96b67cc8be32509b9792ae8c177cd1c.tar.bz2 |
Made coff-arm_bfd_set_private_flags global as it is called directly from
gas/config/tc-arm.c .
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/coff-arm.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8397c54..7dd3904 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c index 80200d6..432d363 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; |