From: Ulrich Drepper Date: Mon, 15 Jul 2002 02:09:18 +0000 (+0000) Subject: (FIRST_FRAME_POINTER): Define. [PR libc/2632] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49a91618ff37af8324fd647e10da3a62504f8a9;p=thirdparty%2Fglibc.git (FIRST_FRAME_POINTER): Define. [PR libc/2632] --- diff --git a/sysdeps/arm/frame.h b/sysdeps/arm/frame.h index 2a3f29709f5..deb46c01352 100644 --- a/sysdeps/arm/frame.h +++ b/sysdeps/arm/frame.h @@ -1,5 +1,5 @@ /* 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. The GNU C Library is free software; you can redistribute it and/or @@ -24,3 +24,5 @@ struct layout void *__unbounded sp; void *__unbounded return_address; }; + +#define FIRST_FRAME_POINTER ADVANCE_STACK_FRAME (__builtin_frame_address (0))