Re: [PATCH] Add 'short_call' attribute for MIPS targets

2017-09-12 Thread Simon Atanasyan
On Mon, Sep 11, 2017 at 03:26:52PM +, Matthew Fortune wrote: > Simon Atanasyan writes: > > Here is the updated patch with chnaged e-mail address and fixed > > indentation issues: > > -8< > > Currently GCC supports 'long_call&

Re: [PATCH] Add 'short_call' attribute for MIPS targets

2017-09-11 Thread Simon Atanasyan
pport for the 'short_call' attribute as a synonym for `near` to make this list complete, consistent with other targets, and compatible with attributes supported by the Clang. Tested on mipsel-linux-gnu. 2017-08-18 Simon Atanasyan gcc/ * config/mips/mips.c (mips_attribute_table)

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

2017-09-08 Thread Simon Atanasyan
to testing your patch on mips64el target. but your patch > can't apply to current trunk. > > On Thu, Sep 7, 2017 at 7:22 PM, Simon Atanasyan wrote: > > This is a ping for a small MIPS specific patch adds `short_call` > > synonym for existing `near` attribute. The patch

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

[PATCH] Add 'short_call' attribute for MIPS targets

2017-08-22 Thread Simon Atanasyan
h other targets, and compatible with attributes supported by the Clang. Tested on mipsel-linux-gnu. 2017-08-22 Simon Atanasyan gcc/ * config/mips/mips.c (mips_attribute_table): Add 'short_call' attribute. (mips_near_type_p): Add 'short_call' attribute as a synonym f