aboutsummaryrefslogtreecommitdiff
path: root/gdb/coffread.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-21 00:34:07 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-21 00:34:07 +0000
commitdbb0fae2def093da35c5aac13d30296ff15d7daf (patch)
tree3960929c9bccad6f6d1304e29bfa2d17aecffdd3 /gdb/coffread.c
parent2d9f80791a96a8d8e3bc67991282dd84209eac6f (diff)
downloadgdb-dbb0fae2def093da35c5aac13d30296ff15d7daf.zip
gdb-dbb0fae2def093da35c5aac13d30296ff15d7daf.tar.gz
gdb-dbb0fae2def093da35c5aac13d30296ff15d7daf.tar.bz2
* coffread.c (coff_getfilename): Make it not static.
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r--gdb/coffread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c
index f5e92f9..5a99a37 100644
--- a/gdb/coffread.c
+++ b/gdb/coffread.c
@@ -1203,7 +1203,7 @@ getsymname (symbol_entry)
only the last component of the name. Result is in static storage and
is only good for temporary use. */
-static char *
+char *
coff_getfilename (aux_entry)
union internal_auxent *aux_entry;
{