On Thu, Apr 17, 2008 at 9:31 AM, Jim Wilson <[EMAIL PROTECTED]> wrote:
>
> On Tue, 2008-04-15 at 11:27 +0530, Mohamed Shafi wrote:
> > On Mon, Apr 14, 2008 at 11:44 PM, Jim Wilson <[EMAIL PROTECTED]> wrote:
>
> > > A simple grep command shows that both arm and rs6000 already both support
> > >
On Tue, 2008-04-15 at 11:27 +0530, Mohamed Shafi wrote:
> On Mon, Apr 14, 2008 at 11:44 PM, Jim Wilson <[EMAIL PROTECTED]> wrote:
> > A simple grep command shows that both arm and rs6000 already both support
> > long call pragmas.
> I did see those but i coudn't determine whether it is possible t
On Tue, Apr 15, 2008 at 11:27 AM, Mohamed Shafi <[EMAIL PROTECTED]> wrote:
>
> On Mon, Apr 14, 2008 at 11:44 PM, Jim Wilson <[EMAIL PROTECTED]> wrote:
> >
> > Mohamed Shafi wrote:
> >
> > > For a function call will i be able to implement long call/short call
> > > for the same function at diff
On Mon, Apr 14, 2008 at 11:44 PM, Jim Wilson <[EMAIL PROTECTED]> wrote:
>
> Mohamed Shafi wrote:
>
> > For a function call will i be able to implement long call/short call
> > for the same function at different locations?
> > Say fun1 calls bar and fun2 calls bar. I want short-call to be
> > genera
Mohamed Shafi wrote:
For a function call will i be able to implement long call/short call
for the same function at different locations?
Say fun1 calls bar and fun2 calls bar. I want short-call to be
generated for bar in fun1 and long-call to be generated in fun2.
Is to possible to implement this
Mohamed Shafi wrote:
> For a function call will i be able to implement long call/short call
> for the same function at different locations?
> Say fun1 calls bar and fun2 calls bar. I want short-call to be
> generated for bar in fun1 and long-call to be generated in fun2.
> Is to possible to implem