Message ID | 20230828034940.2056275-4-yunqiang.su@cipunited.com |
---|---|
State | Superseded |
Headers |
Return-Path: <binutils-bounces+patchwork=sourceware.org@sourceware.org> X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CF85638582A4 for <patchwork@sourceware.org>; Mon, 28 Aug 2023 03:52:30 +0000 (GMT) X-Original-To: binutils@sourceware.org Delivered-To: binutils@sourceware.org Received: from APC01-PSA-obe.outbound.protection.outlook.com (mail-psaapc01on2132.outbound.protection.outlook.com [40.107.255.132]) by sourceware.org (Postfix) with ESMTPS id 6ABB4385840F for <binutils@sourceware.org>; Mon, 28 Aug 2023 03:50:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6ABB4385840F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cipunited.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cipunited.com ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XZnintRf14nl3qZKAgGw0wBitSuhB+ebIBtSCPON5EFXeASltVlSkWTN/0v+YHqjkkqt28DSccX/QLL3yt90OkL1XRKyENLEJpTR8LHsslTIS41mPx+J+CPmFHT+vYI4J+M4EweBKBvKj01R9FOIurLjNzkXpA59F03LWOhTMpHOJ6epRWa0FCxzvgrd6MfUEIdjTPs0ABK3mavTGiiiGIgtJnK1sCM88HsVII2idkv3Rq1fAWqKsvrzLCxQE7iNs41LhtZC6N9bLMuu3tQ/WujDw5KyUZN9O1cYfCUqkWlwHYD4Z4jW6kOdt6HiSWY2xyRgfMs4+FF1qFVPaL+RuQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=dkmB4isB7WfCtFIhhWXcYlJvvqkOl0Y6ZMzLH4Cd2Ic=; b=WDIEfVSOanarklhKNxQYDZBKNdmvX4+8Hj1yrwofKs9dFt0Jnz5f1QJ9vECrXsQrAnElN9ZVIX1bTi7DSKyXzik1FYKWKnByjbhxD0k4NtZc2HBpvb670ickSIETuI+Nie0qDUnHoaSUDkJGv5rAfNzwWMcDo2z/Tc0S/s7BRPFQ2V0TuUZiJH2Pyc1TraxAEvtHgM/2CJLyNBEz7p8PEUAoSnwqoz/sgzl2IETfJDWFYdOSZOXprMgesej1j+uCY476WCGXPj0hrr784H+EKvg7thQ1dVQEHThe62/sqee54YR2s3hPRPjl2la3tMMayDCRkfuDIbRByOj2X59H+A== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cipunited.com; dmarc=pass action=none header.from=cipunited.com; dkim=pass header.d=cipunited.com; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cipunited.onmicrosoft.com; s=selector1-cipunited-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=dkmB4isB7WfCtFIhhWXcYlJvvqkOl0Y6ZMzLH4Cd2Ic=; b=uPxJfSYPAuPiZVLIbQqhF6AaUEukmzYccZxUMPx25dtvxDLyWqdppkHrC74aPKS4fi+Ri5dYIpNDzjypwDLpLTMnSJv5mXOdnlzbeS7P0bHNyxcmyvjB0D1JQdna21JpAjh3sRJ1giVp/y0EjhI5P3zgXIiaaPz0J932cyOt2fs= Authentication-Results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=cipunited.com; Received: from TYZPR04MB6117.apcprd04.prod.outlook.com (2603:1096:400:25a::9) by KL1PR04MB7164.apcprd04.prod.outlook.com (2603:1096:820:f9::11) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.6699.34; Mon, 28 Aug 2023 03:50:29 +0000 Received: from TYZPR04MB6117.apcprd04.prod.outlook.com ([fe80::b15:a53e:604e:a735]) by TYZPR04MB6117.apcprd04.prod.outlook.com ([fe80::b15:a53e:604e:a735%3]) with mapi id 15.20.6699.034; Mon, 28 Aug 2023 03:50:29 +0000 From: YunQiang Su <yunqiang.su@cipunited.com> To: binutils@sourceware.org Cc: YunQiang Su <yunqiang.su@cipunited.com> Subject: [committed 4/6] Gold/MIPS: Add targ_extra_size=64 for mips32 triples Date: Sun, 27 Aug 2023 23:49:38 -0400 Message-Id: <20230828034940.2056275-4-yunqiang.su@cipunited.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230828034940.2056275-1-yunqiang.su@cipunited.com> References: <20230828034940.2056275-1-yunqiang.su@cipunited.com> Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: FR3P281CA0113.DEUP281.PROD.OUTLOOK.COM (2603:10a6:d10:a3::12) To TYZPR04MB6117.apcprd04.prod.outlook.com (2603:1096:400:25a::9) MIME-Version: 1.0 X-MS-PublicTrafficType: Email X-MS-TrafficTypeDiagnostic: TYZPR04MB6117:EE_|KL1PR04MB7164:EE_ X-MS-Office365-Filtering-Correlation-Id: 5bcf8e69-59b4-4a16-4a16-08dba779ebc1 X-MS-Exchange-SenderADCheck: 1 X-MS-Exchange-AntiSpam-Relay: 0 X-Microsoft-Antispam: BCL:0; X-Microsoft-Antispam-Message-Info: feoUMlwxn2Br9nWTN67nlah418YXOXJfcZGnbfBIZ1Z8yCwc9JEAjhqQJjbk2lBNqB/XFkiB3rRSpRYFhgkAVrj4V0O3YKcllzjMGuUFOfbQOLlqakLeO6Z47ElwuNh4Klx3MKT6kbMRp5rD2LrQv/qf5w2nrBWBk0/Ai31RG/29etrkeXdBHGBM1yFouBZHEsUwLy5HUf+YwnRreQxKUyaFbNa4t5B6FUmok667mSYkqclGb1Khs04XULfkBgufaiM7mgKoplWeahECuddC6GbJHxk1Qg5UJeOjDsdo4Tz8qPt+b1lli8nsRZDOez2RV+6C7uAtOxG6/Tig7d6wqOkAxfAjyVJQik9XrQksq0kb8miP+bjusH1DfRkWX4d9G9fsrEJ6n8XoQoSdubO8N0rW131YqIC9BGMwtoHOmiaafPQj45nWdlD5PaQz0v8oCcvPQalAQkRD95wGJYS45vX4IE2EbHUKJ6+vdd/QwseyODBYqRtijwOwWvG/KYsKEagHQvVdL58R5U37OjBI95+kGblZp19kb9unGVQ1efxhltzBFQyRWLgglCCPgfYHJ6Ki/HnWIFpiPnSGIz8OPyaaC8tI2dZ9+CR8njsngT2BKHswUK04w3PFulPheuwh X-Forefront-Antispam-Report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:; IPV:NLI; SFV:NSPM; H:TYZPR04MB6117.apcprd04.prod.outlook.com; PTR:; CAT:NONE; SFS:(13230031)(366004)(136003)(376002)(346002)(396003)(39830400003)(1800799009)(451199024)(186009)(6486002)(6666004)(6506007)(52116002)(2906002)(4744005)(26005)(41300700001)(1076003)(478600001)(6916009)(316002)(107886003)(66556008)(8676002)(66476007)(8936002)(4326008)(5660300002)(86362001)(36756003)(6512007)(2616005)(38350700002)(38100700002)(66946007); DIR:OUT; SFP:1102; X-MS-Exchange-AntiSpam-MessageData-ChunkCount: 1 X-MS-Exchange-AntiSpam-MessageData-0: GQ6T2GI5EaEf2lTL8Rlo0/hS2f7MAl9ZKgWKxcfIi/g7iVsYidzlLBKW3KR0YJy8lEhiA/ErIcHt3P6tZ70cmkYemoyX0H0xL6QXmYuwU+WrvxgtpelWyUnYSSZsCeH/Pl2jRQO3Mx4EfnDWboXffsUY/kjAehvd+8PRr3r9A8K0RTRT6DR0ONiTRVZsAf2P6oSRCEquEaYihiGO2ZAydhxHXXu5SLhMVhtczptruCupgKq1qnW8F+6CQ15CIGqjuLcTxe/ymeEZg+JcW5JEFGpb0j7dS35txHgjVZ5AseJ2dAjcjuJFPaI39PJhA2UnPM2HHO0T8hm490vdTauLFpgTL4c5Gtw15ZWMq0+N9mnpkMRdfPoKe9JMEwtK7LYzAr8WvCRzwLsaTA5g2psbYDOqy+Am6Az0olrdSRvB4RFVG4JxCN8mCk6eVMyZaoa+ysD77VVPm27+wG6a1hGTv0xEUImbDy3cbPHyZL8CfWS/ut+0qRxZfNT/e1FzpntZlW2sjg511purkpb27dlwBRXFLeOcr+iYEF2r04ZfOZZLnsrZM7x5BVbQQcdcBKMuMaachGHYgx/HRCGucPqTMm/Z9QD25V/QusITLf/lJnrHNTZU/FxmSzvNT1Hwnts2HZ0Uw/TxZgWx3bF/ChbMfm/pv6tzfUrdURNQK2G5Tg/ZOCZBJMVYec2/H38rZFzTAmtcWKU/V10TjEf9o+C9hpMuddsAUeTngiMRZT0PvFmxiw6w0qmjrgfaz2qgqpABlfjBf+CSQnUU8YzxCKdTuoZy5xZFejUG7fKaEnU5jlEooHTmgG0eQLxcCMQqJ9Vy3BMpi2cFkejf12trZJBfxPw3lfKfof2xu6rDaUl2sINZd7KzoaG2ffPSux85yy7z7l1r14RxVtXmjLbt0xAEc2S1rGkznVj3soZNJ3xEDei2ptyIRXR2hu4JYPoBe4rzZvwgKZJ9cwdZWd29e5TItelRRIrba+tsjvPUnfuVE4zIUtX8TSyvEUVCcmDqYAQfGcKnyByePYGoj0ysnZguhSHo4tYzcZEBKIjkKIA5kO3NAgIcQmyr/BO5D8JYmqhS3t1BM6dzXsY0brEfgs5MnpVFGKBlJcQsXQR5QTzJYaCZuWL3FYNAzirekhO/Rsh0T9Z0jKAqaKlWqtOqdQSnwT0C0wTq+qInFnslctnOf8qfLLM4yI0kKlUFyc2JMdd+wikxHbYN54GUX1NuO5kvmw78DZtGy488xjZNIfLIT7kR2kgSfPudGSSImxndo37Ive9u2dM8UlttNuedirmRRFYhbaOMRqHgPc6KFkYzRWngvQFD7pWFNNdI/wA+cLAndJ1nTV8msV3gXFfVxG6XFwpUFa2X+fANwdDKoWh/g43iUcxlgDSvVnvarZzDS+UL+dFF3pkqTbpLC3mhfkX7Eb8auZ+UE3RZjQsxb/a9YQfil4Sfnp2otDiqcOklzuIzZvWAbPoomlVAKTanNPLWULHzDbFaAH8JH6VZhAAjWHAu0l0CkT53/IEk33qW21oQxh1rCq1xnbtJPiI+gtNT7CxreQ2085K2iXdnevNDeM4n8pNpzBj0KBCeQXP42n+CgvLnilQL4u+dgbxSydi7OQ== X-OriginatorOrg: cipunited.com X-MS-Exchange-CrossTenant-Network-Message-Id: 5bcf8e69-59b4-4a16-4a16-08dba779ebc1 X-MS-Exchange-CrossTenant-AuthSource: TYZPR04MB6117.apcprd04.prod.outlook.com X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-OriginalArrivalTime: 28 Aug 2023 03:50:29.4572 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: e31cf5b5-ee69-4d5f-9c69-edeeda2458c0 X-MS-Exchange-CrossTenant-MailboxType: HOSTED X-MS-Exchange-CrossTenant-UserPrincipalName: rtFQQZoewa5Yilm3m8Tr+xL6xJuurg7jw8zQHcfIL2L8fewgMVgqfc7NejKCYDxV1YTYems3zjjE0LeYjJRjo2LVMSPLQsnIECyOjTRU+Ag= X-MS-Exchange-Transport-CrossTenantHeadersStamped: KL1PR04MB7164 X-Spam-Status: No, score=-13.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, 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 X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils mailing list <binutils.sourceware.org> List-Unsubscribe: <https://sourceware.org/mailman/options/binutils>, <mailto:binutils-request@sourceware.org?subject=unsubscribe> List-Archive: <https://sourceware.org/pipermail/binutils/> List-Post: <mailto:binutils@sourceware.org> List-Help: <mailto:binutils-request@sourceware.org?subject=help> List-Subscribe: <https://sourceware.org/mailman/listinfo/binutils>, <mailto:binutils-request@sourceware.org?subject=subscribe> Errors-To: binutils-bounces+patchwork=sourceware.org@sourceware.org Sender: "Binutils" <binutils-bounces+patchwork=sourceware.org@sourceware.org> |
Series |
[committed,1/6] Gold: Add targ_extra_little_endian to configure.ac
|
|
Checks
Context | Check | Description |
---|---|---|
linaro-tcwg-bot/tcwg_binutils_build--master-arm | fail | Patch failed to apply |
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 | fail | Patch failed to apply |
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 | fail | Patch failed to apply |
linaro-tcwg-bot/tcwg_binutils_check--master-arm | fail | Patch failed to apply |
Commit Message
YunQiang Su
Aug. 28, 2023, 3:49 a.m. UTC
So we can enable 64bit ELF support for MIPS32 toolchain. --- gold/configure.tgt | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/gold/configure.tgt b/gold/configure.tgt index 8f0f21bdc03..4b16634ff4e 100644 --- a/gold/configure.tgt +++ b/gold/configure.tgt @@ -157,6 +157,7 @@ mips*el-*-*) targ_obj=mips targ_machine=EM_MIPS targ_size=32 + targ_extra_size=64 targ_big_endian=false targ_extra_big_endian=true ;; @@ -164,6 +165,7 @@ mips*-*-*) targ_obj=mips targ_machine=EM_MIPS targ_size=32 + targ_extra_size=64 targ_big_endian=true targ_extra_little_endian=true ;;