Merge psympriv.h into psymtab.h

psympriv.h was intended for use by code that created partial symbols.
Now that no generic code needs psymtab.h any more, psympriv.h can be
merged into psymtab.h.
This commit is contained in:
Tom Tromey
2023-08-01 10:08:23 -06:00
parent cbd44c311f
commit b7cadd8619
8 changed files with 574 additions and 602 deletions

View File

@@ -80,7 +80,7 @@
#include "complaints.h"
#include "block.h"
#include "ctfread.h"
#include "psympriv.h"
#include "psymtab.h"
#if ENABLE_LIBCTF