Made coff-arm_bfd_set_private_flags global as it is called directly from
gas/config/tc-arm.c .
This commit is contained in:
parent
70edb961ea
commit
177f3d7fc9
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user