ref: cc85fa255c2a18df7dbff6b311099941ed5af8c8
dir: /ld/formats.c/
static char sccsid[] = "@(#) ./ld/probe.c";
#include <stdio.h>
#include "ld.h"
/* TODO: Autogenerate this file */
struct objfile coff32;
struct objfile *formats[] = {
&coff32,
NULL,
};