]> gcc.gnu.org Git - gcc.git/commit
i386.c (ix86_frame_pointer_required): New.
authorRichard Henderson <rth@gcc.gnu.org>
Thu, 8 Feb 2001 19:15:37 +0000 (11:15 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 8 Feb 2001 19:15:37 +0000 (11:15 -0800)
commit6fca22eb3bfe6201a15c0caaa4e3fe052376f863
tree7bfdc1fbdd58f1d791269ff112f6d82fe9deeb0b
parent0020b823d6c3280e7e0a2081a36798a80b17bf7d
i386.c (ix86_frame_pointer_required): New.

        * config/i386/i386.c (ix86_frame_pointer_required): New.
        (ix86_setup_frame_addresses): New.
        (struct machine_funciton): Add accesses_prev_frame.
        * config/i386/i386.h (FRAME_POINTER_REQUIRED): Call
        ix86_frame_pointer_required.
        (SUBTARGET_FRAME_POINTER_REQUIRED): New.
        (SETUP_FRAME_ADDRESSES): New.
        * config/i386/i386-protos.h: Update.
        * config/i386/sco5.h (SUBTARGET_FRAME_POINTER_REQUIRED): Rename
        from FRAME_POINTER_REQUIRED.
        * config/i386/svr3gas.h: Likewise.
        * config/i386/sysv3.h: Likewise.
        * config/i386/v3gas.h: Likewise.

From-SVN: r39545
gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/sco5.h
gcc/config/i386/svr3gas.h
gcc/config/i386/sysv3.h
gcc/config/i386/v3gas.h
This page took 0.059926 seconds and 5 git commands to generate.