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/coff-arm.c | |
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/coff-arm.c')
-rw-r--r-- | bfd/coff-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |