From a6ab3aad51a87f1c4a1ebb9c85a4d9a659595dc3 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 4 Jul 1997 18:49:39 +0000 Subject: x From-SVN: r14390 --- gcc/config/i386/i386.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/config') diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 9cc51d9..8056af7 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -2363,6 +2363,9 @@ number as al, and ax. /* PC is dbx register 8; let's use that column for RA. */ #define DWARF_FRAME_RETURN_COLUMN 8 +/* Before the prologue, the top of the frame is at 4(%esp). */ +#define INCOMING_FRAME_SP_OFFSET 4 + /* This is how to output the definition of a user-level label named NAME, such as the label on a static function or variable NAME. */ -- cgit v1.1