From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 8F1583858D1E for ; Fri, 13 Oct 2023 13:21:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8F1583858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 643A6300B302; Fri, 13 Oct 2023 15:21:01 +0200 (CEST) Received: by r6.localdomain (Postfix, from userid 1000) id 224FF340276; Fri, 13 Oct 2023 15:21:01 +0200 (CEST) Message-ID: <20b888acc463b2271f1945038cb8e3eb903d4b47.camel@klomp.org> Subject: Re: [PATCH] libelf: Sync elf.h from glibc From: Mark Wielaard To: Ying Huang , elfutils-devel@sourceware.org Cc: yunqiang.su@oss.cipunited.com Date: Fri, 13 Oct 2023 15:21:01 +0200 In-Reply-To: <20231013090109.2882339-1-ying.huang@oss.cipunited.com> References: <20231013090109.2882339-1-ying.huang@oss.cipunited.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 (3.48.4-1.fc38) MIME-Version: 1.0 X-Spam-Status: No, score=-3026.9 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP 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: Hi Ying, On Fri, 2023-10-13 at 17:01 +0800, Ying Huang wrote: > MIPS add new ELF file header flags, new relocations and new section > type SHT_MIPS_ABIFLAGS. Thanks pushed. BTW. Even these patches do require a Signed-off-by normally. But I checked it is exactly the same as the one in glibc elf/elf.h. Cheers, Mark