mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
More fallout from supporting only ELF
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user