projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70edb96
)
Made coff-arm_bfd_set_private_flags global as it is called directly from
author
Nick Clifton
<nickc@redhat.com>
Tue, 27 May 1997 21:37:16 +0000
(21:37 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 27 May 1997 21:37:16 +0000
(21:37 +0000)
gas/config/tc-arm.c .
bfd/ChangeLog
patch
|
blob
|
history
bfd/coff-arm.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 8397c544424b0903ab497ea683152ed26d491b25..7dd390435806f10397bd2e01b9265e2a749663a2 100644
(file)
--- 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 80200d6fb05343a1791f6c51ba68eb67f8dd5746..432d363cf19ecb224adb6be1176a3be25dd03c17 100644
(file)
--- 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;