stmt.c (expand_asm_operands): Take a location_t, instead of individual file and line.
authorRichard Henderson <rth@redhat.com>
Sun, 28 Sep 2003 19:09:53 +0000 (12:09 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 28 Sep 2003 19:09:53 +0000 (12:09 -0700)
commit177560b2d073ac3034e451c1af2bb578f47aedea
treeb1c014a6e4f66b8d0ee1d4aae161e40cbaf92c60
parent37e2180d7a57f86c0bc2b1463b99463784a8176e
stmt.c (expand_asm_operands): Take a location_t, instead of individual file and line.

        * stmt.c (expand_asm_operands): Take a location_t, instead of
        individual file and line.
        * c-typeck.c (c_expand_asm_operands): Likewise.
        * tree.h (expand_asm_operands): Update decl.
        * c-common.h (c_expand_asm_operands): Likewise.
        * c-semantics (genrtl_asm_stmt): Update call.
cp/
        * typeck.c (c_expand_asm_operands): Take location_t, instead of
        individual file and line.
ada/
        * trans.c (tree_transform): Update call to expand_asm_operands.

From-SVN: r71884
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/trans.c
gcc/c-common.h
gcc/c-semantics.c
gcc/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/stmt.c
gcc/tree.h