aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/common/crtbegin.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-01-28 19:02:34 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-01-28 19:02:34 +0000
commit2040953a71ac6237907a1c106049111f8d84d5bc (patch)
tree2c5fc3d8a4c2ea1667562d8862b0dcf756738ea9 /lib/csu/common/crtbegin.c
parentde52820198f904c3fe4280622c5584c97e86bf0a (diff)
downloadsrc-2040953a71ac6237907a1c106049111f8d84d5bc.tar.gz
src-2040953a71ac6237907a1c106049111f8d84d5bc.zip
GC code that moved to crtbrand.c.
Notes
Notes: svn path=/head/; revision=89930
Diffstat (limited to 'lib/csu/common/crtbegin.c')
-rw-r--r--lib/csu/common/crtbegin.c4
1 files changed, 0 insertions, 4 deletions
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 <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 };