GC code that moved to crtbrand.c.

This commit is contained in:
David E. O'Brien 2002-01-28 19:02:34 +00:00
parent de52820198
commit 2040953a71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89930

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 };