ref: 99bb172e34500445d1969971eb77bff53ac9cb6e
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,
};