shithub: scc

ref: c7c7ed3c3091cff6192a98a86044ffb361a41527
dir: /ld/formats.c/

View raw version
static char sccsid[] = "@(#) ./ld/probe.c";

#include <stdio.h>

#include "ld.h"

/* TODO: Autogenerate this file */
struct objfile coff32;

struct objfile *formats[] = {
	&coff32,
	NULL,
};