From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by sourceware.org (Postfix) with ESMTPS id 2D6803858428 for ; Wed, 23 Nov 2022 04:13:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2D6803858428 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=linux.dev Message-ID: <1eb9f4ab-6289-0e0d-a488-4e17994b13ba@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1669176830; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TT/bjS/BmwqYEkEdz5C+v36BF4wJBTivdfmY8jHIuuI=; b=L0VPLaybmyje/ZIx8a2k5CRRVVok2rkPqe8bL9b5Qx9k0O/Rg+sxa0OGQlval+FCkYRtTi 5BQAsz2CcpOnkZHY1MlEaxlJCeiEkZvYIWV8Fod+G1ljo+XkHl0GtylOOwCIuf2t7MVROy DRqgaimi+UBso2gvXpsSaMzrlkSYWUo= Date: Tue, 22 Nov 2022 20:13:46 -0800 MIME-Version: 1.0 Subject: Re: [PATCH v2] ARC: update definitions in elf/elf.h Content-Language: en-US To: Adhemerval Zanella Netto , Shahab Vahedi , libc-alpha@sourceware.org Cc: Claudiu Zissulescu , arcml References: <20221118131542.23188-1-shahab@synopsys.com> <20221121130624.9628-1-shahab@synopsys.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Vineet Gupta In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,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 11/21/22 06:30, Adhemerval Zanella Netto wrote: > On 21/11/22 10:06, Shahab Vahedi via Libc-alpha wrote: >> While porting ARCv2 to elfutils [1], it was brought up that the >> necessary changes to the project's libelf/elf.h must come from >> glibc, because they sync it from glibc [2]. Therefore, this patch >> is to update ARC entries in elf/elf.h. >> >> The majority of the update is about adding new definitions, >> specially for the relocations. However, there is one rename, one >> deletion, and one change: >> >> - R_ARC_JUMP_SLOT renamed to R_ARC_JMP_SLOT to match binutils. >> - R_ARC_B26 removed because it is unused and deprecated. >> - R_ARC_TLS_DTPOFF_S9 changed from 0x4a to the correct value 0x49. >> >> [1] >> https://sourceware.org/pipermail/elfutils-devel/2022q4/005530.html >> >> [2] >> https://sourceware.org/pipermail/elfutils-devel/2022q4/005548.html >> >> Signed-off-by: Shahab Vahedi > We discussed this briefly on glibc patchwork review meeting [1], > and if does not trigger any regression it ok to arch maintainers > to handle such changes. Shahab as a process followup, can you run the full glibc testsuite w/ and w/o this change and post the results summary here. It should be easy to do this with hsdk dev board. It can also help find fill the the glibc testing log for arc for the upcoming release ;-) as 2.36 [1] seems untested. -Vineet [1] https://sourceware.org/glibc/wiki/Release/2.36