From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2059) id 27D2D385802A; Thu, 13 May 2021 20:12:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 27D2D385802A MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Dimitar Dimitrov To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-779] libgcc: pru: Place mpyll into its own section X-Act-Checkin: gcc X-Git-Author: Dimitar Dimitrov X-Git-Refname: refs/heads/master X-Git-Oldrev: e554887df0934325464fd3e811022ee048328bb5 X-Git-Newrev: 8aa8a2af8fdc2e0939c0d803bd45b45d251e1a3f Message-Id: <20210513201245.27D2D385802A@sourceware.org> Date: Thu, 13 May 2021 20:12:45 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2021 20:12:45 -0000 https://gcc.gnu.org/g:8aa8a2af8fdc2e0939c0d803bd45b45d251e1a3f commit r12-779-g8aa8a2af8fdc2e0939c0d803bd45b45d251e1a3f Author: Dimitar Dimitrov Date: Sun Mar 21 16:38:51 2021 +0200 libgcc: pru: Place mpyll into its own section This should help LD's --gc-sections feature to reduce final ELF size. libgcc/ChangeLog: * config/pru/mpyll.S (__pruabi_mpyll): Place into own section. Signed-off-by: Dimitar Dimitrov Diff: --- libgcc/config/pru/mpyll.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libgcc/config/pru/mpyll.S b/libgcc/config/pru/mpyll.S index 1aa12a63b2c..cd093bb6b72 100644 --- a/libgcc/config/pru/mpyll.S +++ b/libgcc/config/pru/mpyll.S @@ -29,6 +29,8 @@ #include "pru-asm.h" + .section .text.__pruabi_mpyll, "ax" + .global SYM(__pruabi_mpyll) FUNC(__pruabi_mpyll) SYM(__pruabi_mpyll):