Browse Source

* coffread.c (coff_getfilename): Make it not static.

gdb-4_18-branch
Jim Kingdon 33 years ago
parent
commit
dbb0fae2de
  1. 2
      gdb/ChangeLog
  2. 2
      gdb/coffread.c

2
gdb/ChangeLog

@ -1,5 +1,7 @@
Thu Jan 20 17:30:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com) 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 (read_xcoff_symtab): complain() not abort().
* xcoffread.c (struct coff_symbol): Rename c_nsyms to c_naux (removes * xcoffread.c (struct coff_symbol): Rename c_nsyms to c_naux (removes

2
gdb/coffread.c

@ -1203,7 +1203,7 @@ getsymname (symbol_entry)
only the last component of the name. Result is in static storage and only the last component of the name. Result is in static storage and
is only good for temporary use. */ is only good for temporary use. */
static char * char *
coff_getfilename (aux_entry) coff_getfilename (aux_entry)
union internal_auxent *aux_entry; union internal_auxent *aux_entry;
{ {

Loading…
Cancel
Save