egcs 980315 bug on powerpc-unknown-linux-gnulibc1
Franz Sirl
Franz.Sirl-kernel@lauterbach.com
Tue May 19 15:03:00 GMT 1998
At 19:04 19.05.98 , David Edelsohn wrote:
>>>>>> Franz Sirl writes:
>
>Franz> @@ -4523,7 +4542,7 @@
>Franz> #endif
>Franz> else if (TARGET_NEW_MNEMONICS)
>Franz> {
>Franz> - fprintf (file, "\taddis %s,%s,", reg_names[11], reg_names[11]);
>Franz> + fprintf (file, "\tlis %s,", reg_names[11]);
>Franz> assemble_name (file, buf);
>Franz> fprintf (file, "@ha\n");
>Franz> fprintf (file, "\tstw %s,4(%s)\n", reg_names[0], reg_names[1]);
>
> Are you trying to increment r11 or replace its value? I thought
>that you were saying that this was a bug. And this patch only replaces
>the new mnemonic version. Since there doesn't seem to be agreement on
>this patch and the patch is incomplete and inconsistent, I will skip it.
>This sort of confusion makes it very difficult to address SVR4 PowerPC
>reports.
David,
I only was commenting on your understanding of the patch to clarify things.
Your comment implicated that this is only a syntax change, but the patch
_is_ changing the behaviour from ADD to LOAD.
For an explanation of the patch you have to ask Geoff (or look into his
patch set, where he explicitly mentioned the old mnemnonics), because I
only presented a summary of the patches I'm using right for a quick
overview. Jeff's original reply implicated that he might have missed some
patches from Geoff and I wanted to provide a quick help.
I didn't want to create any confusion, sorry about that.
Bye,
Franz.
More information about the Gcc-bugs
mailing list