From 110a4edc154f6fb73ef3d312630455f68641123f Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 16 May 2009 22:30:13 +0200 Subject: drop alloca #define (Because GNU's alloca.h unconditionally #undef's alloca) Also, remove gcc specific sections in headers. and instead change tests such that gcc does not use them. --- lib/alloca86-bt.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/alloca86-bt.S') diff --git a/lib/alloca86-bt.S b/lib/alloca86-bt.S index 037c845..994da20 100644 --- a/lib/alloca86-bt.S +++ b/lib/alloca86-bt.S @@ -3,9 +3,9 @@ #include "../config.h" -.globl __bound__alloca +.globl __bound_alloca -__bound__alloca: +__bound_alloca: pop %edx pop %eax mov %eax, %ecx -- cgit v1.3.1