Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: bfd/cisco-core.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bfd/cache.c ('k') | bfd/coff-alpha.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/cisco-core.c
diff --git a/bfd/cisco-core.c b/bfd/cisco-core.c
index 7155a63ddcecc80161aaffb003aaa7b47e8bf284..5d0454c46c9ee78048775e64d338b6aa980f5b41 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;
« no previous file with comments | « bfd/cache.c ('k') | bfd/coff-alpha.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698