diff options
Diffstat (limited to 'sysdeps/sparc/sparc32/alloca.S')
-rw-r--r-- | sysdeps/sparc/sparc32/alloca.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/sparc/sparc32/alloca.S b/sysdeps/sparc/sparc32/alloca.S index 42a2c61b46..c1057c13dd 100644 --- a/sysdeps/sparc/sparc32/alloca.S +++ b/sysdeps/sparc/sparc32/alloca.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1997, 2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -22,10 +22,6 @@ arguments which it makes relocatable symbols but seem always to be the constant 96; I have no idea what they are for. */ -#ifndef NO_UNDERSCORES -#define __builtin_alloca ___builtin_alloca -#endif - ENTRY (__builtin_alloca) sub %sp, %o0, %sp /* Push some stack space. */ retl /* Return; the returned buffer leaves 96 */ |