forked from Imagelibrary/binutils-gdb
* coffread.c (coff_getfilename): Make it not static.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user