From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x632.google.com (mail-pl1-x632.google.com [IPv6:2607:f8b0:4864:20::632]) by sourceware.org (Postfix) with ESMTPS id A0BF53858C00 for ; Thu, 23 Feb 2023 21:52:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A0BF53858C00 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rivosinc.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=rivosinc.com Received: by mail-pl1-x632.google.com with SMTP id q11so15006306plx.5 for ; Thu, 23 Feb 2023 13:52:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20210112.gappssmtp.com; s=20210112; t=1677189137; h=content-transfer-encoding:mime-version:message-id:to:from:cc :in-reply-to:subject:date:from:to:cc:subject:date:message-id :reply-to; bh=hvxCpL6r4RtFvKNCPUmhr/tI7527ALoLbvBAFEVrr1E=; b=n1s26rqhUBv8HBU0F2pmcbQCv1GgngUAS2a1NUBjBBPeVZUZuPWgF4d9QdI3pkzfEz vez1n4b0Qk2oNVOy+Q7wCNoyeFhJKA2g6MNAHBkInWDnJ6rzsTeLQitzp7ccvmulpjUJ X1oVKTCLVimjwts98k4uC8Zzuxc0BKwjYCCBAATzairLP0xAsHOxlfTIM++dz4SSMmSM ZQuYD4xH361vdC7ud0ISu/DC8qwOMJujgGnXHftSVqOFlTBuDbvcqdkBREzumgcyYKXF i7K9RzYsQzUWuUVeDxzo2qRBbBhM92WWg44w6dtpwZAZ3gmbxU6vF5Y9PYEDEDcYBDYu yS1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677189137; h=content-transfer-encoding:mime-version:message-id:to:from:cc :in-reply-to:subject:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=hvxCpL6r4RtFvKNCPUmhr/tI7527ALoLbvBAFEVrr1E=; b=reH2pgUcSQSo/8rZee9mD8wflwwDzECwJVOFBJJOitqrqDjsJMpD+vYaxEK6JP1TNC u6gOrotap8EkkOGh9gqDYbzfLLfRqI6ybpeFlYj7O1gsZjQ7OZyQcbnMSi+IYo0YTXmW 1MHX+Hx6+qQfBLU5NY0anF49FSyCXyt5n73preBm8xvqZTDWD3OQc/zOg8eoo2hCCITL B4wSyuH0MW8Kdm0/5cnpqiTbIxja4J2MBi9MvNOcFD8b1q+G7iRVODXlWSnbV0r7YffV kk55MLuc7vVMq5qEdDdHUcKdKIlXOmLoEsgCcxgoOr3ODtR0i9vf8tvtqqXGaPQZypm/ ajwQ== X-Gm-Message-State: AO0yUKU8grBsETtmXo/+tDkXRiuUEJWNAJjXTL4eGAF4pe3MGI/jHzUE zuS2frHYlpHArXNO7qW2d5XxYREMkYGs1Htz X-Google-Smtp-Source: AK7set+xQTAuYs2TluTkRv2ga4dEAE3GeuorcF/v1iAvy51HGIquXBUp8dRilPTfHtHrKlndJlJxbQ== X-Received: by 2002:a17:902:f94b:b0:19a:f02c:a062 with SMTP id kx11-20020a170902f94b00b0019af02ca062mr10380877plb.2.1677189137212; Thu, 23 Feb 2023 13:52:17 -0800 (PST) Received: from localhost ([50.221.140.188]) by smtp.gmail.com with ESMTPSA id b2-20020a170902d30200b00196047fc25dsm1886019plc.42.2023.02.23.13.52.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Feb 2023 13:52:16 -0800 (PST) Date: Thu, 23 Feb 2023 13:52:16 -0800 (PST) X-Google-Original-Date: Thu, 23 Feb 2023 11:51:56 PST (-0800) Subject: Re: [PATCH] gdb/doc: The RISC-V vector registers didn't change In-Reply-To: <83h6wccuje.fsf@gnu.org> CC: gdb-patches@sourceware.org From: Palmer Dabbelt To: eliz@gnu.org Message-ID: Mime-Version: 1.0 (MHng) Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 26 Jan 2023 23:21:09 PST (-0800), eliz@gnu.org wrote: >> Date: Thu, 26 Jan 2023 15:12:00 -0800 >> Cc: Palmer Dabbelt >> From: Palmer Dabbelt >> >> When we merged the GDB vector register support we did it a bit early, >> just eating the risk in the very unlikely case that the vector register >> names changed. They didn't, so we can now remove the caveat in the docs >> that they might. >> --- >> gdb/doc/gdb.texinfo | 6 +----- >> 1 file changed, 1 insertion(+), 5 deletions(-) > > This is OK, thanks. Committed, thanks!