diff options
author | Jason Merrill <merrill@gnu.org> | 1997-07-04 18:49:39 +0000 |
---|---|---|
committer | Jason Merrill <merrill@gnu.org> | 1997-07-04 18:49:39 +0000 |
commit | a6ab3aad51a87f1c4a1ebb9c85a4d9a659595dc3 (patch) | |
tree | b573fb651d2c7ca302ad62d72bfb8cb4bcd96682 /gcc/config | |
parent | 991d659956385d30316953daf9ad47b09c4dc21a (diff) | |
download | gcc-a6ab3aad51a87f1c4a1ebb9c85a4d9a659595dc3.zip gcc-a6ab3aad51a87f1c4a1ebb9c85a4d9a659595dc3.tar.gz gcc-a6ab3aad51a87f1c4a1ebb9c85a4d9a659595dc3.tar.bz2 |
x
From-SVN: r14390
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/i386.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ |