]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386.c (legitimate_pic_address_disp_p): Change the strstr with $pb to a strcompare...
authorAndrew Pinski <pinskia@physics.uc.edu>
Tue, 19 Aug 2003 17:17:27 +0000 (17:17 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 19 Aug 2003 17:17:27 +0000 (10:17 -0700)
commit86ecdfb60e9fd88c17351cd0cacf57a98f99ee7f
tree5a1332147dacf7a7733eaabefa288de5f76844b7
parent7f5d157fce49ba47b52d1952f0da088ac93ae538
i386.c (legitimate_pic_address_disp_p): Change the strstr with $pb to a strcompare with "<pic base>"

2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/i386/i386.c (legitimate_pic_address_disp_p): Change the
        strstr with $pb to a strcompare with "<pic base>"
        (ix86_output_addr_diff_elt): Output the real pic base.

From-SVN: r70569
gcc/ChangeLog
gcc/config/i386/i386.c