]> git.ipfire.org Git - thirdparty/gcc.git/commit
sh.h (INIT_CUMULATIVE_ARGS): Replace with an invocation of the function sh_init_cumul...
authorNick Clifton <nickc@redhat.com>
Tue, 28 Sep 2004 17:37:35 +0000 (17:37 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 28 Sep 2004 17:37:35 +0000 (17:37 +0000)
commitcc15e98f650fb1d16c8853ddf0ce586661974604
tree85844d23906415811f8d18d30ec0cbc595499e3d
parentee1f0fb06c92ae4fe9a48a9387169824b1769563
sh.h (INIT_CUMULATIVE_ARGS): Replace with an invocation of the function sh_init_cumulative_args.

sh.h (INIT_CUMULATIVE_ARGS): Replace with an invocation of the function
  sh_init_cumulative_args.
  (INIT_CUMULATIVE_LIBCALL_ARGS): Likewise.
  (INIT_CUMULATIVE_INCOMING_ARGS): Delete.
sh-protos.h: Prototype sh_init_cumulative_args.
sh.c (sh_init_cumulative_args): New function based on the contents of the old
  INIT_CUMULATIVE_ARGS macro but with a heuristic added to determine the setting
  of force_mem when a library function is being called.

From-SVN: r88238
gcc/ChangeLog
gcc/config/sh/sh-protos.h
gcc/config/sh/sh.c
gcc/config/sh/sh.h