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