shithub: scc

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