]> git.ipfire.org Git - thirdparty/gcc.git/commit
pa-protos.h (function_arg): Remove last argument.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Wed, 16 Apr 2003 23:00:25 +0000 (23:00 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 16 Apr 2003 23:00:25 +0000 (23:00 +0000)
commit58e9c12f4aa9df07557fd2928f4a90a95a582ad8
treee642f2374c88ece7501ec9790f44d0e0f90e2600
parent17d1c28467cd728c6c2134e49e2d80a2acc5bad3
pa-protos.h (function_arg): Remove last argument.

PR/10271
* pa-protos.h (function_arg): Remove last argument.
* pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
* pa.h (struct hppa_args): Add member incoming.
(INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
member incoming.
(FUNCTION_ARG): Revise call to function_arg.
(FUNCTION_INCOMING_ARG): Delete.

From-SVN: r65705
gcc/ChangeLog
gcc/config/pa/pa-protos.h
gcc/config/pa/pa.c
gcc/config/pa/pa.h