dbxout.c (dbxout_symbol_location): Update call of alter_subreg.
authorJan Hubicka <jh@suse.cz>
Wed, 14 Nov 2001 13:51:10 +0000 (14:51 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 14 Nov 2001 13:51:10 +0000 (13:51 +0000)
commit49d801d3dba0c2ed5038253a447ca2cdff549754
tree0f25f70b0a282f4cb777692ce7091aecdedb8e2d
parent373bd0fac976b237f52a957e37597b0138ad1eab
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
gcc/ChangeLog
gcc/Makefile.in
gcc/dbxout.c
gcc/final.c
gcc/output.h
gcc/sdbout.c
gcc/simplify-rtx.c