From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from s01.bc.larksuite.com (s01.bc.larksuite.com [209.127.230.13]) by sourceware.org (Postfix) with UTF8SMTPS id 6BEF23858D20 for ; Wed, 15 Nov 2023 02:31:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6BEF23858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=oss.cipunited.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=oss.cipunited.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6BEF23858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.127.230.13 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700015471; cv=none; b=S/2eAPVJDvqudoaBqJ/wF7P4nqYL6ncrFHfVB6RNtPtkM0o0lfHGxB9gMtMIzr2QTz7ZukWyQ0eUOas4IzHyit8XVvAxXl3yEpG0s9NBXGMz8tUE7O3zbFS1C5VvIvw7sACRUko4Py47q2LmcdmrrediVUXiIdLDaw/PTg//V0Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700015471; c=relaxed/simple; bh=qjC/FVgof01nIcpPJRO+iCI/oMoOtYBlICIQeOeHuVw=; h=DKIM-Signature:To:From:Subject:Date:Mime-Version:Message-Id; b=FTmyf000qJVbHvXFhM0/UyKuJ5FUDsLoBDC0XHxIcOXWmWn+usDLu6M9ewccqWyFhvS/xN7/x8Afltp9mOTTYGGBcA6H0YDYUqdfPQFC6fuzGd8ZZjBW3g/c5vVOh21WH3CelE/GQizT8C+N9M/MBQ3tp4zx2cvYPt2gCueZffs= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=feishu2303200042; d=oss.cipunited.com; t=1700015459; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=qjC/FVgof01nIcpPJRO+iCI/oMoOtYBlICIQeOeHuVw=; b=FgvBK74x2/4Eb0bBaUts/fjSgP4Zm/SDyumJwu3gov8aV3ujCPDnj5n0LJbFT0Y+Gdw5aQ keRYB3XEVTBAAYgT/JAIh2xDVtdlk/jhIeWMvHbguxxenYtvszYrbAAA8fXAZk6q5wXuPV +9wq9d27aMk1/eF+FRoP9CGTMiBJVYTIdFJImqeE09yD1rBKm9HcWB1Gt1j5YVriSoSYwM uzyIVuhTdIjmpjKx7PV9LupJ8vm9OpNkeiGtLZrqIhrqWY/Ff57YaWd0Aujnz9dGePAIlF qcHufE7Zll2wQMSzcR9HG2tBBjMEBhZolBJEHbMPtFJ7ZTa/JXxXYo563k0dUw== To: From: "Ying Huang" Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8 Subject: [PATCH 0/2] Change all E_MIPS_* to EF_MIPS_* X-Original-From: Ying Huang X-Mailer: git-send-email 2.30.2 Date: Wed, 15 Nov 2023 10:30:47 +0800 Mime-Version: 1.0 Received: from localhost.localdomain ([1.192.16.206]) by smtp.feishu.cn with ESMTPS; Wed, 15 Nov 2023 10:30:58 +0800 Cc: Message-Id: <20231115023049.435356-1-ying.huang@oss.cipunited.com> X-Lms-Return-Path: X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,DKIM_INVALID,DKIM_SIGNED,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Update for PATCH v2: Add commit message for each patch. According to we have changed all E_MIPS_* to EF_MIPS_* in binutils and glibc, we also need to change it here to keep same style. We can refer to this commit record: https://sourceware.org/pipermail/binutils/2023-October/129904.html