mirror of git://sourceware.org/git/glibc.git
(FIRST_FRAME_POINTER): Define.
This commit is contained in:
parent
8310ff4225
commit
94c91a35d6
|
@ -1,5 +1,5 @@
|
||||||
/* Definition of stack frame structure. ARM/APCS version.
|
/* Definition of stack frame structure. ARM/APCS version.
|
||||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
Copyright (C) 2000, 2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -24,3 +24,5 @@ struct layout
|
||||||
void *__unbounded sp;
|
void *__unbounded sp;
|
||||||
void *__unbounded return_address;
|
void *__unbounded return_address;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#define FIRST_FRAME_POINTER ADVANCE_STACK_FRAME (__builtin_frame_address (0))
|
||||||
|
|
Loading…
Reference in New Issue