i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug workaround.
commit7441103929d092d04f1b1b87062b4b49c9b5d7af
authorJan Hubicka <jh@suse.cz>
Tue, 23 Apr 2002 12:29:43 +0000 (23 14:29 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 23 Apr 2002 12:29:43 +0000 (23 12:29 +0000)
treef83589b318bbe45bd7a32929c3720d5ce25c9b96
parent1a887f860a2905e95ab853fb1f8adef14515d74e
i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug workaround.

* i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug
workaround.
(ix86_expand_int_movcc): Avoid x86_64 compilation chrash.
(ix86_expand_clrstr): Fix typo.
* loop.c (gen_load_of_final_value): New.
(loop_givs_rescan, strength_reduce, check_dbra_loop):
Use it.

From-SVN: r52664
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/loop.c