aboutsummaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2001-11-14 14:51:10 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2001-11-14 13:51:10 +0000
commit49d801d3dba0c2ed5038253a447ca2cdff549754 (patch)
tree0f25f70b0a282f4cb777692ce7091aecdedb8e2d /gcc/sdbout.c
parent373bd0fac976b237f52a957e37597b0138ad1eab (diff)
downloadgcc-49d801d3dba0c2ed5038253a447ca2cdff549754.zip
gcc-49d801d3dba0c2ed5038253a447ca2cdff549754.tar.gz
gcc-49d801d3dba0c2ed5038253a447ca2cdff549754.tar.bz2
dbxout.c (dbxout_symbol_location): Update call of alter_subreg.
* dbxout.c (dbxout_symbol_location): Update call of alter_subreg. * final.c (walk_alter_subreg): Take pointer; update call of alter_subreg. (final_scan_insn): Update call of alter_subreg. (cleanup_subreg_operands): Likewise. (alter_subreg): Rewrite using simplify_subreg. (output_address, output_operand): Update call of alter_subreg. * output.h (alter_subreg): Update prototype. * sdbout.c (sdbout_symbol): Update call of alter_subreg. * simplify-rtx.c (simplify_subreg): Copy ORIGINAL_REGNO. * Makefile.in (final.o): Add depdendancy on expr.h From-SVN: r47013
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r--gcc/sdbout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c
index 8a6ea31..ab0a0d8 100644
--- a/gcc/sdbout.c
+++ b/gcc/sdbout.c
@@ -809,7 +809,7 @@ sdbout_symbol (decl, local)
if (REGNO (value) >= FIRST_PSEUDO_REGISTER)
return;
}
- regno = REGNO (alter_subreg (DECL_RTL (decl)));
+ regno = REGNO (alter_subreg (&DECL_RTL (decl)));
value = DECL_RTL (decl);
}
/* Don't output anything if an auto variable