This fixes a "use of enum 'memmodel' without previous declaration"
error in sparc-protos.h.
Minimally tested that this fixes the build-many-glibcs.py compilers
build for sparc64-linux-gnu.
* btfout.c, ctfout.c: Include "memmodel.h".
#include "system.h"
#include "coretypes.h"
#include "target.h"
+#include "memmodel.h"
#include "tm_p.h"
#include "output.h"
#include "dwarf2asm.h"
#include "system.h"
#include "coretypes.h"
#include "target.h"
+#include "memmodel.h"
#include "tm_p.h"
#include "output.h"
#include "dwarf2asm.h"