From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) by sourceware.org (Postfix) with ESMTPS id 51D49385842D for ; Mon, 1 Nov 2021 12:50:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 51D49385842D Received: by mail-qt1-x834.google.com with SMTP id o12so4894499qtv.4 for ; Mon, 01 Nov 2021 05:50:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=+r924JJgArS9j5SZr8RdObiD+t6Fz+cXs9vLmGanUtI=; b=8Bkef2rkAE1byRwVLNn26y4+qKvlmBbiLGb/ZQSPh7lIL6BByvQQ2L1pW1m/LHS1xR wP4K7UuaEyMQMN/Zxe5yan0JG/z/ZyFt4xuxcI7gnr4z5t7Uv7K3mfRvxCJB5NfG9FVs JgoFcbHhIWRhg+lLGvL7IV+GF8e+ioHmX5WCcLLBpFw4ZNMdBgHtKM7P+3akYLP/Osth +CK441Yp4QltPFml0V8uSHh9bItghL0LrSKjCvVmydPQkovXc1xaSWyxHbBIUoHuq2PF ffjc2JETYCJVT0XR405Z2UMXHReizI2mTq/Wwuf08ANWubHIi2O6YjwU+rNp5Xu96pEn iHQA== X-Gm-Message-State: AOAM533aRN7FvqBJdm14bcXMRbDaLWYybtqdGbHj5fNoLtCTHnOILRet xtNRqvRoxbdQzZ0HVVEbcQPMkwqrZDqYyg== X-Google-Smtp-Source: ABdhPJzmGQatpELURsDgNbYc3ZzSERBDFuxNVr3wyj8LFDEEyboQKtPHU3gLsgIx3iUuWBMBCH14lA== X-Received: by 2002:a05:622a:1744:: with SMTP id l4mr11936227qtk.271.1635771006704; Mon, 01 Nov 2021 05:50:06 -0700 (PDT) Received: from birita.. ([2804:431:c7cb:b64f:7c54:165f:8728:a193]) by smtp.gmail.com with ESMTPSA id g1sm4958193qtb.7.2021.11.01.05.50.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Nov 2021 05:50:06 -0700 (PDT) From: Adhemerval Zanella To: libc-alpha@sourceware.org, =?UTF-8?q?F=C4=81ng-ru=C3=AC=20S=C3=B2ng?= Subject: [PATCH 0/3] Fix lld build for armhf Date: Mon, 1 Nov 2021 09:50:00 -0300 Message-Id: <20211101125003.500945-1-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2021 12:50:08 -0000 With this patchset I can build and run make check on arm-linux-gnueabihf with lld 13.0. I see 12 regressions, however I think it something related to lld instead of a glibc issue: FAIL: elf/ifuncmain1pic FAIL: elf/ifuncmain1picstatic FAIL: elf/ifuncmain1pie FAIL: elf/ifuncmain1staticpic FAIL: elf/ifuncmain1staticpie FAIL: elf/ifuncmain1vis FAIL: elf/ifuncmain1vispic FAIL: elf/ifuncmain1vispie FAIL: elf/ifuncmain3 FAIL: elf/ifuncmain4picstatic FAIL: elf/ifuncmain5picstatic FAIL: elf/ifuncmain5staticpic Adhemerval Zanella (3): arm: Use internal symbol for _dl_argv on _dl_start_user arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descriptors support elf: Assume disjointed .rela.dyn and .rela.plt for loader elf/dynamic-link.h | 32 +++++++++----------------------- sysdeps/arm/Makefile | 7 +------ sysdeps/arm/dl-machine.h | 2 +- 3 files changed, 11 insertions(+), 30 deletions(-) -- 2.32.0