From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: mark@markmitchell.com Cc: leei@ai.sri.com, egcs@egcs.cygnus.com, egcs-patches@egcs.cygnus.com Subject: Re: MIPS test failures Date: Mon, 15 Mar 1999 09:19:00 -0000 Message-id: <7555.921518323@hurl.cygnus.com> In-reply-to: Your message of Mon, 15 Mar 1999 00:33:41 MST. < 199903150833.AAA00261@adsl-206-170-148-33.dsl.pacbell.net > References: <199903150833.AAA00261@adsl-206-170-148-33.dsl.pacbell.net> X-SW-Source: 1999-03/msg00506.html In message < 199903150833.AAA00261@adsl-206-170-148-33.dsl.pacbell.net >you wri te: > > Here's another patch, a bit more circumspect than Lee's, which also > fixes the MIPS bootstrap. I've tested this patch with a 3-stage > bootstrap on mpis-sgi-irix6.5. > > Jeff? > > -- > Mark Mitchell mark@markmitchell.com > Mark Mitchell Consulting http://www.markmitchell.com > > Mon Mar 15 00:32:30 1999 Mark Mitchell > > * reload.c (find_reloads): Add a REG_LABEL note if we substitute a > LABEL_REF for something else. I like this one a little better. It's reload that creates the new LABEL_REFs and keeping them up-to-date should be pretty easy since the number of ways we can create a new non-jumping LABEL_REF are pretty limited. I'd made a quick unsuccessful attempt to fix this on Friday (I noted the same basic bug crept into 3 of systems I was hacking friday -- hppa, mips & mn103). I'm going to go ahead and install this change. Thanks! jeff From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: mark@markmitchell.com Cc: leei@ai.sri.com, egcs@egcs.cygnus.com, egcs-patches@egcs.cygnus.com Subject: Re: MIPS test failures Date: Wed, 31 Mar 1999 23:46:00 -0000 Message-ID: <7555.921518323@hurl.cygnus.com> References: <199903150833.AAA00261@adsl-206-170-148-33.dsl.pacbell.net> X-SW-Source: 1999-03n/msg00511.html Message-ID: <19990331234600.J6N7-Wsq8b2bUZMmPFyRo6vDRQduG5lh_aR3P3TYVfs@z> In message < 199903150833.AAA00261@adsl-206-170-148-33.dsl.pacbell.net >you wri te: > > Here's another patch, a bit more circumspect than Lee's, which also > fixes the MIPS bootstrap. I've tested this patch with a 3-stage > bootstrap on mpis-sgi-irix6.5. > > Jeff? > > -- > Mark Mitchell mark@markmitchell.com > Mark Mitchell Consulting http://www.markmitchell.com > > Mon Mar 15 00:32:30 1999 Mark Mitchell > > * reload.c (find_reloads): Add a REG_LABEL note if we substitute a > LABEL_REF for something else. I like this one a little better. It's reload that creates the new LABEL_REFs and keeping them up-to-date should be pretty easy since the number of ways we can create a new non-jumping LABEL_REF are pretty limited. I'd made a quick unsuccessful attempt to fix this on Friday (I noted the same basic bug crept into 3 of systems I was hacking friday -- hppa, mips & mn103). I'm going to go ahead and install this change. Thanks! jeff