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

2017-09-12 Thread Matthew Fortune
Simon Atanasyan writes: > 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', 'far', and

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', 'far', and 'near' attributes. The > > 'long_cal

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

2017-09-11 Thread Matthew Fortune
Simon Atanasyan writes: > Here is the updated patch with chnaged e-mail address and fixed > indentation issues: > -8< > Currently GCC supports 'long_call', 'far', and 'near' attributes. The > 'long_call' and 'far' attributes are synonyms. This patch adds support > for the 'shor

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

2017-09-11 Thread Simon Atanasyan
Here is the updated patch with chnaged e-mail address and fixed indentation issues: -8< Currently GCC supports 'long_call', 'far', and 'near' attributes. The 'long_call' and 'far' attributes are synonyms. This patch adds support for the 'short_call' attribute as a synonym for `n

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

2017-09-11 Thread Matthew Fortune
Simon Atanasyan writes: > Currently GCC supports 'long_call', 'far', and 'near' attributes. The > 'long_call' and 'far' attributes are synonyms. This patch adds support > for the 'short_call' attribute as a synonym for `near` to make this list > complete, consistent with other targets, and compati