From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42f.google.com (mail-pf1-x42f.google.com [IPv6:2607:f8b0:4864:20::42f]) by sourceware.org (Postfix) with ESMTPS id 64FD63858D1E for ; Mon, 1 May 2023 23:48:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 64FD63858D1E 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-pf1-x42f.google.com with SMTP id d2e1a72fcca58-63b70ca0a84so3670071b3a.2 for ; Mon, 01 May 2023 16:48:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20221208.gappssmtp.com; s=20221208; t=1682984907; x=1685576907; h=to:from:cc:content-transfer-encoding:mime-version:message-id:date :subject:from:to:cc:subject:date:message-id:reply-to; bh=fHa7vNY8N979khogA+2GKIurj4LwbxEYKZqaLDE7IgA=; b=UETNZAGRXFsubTZqeyrVH3KN4E1O0J90SOqGA2Uv6GnCK6KahCvSsXEFUv7WBsqPMI OWEZEcCR8gBGRpVKI6scGJA2LPj2Eh23WFKoy+DnHp2KrrwDGHoRKx4eKq68+tYDqmVM +g6T68uPL2c+QC5xPxGx8WGgyuzzzk9Uqn8GLkVXqOukPvII44P8qEGWpfGEfxGlrxKM PUeE5TA2Dij2MgoGV+Tzt0IzHHFxtu2HHH0zg6BDKDTcR4zX5fle4paLXzLwacBAZE/k RtPi8iNInllIDrj3k5L1jQky8A2yLx/juoY6o4V0bfOgPzfi97BWN1ezV8F2lXw6yrti SIRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682984907; x=1685576907; h=to:from:cc:content-transfer-encoding:mime-version:message-id:date :subject:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=fHa7vNY8N979khogA+2GKIurj4LwbxEYKZqaLDE7IgA=; b=DntSQSqGWquMHwVLS+AFkI3TTkEntokQ1cFp3TtpO3NQEsrYaz4tfmcIUpuhzewmxf 3pS5PBB3b9mfT/CNW0igdvNwvvr/fdDCK6LRBeBlbILjFzqxUk4kv0yoGl3KKu84E87+ qcVnAdOM38NKfg0Z/8hvo5KOPD2Qg9hY80dOrNSyWoFCMSV5N8Nnb86JayLzK21EnZwt CGLLrGUod91PzkQyad7cJIapzfmnSiG1g2oUoNmV10RKIQSRYPvjTbvdNu6/49bY4vA0 PNyWMknmVE9d5Cpl42wkhtk5VkKIGuNgwhL+my9OrfW1Cfhvp3QqwGKq1rg1n1/snSuF 1vow== X-Gm-Message-State: AC+VfDwOWhR98EE0L8can/lQ5UsfGPEnoHMAZ5NS45OjckN/EtD0Tc2n Skm22HYeHpSxQThVJJgXMtZiJeT0nbAOxHdNEfM= X-Google-Smtp-Source: ACHHUZ5Sg2+n/qdqT9KJIGYOyaljD2WBojhCELSICz5jPtvCF9MEDu6oNhJWqGnDGpDL7a/8bkQpvQ== X-Received: by 2002:a05:6a00:2d84:b0:63b:e4:554 with SMTP id fb4-20020a056a002d8400b0063b00e40554mr24508613pfb.4.1682984906985; Mon, 01 May 2023 16:48:26 -0700 (PDT) Received: from localhost ([50.221.140.188]) by smtp.gmail.com with ESMTPSA id i7-20020a056a00224700b0063b675f01a5sm21126074pfu.11.2023.05.01.16.48.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 May 2023 16:48:26 -0700 (PDT) Subject: [PATCH v3 0/6] elf.h: Fix and cleanup the RISC-V defines Date: Mon, 1 May 2023 16:47:33 -0700 Message-Id: <20230501234739.7264-1-palmer@rivosinc.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: libc-alpha@sourceware.org From: Palmer Dabbelt To: maskray@google.com, joseph@codesourcery.com X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,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 List-Id: Sorry for all the churn over the weekend, this one actually does fix the issues (at least on my machine). I also went ahead and reordered the RISC-V defines that were different that MIPS.