re PR rtl-optimization/5742 (bug with -freg-struct-return and functions returning...
authorRichard Henderson <rth@redhat.com>
Sun, 24 Mar 2002 08:03:44 +0000 (00:03 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 24 Mar 2002 08:03:44 +0000 (00:03 -0800)
commitc6e6f5c196bf7bdf6b0cff89b7de8ba863e2f63f
treefb1b0974f40ce418449b1ea3d0ecf1276a70611d
parentd88e57d1fb9910215fb1fc57d6da2ae6799a8529
re PR rtl-optimization/5742 (bug with -freg-struct-return and functions returning 1 byte values)

        PR optimization/5742
        * machmode.def: Add inner mode field to complex modes.
        * config/mips/mips.c (mips_function_value): Always define.  Add
        new argument to handle libcalls.
        * config/mips/mips.h (LIBCALL_VALUE): Use mips_function_value.
        (FUNCTION_VALUE): Likewise.
        * config/mips/abi64.h (FUNCTION_VALUE): Remove.
        * config/mips/mips-protos.h: Update.

From-SVN: r51250
gcc/ChangeLog
gcc/config/mips/abi64.h
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/machmode.def