* buildsym.c (end_symtab): Cleanup PROCESS_LINENUMBER_HOOK.
This commit is contained in:
Andrew Cagney 1998-11-20 00:00:24 +00:00
parent 6bd87f42ef
commit 60a98b30b4
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Fri Nov 20 10:13:03 1998 Andrew Cagney <cagney@b1.cygnus.com>
* buildsym.c (end_symtab): Cleanup PROCESS_LINENUMBER_HOOK.
Thu Nov 19 15:21:04 1998 Geoffrey Noer <noer@cygnus.com>
* rdi-share/host.h: if compiling under Cygwin, make sure new

View File

@ -900,9 +900,10 @@ end_symtab (end_addr, objfile, section)
blockvector = make_blockvector (objfile);
}
#ifdef PROCESS_LINENUMBER_HOOK
PROCESS_LINENUMBER_HOOK (); /* Needed for xcoff. */
#ifndef PROCESS_LINENUMBER_HOOK
#define PROCESS_LINENUMBER_HOOK()
#endif
PROCESS_LINENUMBER_HOOK (); /* Needed for xcoff. */
/* Now create the symtab objects proper, one for each subfile. */
/* (The main file is the last one on the chain.) */