From: John Gilmore Date: Sat, 23 Nov 1991 01:15:11 +0000 (+0000) Subject: No need to offset args from frame pointer. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b68da3b817a695db98248caca41314aca1e09ff4;p=binutils-gdb.git No need to offset args from frame pointer. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a95a9ff48e4..8198f339c4f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Fri Nov 22 16:39:57 1991 John Gilmore (gnu at cygnus.com) + + * tm-tahoe.h (FRAME_ARGS_ADDRESS): No need to offset from frame + pointer. + + * m2-exp.y (MAX, MIN): Rename to MAX_FUNC, MIN_FUNC to avoid + conflicts with system header files. + Fri Nov 22 08:27:40 1991 John Gilmore (gnu at cygnus.com) * Roll VERSION to 4.2.95. diff --git a/gdb/tm-tahoe.h b/gdb/tm-tahoe.h index 9456808e7fe..e20c7f9875a 100644 --- a/gdb/tm-tahoe.h +++ b/gdb/tm-tahoe.h @@ -233,7 +233,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* In most of GDB, getting the args address is too important to just say "I don't know". */ -#define FRAME_ARGS_ADDRESS(fi) ((fi)->frame+4) +#define FRAME_ARGS_ADDRESS(fi) ((fi)->frame) /* Address to use as an anchor for finding local variables */