xcoffread.c is no longer really using the buildsym code. This removes
the last call, which should not be needed, and then removes the
include.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
#include "gdbtypes.h"
#include "symfile.h"
#include "objfiles.h"
-#include "buildsym-legacy.h"
#include "complaints.h"
#include "dwarf2/sect-names.h"
#include "dwarf2/public.h"
union internal_auxent main_aux[5];
unsigned int ssymnum;
- set_last_source_file (NULL);
-
abfd = objfile->obfd.get ();
sraw_symbol = XCOFF_DATA (objfile)->symtbl;