* coffread.c (coff_getfilename): Make it not static.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 21 Jan 1994 00:34:07 +0000 (00:34 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 21 Jan 1994 00:34:07 +0000 (00:34 +0000)
gdb/ChangeLog
gdb/coffread.c

index 91a8e4690560f82850b7ae9664f297bade45388f..d29f5cbf31f8419f298a44a64d1b98c3eb9bdc4a 100644 (file)
@@ -1,5 +1,7 @@
 Thu Jan 20 17:30:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * coffread.c (coff_getfilename): Make it not static.
+
        * xcoffread.c (read_xcoff_symtab): complain() not abort().
 
        * xcoffread.c (struct coff_symbol): Rename c_nsyms to c_naux (removes
index f5e92f945a6c27e16d861731c969f2e4ea9cfbf1..5a99a370d1a05dae9ab1696fdb1dbbbed5ccd4df 100644 (file)
@@ -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;
 {