From 2040953a71ac6237907a1c106049111f8d84d5bc Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 28 Jan 2002 19:02:34 +0000 Subject: GC code that moved to crtbrand.c. --- lib/csu/common/crtbegin.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/csu/common/crtbegin.c') diff --git a/lib/csu/common/crtbegin.c b/lib/csu/common/crtbegin.c index a2d59099d00f..ec50ecdee121 100644 --- a/lib/csu/common/crtbegin.c +++ b/lib/csu/common/crtbegin.c @@ -27,10 +27,6 @@ #include -#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 }; -- cgit v1.2.3