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 <dimitar@dinux.eu>
This commit is contained in:
parent
e554887df0
commit
8aa8a2af8f
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
|
||||
#include "pru-asm.h"
|
||||
|
||||
.section .text.__pruabi_mpyll, "ax"
|
||||
|
||||
.global SYM(__pruabi_mpyll)
|
||||
FUNC(__pruabi_mpyll)
|
||||
SYM(__pruabi_mpyll):
|
||||
|
|
Loading…
Add table
Reference in a new issue