GC code that moved to crtbrand.c.

This commit is contained in:
obrien 2002-01-28 19:02:34 +00:00
parent 474da9b45d
commit 60e24208f0

View File

@ -27,10 +27,6 @@
#include <sys/param.h>
#define ABI_VENDOR "FreeBSD"
#define ABI_SECTION ".note.ABI-tag"
#define ABI_NOTETYPE 1
typedef void (*fptr)(void);
static fptr ctor_list[1] __attribute__((section(".ctors"))) = { (fptr) -1 };