On Sat, 28 Jul 2018 20:42:02 +0100 "slyfox.inbox.ru via gcc-patches" <[email protected]> wrote:
> From: Sergei Trofimovich <[email protected]> > > Cc: Ian Lance Taylor <[email protected]> > Cc: Jeff Law <[email protected]> > Cc: Andreas Schwab <[email protected]> > Signed-off-by: Sergei Trofimovich <[email protected]> > --- > libgcc/config/m68k/lb1sf68.S | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libgcc/config/m68k/lb1sf68.S b/libgcc/config/m68k/lb1sf68.S > index 325a7c17d9b..d5240d4aa55 100644 > --- a/libgcc/config/m68k/lb1sf68.S > +++ b/libgcc/config/m68k/lb1sf68.S > @@ -435,6 +435,7 @@ $_exception_handler: > .text > FUNC(__mulsi3) > .globl SYM (__mulsi3) > + .hidden SYM (__mulsi3) > SYM (__mulsi3): > movew sp@(4), d0 /* x0 -> d0 */ > muluw sp@(10), d0 /* x0*y1 */ > @@ -458,6 +459,7 @@ SYM (__mulsi3): > .text > FUNC(__udivsi3) > .globl SYM (__udivsi3) > + .hidden SYM (__udivsi3) > SYM (__udivsi3): > #ifndef __mcoldfire__ > movel d2, sp@- > @@ -534,6 +536,7 @@ L2: subql IMM (1),d4 > .text > FUNC(__divsi3) > .globl SYM (__divsi3) > + .hidden SYM (__divsi3) > SYM (__divsi3): > movel d2, sp@- > > -- > 2.18.0 > Patch ping. Not sure which is preferable v1 (as other targets do) or v2. -- Sergei
pgpLNOtBofVZq.pgp
Description: Цифровая подпись OpenPGP
