Re: Ping on MIPS specific patch adds `short_call` synonym for `near` attribute

2017-09-10 Thread Paul Hua
bootstrap and regtested on mips64el-unknown-linux-gnu. On Sat, Sep 9, 2017 at 2:34 PM, Simon Atanasyan wrote: > Hi Paul, > > Probably the patch in the original message is broken somehow. Anyway I > attach updated patch to this mail. > > $ svn up > Updating '.': > At

Re: Ping on MIPS specific patch adds `short_call` synonym for `near` attribute

2017-09-09 Thread Simon Atanasyan
Hi Paul, Probably the patch in the original message is broken somehow. Anyway I attach updated patch to this mail. $ svn up Updating '.': At revision 251918. $ patch -p0 < ~/add_short_call_attribute.patch patching file gcc/config/mips/mips.c patching file gcc/doc/extend.texi patching file

Re: Ping on MIPS specific patch adds `short_call` synonym for `near` attribute

2017-09-08 Thread Paul Hua
Hi, Simon: I would like to testing your patch on mips64el target. but your patch can't apply to current trunk. error likes: --cut--- xuchenghua@fc21-2k4w:61: gcc_git_trunk $

Ping on MIPS specific patch adds `short_call` synonym for `near` attribute

2017-09-07 Thread Simon Atanasyan
This is a ping for a small MIPS specific patch adds `short_call` synonym for existing `near` attribute. The patch has not been approved or commented on. Add 'short_call' attribute for MIPS targets. https://gcc.gnu.org/ml/gcc-patches/2017-08/msg01280.html -- Simon Atanasyan