Fix stdarg bugs with MIPS EABI that caused newlib/libstdc++ build failures.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Oct 1999 18:29:10 +0000 (18:29 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Oct 1999 18:29:10 +0000 (18:29 +0000)
commit81ce1dd0d3240c8765c78c3d0ef934987078b21e
tree658a591e8f2cb8ac14c3be40cb4c1a0158b8d23e
parentedb81e1332a898c1ac6e5c44871e88ca6d97b69f
Fix stdarg bugs with MIPS EABI that caused newlib/libstdc++ build failures.
* config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
(function_arg_pass_by_reference): Check for a NULL pointer in cum.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30245 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.c