From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1032.google.com (mail-pj1-x1032.google.com [IPv6:2607:f8b0:4864:20::1032]) by sourceware.org (Postfix) with ESMTPS id D083B3857B85 for ; Sat, 28 May 2022 19:13:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D083B3857B85 Received: by mail-pj1-x1032.google.com with SMTP id v5-20020a17090a7c0500b001df84fa82f8so7125979pjf.5 for ; Sat, 28 May 2022 12:13:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=A0ivLjcLFWkRv/EFpIld6TOlGNQ16cosUU6V2O3p04A=; b=lKR/NLscLm8E1b8lzVp6lO2vqx8Ds//yzbjhQst2BCg8MOnkyTFtV3VCxWsJlLIFdX MRAo1mUUVFTI0rH5x2RsBIFOyuiSh9MbWq1CVgq7C+PUAR/eIiDjL7cd2Ipx8NBc0rfW NrkM1fj39nNAjs5rvMSC09muHTwYnEkOc08BV53A02qpyQO4titI2VytG+2nSG0W9cZ5 WJ/4iI10sfYGCl57GQux4wFEWDXk2J23+vwbspfG7+vROBVhKgKhxMw4JgxU9NrqUvtU ldjuHve1cHxGJCMez92sGnYEJuaUst2oqTJUk33+Bp04TNhWjT8Q7YwFMXwny0omej64 SaQw== X-Gm-Message-State: AOAM532f7x+xZ8Ac5CoYUrC3mW61jxm0FSqoU+VAqUy/aRHmCFGcKSh+ JERw1V4SuhXiGJQi69gL5XaI0r7lx7LYUA== X-Google-Smtp-Source: ABdhPJySPpU5xP1HPlC/i1eTp2ujaUCqluh0Nh+LTJWQZiqT/UResUpNvid7IrNGCd34FnsVO403+g== X-Received: by 2002:a17:902:bcca:b0:161:f9e7:222c with SMTP id o10-20020a170902bcca00b00161f9e7222cmr40563077pls.2.1653765221574; Sat, 28 May 2022 12:13:41 -0700 (PDT) Received: from [172.31.0.204] (c-73-63-24-84.hsd1.ut.comcast.net. [73.63.24.84]) by smtp.gmail.com with ESMTPSA id 2-20020a170902e9c200b001614cd997a8sm5954929plk.236.2022.05.28.12.13.40 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 28 May 2022 12:13:41 -0700 (PDT) Message-ID: <5f849444-b851-c8c7-8c76-a309db66bcc8@gmail.com> Date: Sat, 28 May 2022 13:13:40 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH] avr: add support for tinyAVR 2 family Content-Language: en-US To: gcc-patches@gcc.gnu.org References: <20220426165951.06e3167a@blackhole> From: Jeff Law In-Reply-To: <20220426165951.06e3167a@blackhole> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2022 19:13:44 -0000 On 4/26/2022 8:59 AM, Torsten Duwe via Gcc-patches wrote: > Signed-off-by: Torsten Duwe > > --- > gcc/ChangeLog: > > 2022-04-26 Torsten Duwe > > * config/avr/avr-mcus.def (AVR_MCU): add definitions for > attiny{4,8,16,32}2{4,6,7}; 4k and 8k flash types use RCALL. Are these independent of patch from Joel Holdworth?  I think so, but I'm not at all familiar with the avr family of chips, so it'd be good if someone with more familiarity would chime in. I think you need to update avr-mmcu.texi for the new chips as well. jeff