Only use this with a non-GCC compiler.

This commit is contained in:
David E. O'Brien 2003-06-14 06:04:23 +00:00
parent 4bf015d562
commit 5c784c8f4b

View File

@ -34,6 +34,7 @@
* SUCH DAMAGE.
*/
#ifndef __GNUC__
#if defined(LIBC_SCCS) && !defined(lint)
.asciz "@(#)alloca.s 5.2 (Berkeley) 5/14/90"
#endif /* LIBC_SCCS and not lint */
@ -56,3 +57,4 @@ ENTRY(alloca)
pushl 0(%ecx)
pushl %eax /* dummy to pop at callsite */
jmp *%edx /* "return" */
#endif /*__GNUC__*/