]> gcc.gnu.org Git - gcc.git/commit
i860.c (i860_build_va_list): Create the va_decl declaration.
authorJason Eckhardt <jle@rice.edu>
Sat, 23 Aug 2003 04:20:02 +0000 (04:20 +0000)
committerJason Eckhardt <jle@gcc.gnu.org>
Sat, 23 Aug 2003 04:20:02 +0000 (04:20 +0000)
commit5dab8d924c9fa9ff82d3e9ac5c8d8633ff7f76f7
treecf9b0ee56a6f8e098e7449ffca7e0704d5dc3e78
parent415d7ef97db005dadb5df081610fb647753e560a
i860.c (i860_build_va_list): Create the va_decl declaration.

2003-08-22  Jason Eckhardt  <jle@rice.edu>

* config/i860/i860.c (i860_build_va_list): Create the va_decl
declaration.  Document the va_list structure.
(i860_va_start): Initialize the va_list structure.
(i860_va_arg): Rewrite completely.
* config/i860/i860.h (LIBGCC_NEEDS_DOUBLE): Don't define.
* config/i860/varargs.asm: Do not allocate or initialize
a va_list.  Return the address of the register save area.

From-SVN: r70729
gcc/ChangeLog
gcc/config/i860/i860.c
gcc/config/i860/i860.h
gcc/config/i860/varargs.asm
This page took 0.056865 seconds and 5 git commands to generate.