diff options
-rw-r--r-- | lib/csu/common/crtbegin.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/csu/common/crtbegin.c b/lib/csu/common/crtbegin.c index a2d5909..ec50ecd 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 }; |