diff options
author | Richard Henderson <rth@redhat.com> | 2003-09-28 12:09:53 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2003-09-28 12:09:53 -0700 |
commit | 177560b2d073ac3034e451c1af2bb578f47aedea (patch) | |
tree | b1c014a6e4f66b8d0ee1d4aae161e40cbaf92c60 /gcc/cp/ChangeLog | |
parent | 37e2180d7a57f86c0bc2b1463b99463784a8176e (diff) | |
download | gcc-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/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 63dcf91..bfb4218 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2003-09-28 Richard Henderson <rth@redhat.com> + + * typeck.c (c_expand_asm_operands): Take location_t, instead of + individual file and line. + 2003-09-28 Andreas Jaeger <aj@suse.de> * decl.c (cxx_builtin_type_decls): Convert to ISO C90 function |