* dbxout.c (dbxout_symbol_location): Update call of alter_subreg.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Nov 2001 13:51:10 +0000 (13:51 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Nov 2001 13:51:10 +0000 (13:51 +0000)
commit06b3c9f7ebb9f8d23e289dfa5d26a8d6065ba4ff
tree0f25f70b0a282f4cb777692ce7091aecdedb8e2d
parent9aeab13cd96fa38c87ea6a9057d50fab58d12797
* 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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47013 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/dbxout.c
gcc/final.c
gcc/output.h
gcc/sdbout.c
gcc/simplify-rtx.c