summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-07-23 13:19:27 +0000
committerNick Clifton <nickc@redhat.com>2012-07-23 13:19:27 +0000
commit6ca921e8425e3cbe14e09942da106c65015f1a56 (patch)
tree97c67fe319da30394d9500d37aca9cf8303eb9e0 /bfd
parentaced2d2f5294a8a6d84de2b24c5bb08d00509675 (diff)
downloadbinutils-redhat-6ca921e8425e3cbe14e09942da106c65015f1a56.tar.gz
* cisco-core.c (cisco_core_file_failing_command): Make static.
(cisco_core_file_failing_signal): Make static.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/cisco-core.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 98bd591b38..98dde86dd5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-23 Nick Clifton <nickc@redhat.com>
+
+ * cisco-core.c (cisco_core_file_failing_command): Make static.
+ (cisco_core_file_failing_signal): Make static.
+
2012-07-18 H.J. Lu <hongjiu.lu@intel.com>
* bfd-in2.h: Regenerated.
diff --git a/bfd/cisco-core.c b/bfd/cisco-core.c
index 7155a63ddc..5d0454c46c 100644
--- a/bfd/cisco-core.c
+++ b/bfd/cisco-core.c
@@ -303,13 +303,13 @@ cisco_core_file_p (bfd *abfd)
return (target);
}
-char *
+static char *
cisco_core_file_failing_command (bfd *abfd ATTRIBUTE_UNUSED)
{
return NULL;
}
-int
+static int
cisco_core_file_failing_signal (bfd *abfd ATTRIBUTE_UNUSED)
{
return abfd->tdata.cisco_core_data->sig;