]> git.ipfire.org Git - thirdparty/gcc.git/commit
xtensa.c: Include "df.h".
authorBob Wilson <bob.wilson@acm.org>
Tue, 19 Jun 2007 17:58:13 +0000 (17:58 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Tue, 19 Jun 2007 17:58:13 +0000 (17:58 +0000)
commite70312d4996ba059653d899eabf16fc6b551fbbc
treef085339369c5780b23d870ea7606e1757629e4bc
parentfa9fd28acfcf14ea100312aece861fce68229be9
xtensa.c: Include "df.h".

* config/xtensa/xtensa.c: Include "df.h".
(xtensa_builtin_saveregs): Use adjust_address instead of change_address.
(xtensa_va_start): Invoke make_tree with sizetype for
expand_builtin_saveregs and then convert the result to a pointer.
Use POINTER_PLUS_EXPR.  Use size_int instead of build_int_cst.
(xtensa_gimplify_va_arg_expr): Use size_int instead of build_int_cst.
Subtract argument size from index value as integers and then use
POINTER_PLUS_EXPR to add the result to the array address.

From-SVN: r125854
gcc/ChangeLog
gcc/config/xtensa/xtensa.c