From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id B03EB385801D for ; Thu, 14 Jan 2021 06:00:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B03EB385801D Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id B83FC335C8E; Thu, 14 Jan 2021 06:00:01 +0000 (UTC) Date: Thu, 14 Jan 2021 01:00:02 -0500 From: Mike Frysinger To: "H.J. Lu" Cc: binutils@sourceware.org Subject: Re: [PATCH] bfin: Skip non SEC_ALLOC section for R_BFIN_FUNCDESC Message-ID: <20210114060002.GI6938@vapier> Mail-Followup-To: "H.J. Lu" , binutils@sourceware.org References: <20210113124155.3240078-1-hjl.tools@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4LwthZj+AV2mq5CX" Content-Disposition: inline In-Reply-To: <20210113124155.3240078-1-hjl.tools@gmail.com> X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2021 06:00:03 -0000 --4LwthZj+AV2mq5CX Content-Type: text/plain; charset=utf-8 Content-Disposition: inline On 13 Jan 2021 04:41, H.J. Lu via Binutils wrote: > Linker should never generate dynamic relocations for relocations in > non-SEC_ALLOC section which has no impact on run-time behavior. Such > relocations should be resolved to 0. does elf32-frv.c need the same fix ? kind of looks like it. otherwise, lgtm, thanks -mike --4LwthZj+AV2mq5CX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAl//3eIACgkQQWM7n+g3 9YGyrhAA3gYpWFS+Nm7BE/QhSmPpQj+KHpHxUbGLGvbGqGSqGAuw9cTps97fsAOZ L7SbeWXawZisxx0KbX+hBhQQmJdROC+sQ5xLpHN2YvOcu0Y5K1rsOPcJbh97vmxo kvcpDLMLHG4kPnKEVb5IzoueNQ8Y2/kUMzqLDYGW/CaKLF+3OjAyT4LXq59sGs1Z 6BYKJtCDyDaIfA9nstbVV4ICT5QBqrtzhtekcs9UXmvVH+4AVYc2KVggQmPWYo/e 5HIpwkRjG7fbsv8p9zm4FXxYwxOXBwNinR6yq2T7zPycoqpS9ARyhw/3+mye3qIt U5WIZLOSZpbsLDPMNofi5izSgfKFR5dlypa908cWNLzE+6vzBdXjVXexKNLGYPPP T1T5TT3iWWBy0ki/v9NGhwQJ+GVipgRazk13doZ376XQ8zurbeQlpvzL+iE1+YL7 FHmOGN76jVuZh139bvH7/+9nJuzVyWPZovJxL/cZ5yTu0DEo/laa3Gm2J0+xaomc zHFO73R/c33wjd3eNpyOghtDw2MnCz7jSER7IR/YIZ6D7Nm3QupN7ChsLY9i2Rgg oRO7a2YOsoeaSOpbR5TJqX1ZvaZTQDCE7JeedpJeF+Vc5nSsXI60y3JBCAKFrZHM aSCXIlkLMdhlMxaond7FSr+MKj59lzYrm6O8aJnUb4raxVq9UQ4= =Xdy3 -----END PGP SIGNATURE----- --4LwthZj+AV2mq5CX--