aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r--gdb/buildsym.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index 11d5091..d71bdd0 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -842,6 +842,10 @@ end_symtab (end_addr, sort_pending, sort_linevec, objfile)
blockvector = make_blockvector (objfile);
}
+#ifdef PROCESS_LINENUMBER_HOOK
+ PROCESS_LINENUMBER_HOOK (); /* Needed for aixcoff. */
+#endif
+
/* Now create the symtab objects proper, one for each subfile. */
/* (The main file is the last one on the chain.) */