mips.c (mips_output_conditional_branch): Do not hard code the branch target as "...
authorJason Eckhardt <jle@rice.edu>
Fri, 9 Nov 2001 22:00:08 +0000 (22:00 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 9 Nov 2001 22:00:08 +0000 (14:00 -0800)
commit53c12e8dfc994f0fabccfb8c94cb35f1b59b7f2f
treed07feee8fe84917b35c1d2eb47940dc52339d7f5
parent9db5bf711354f3a947027abedb151f77b54a4bce
mips.c (mips_output_conditional_branch): Do not hard code the branch target as ".+16/.+12", but rather use labels.

        * config/mips/mips.c (mips_output_conditional_branch): Do not hard
        code the branch target as ".+16/.+12", but rather use labels.

From-SVN: r46893
gcc/ChangeLog
gcc/config/mips/mips.c