+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.
/* 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 */