* cisco-core.c (cisco_core_file_failing_command): Make static.
(cisco_core_file_failing_signal): Make static.
This commit is contained in:
parent
567aa8da1f
commit
d86492f2b7
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user