public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Get avr building again
@ 2021-05-05 15:18 Jeff Law
  2021-05-06 10:00 ` Senthil Kumar Selvaraj
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Law @ 2021-05-05 15:18 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 144 bytes --]


Removes references to CC_STATUS_INIT from the avr port, which should get 
it to the point of building again.


Committed to the trunk.


Jeff


[-- Attachment #2: avr.patch --]
[-- Type: text/plain, Size: 1274 bytes --]

commit b927ffdd6cecd0eeda6ef77df2623519870b1e75
Author: Jeff Law <jlaw@tachyum.com>
Date:   Wed May 5 09:15:42 2021 -0600

    Remove cc0 remnants from avr port
    
    gcc/
            * config/avr/avr.md: Remove references to CC_STATUS_INIT.

diff --git a/gcc/config/avr/avr.md b/gcc/config/avr/avr.md
index a1a325b7a8c..271f95fbf7a 100644
--- a/gcc/config/avr/avr.md
+++ b/gcc/config/avr/avr.md
@@ -7668,7 +7668,6 @@
   {
     const char *op;
     int jump_mode;
-    CC_STATUS_INIT;
     if (test_hard_reg_class (ADDW_REGS, operands[0]))
       output_asm_insn ("sbiw %0,1" CR_TAB
                        "sbc %C0,__zero_reg__" CR_TAB
@@ -7713,7 +7712,6 @@
   {
     const char *op;
     int jump_mode;
-    CC_STATUS_INIT;
     if (test_hard_reg_class (ADDW_REGS, operands[0]))
       output_asm_insn ("sbiw %0,1", operands);
     else
@@ -7756,7 +7754,6 @@
   {
     const char *op;
     int jump_mode;
-    CC_STATUS_INIT;
     if (test_hard_reg_class (ADDW_REGS, operands[0]))
       output_asm_insn ("sbiw %0,1", operands);
     else
@@ -7799,7 +7796,6 @@
   {
     const char *op;
     int jump_mode;
-    CC_STATUS_INIT;
     output_asm_insn ("ldi %3,1"   CR_TAB
                      "sub %A0,%3" CR_TAB
                      "sbc %B0,__zero_reg__", operands);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [committed] Get avr building again
  2021-05-05 15:18 [committed] Get avr building again Jeff Law
@ 2021-05-06 10:00 ` Senthil Kumar Selvaraj
  0 siblings, 0 replies; 2+ messages in thread
From: Senthil Kumar Selvaraj @ 2021-05-06 10:00 UTC (permalink / raw)
  To: Jeff Law; +Cc: GCC Patches


Jeff Law via Gcc-patches writes:

> Removes references to CC_STATUS_INIT from the avr port, which should get 
> it to the point of building again.
>
>
> Committed to the trunk.

Thanks, I was about to send a patch for that.

Regards
Senthil
>
>
> Jeff


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-06 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-05 15:18 [committed] Get avr building again Jeff Law
2021-05-06 10:00 ` Senthil Kumar Selvaraj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).