aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-09-28 12:09:53 -0700
committerRichard Henderson <rth@gcc.gnu.org>2003-09-28 12:09:53 -0700
commit177560b2d073ac3034e451c1af2bb578f47aedea (patch)
treeb1c014a6e4f66b8d0ee1d4aae161e40cbaf92c60 /gcc/tree.h
parent37e2180d7a57f86c0bc2b1463b99463784a8176e (diff)
downloadgcc-177560b2d073ac3034e451c1af2bb578f47aedea.zip
gcc-177560b2d073ac3034e451c1af2bb578f47aedea.tar.gz
gcc-177560b2d073ac3034e451c1af2bb578f47aedea.tar.bz2
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
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index d742bc3..a2a04a7 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2977,8 +2977,7 @@ extern void emit_nop (void);
extern void expand_computed_goto (tree);
extern bool parse_output_constraint (const char **, int, int, int,
bool *, bool *, bool *);
-extern void expand_asm_operands (tree, tree, tree, tree, int,
- const char *, int);
+extern void expand_asm_operands (tree, tree, tree, tree, int, location_t);
extern tree resolve_asm_operand_names (tree, tree, tree);
extern int any_pending_cleanups (void);
extern void init_stmt_for_function (void);