Re: [Open64-devel] About the pragma in Open64

2010-11-09 Thread Sun Chan
>> > >> > Thanks >> > May >> > >> >> -Original Message- >> >> From: Sun Chan [mailto:sun.c...@gmail.com] >> >> Sent: Monday, November 08, 2010 4:35 PM >> >> To: Li Shengmei >> >> Cc: open64-devel@

Re: [Open64-devel] About the pragma in Open64

2010-11-08 Thread Li Shengmei
t; Subject: Re: [Open64-devel] About the pragma in Open64 > > you are saying, you want func1 to be called func2 in some scope, but > not other places? > Sun > > On Mon, Nov 8, 2010 at 2:33 AM, Li Shengmei wrote: > > Yes, The format may be: > > program new_func_name

Re: [Open64-devel] About the pragma in Open64

2010-11-08 Thread Steve Ellcey
On Mon, 2010-11-08 at 14:55 +0800, Li Shengmei wrote: > Hi, all > I want to add a new pragma option in Open64. I want to rename the > functions' name with new names. > Such as, #pragma ("old_func_name", "new_func_name") > What information can I learn to achieve it? I am not so familiar

Re: [Open64-devel] About the pragma in Open64

2010-11-08 Thread Sun Chan
with new_func_name. > > Thanks > May > >> -Original Message- >> From: Sun Chan [mailto:sun.c...@gmail.com] >> Sent: Monday, November 08, 2010 4:35 PM >> To: Li Shengmei >> Cc: open64-devel@lists.sourceforge.net >> Subject: Re: [Open64-devel] About

Re: [Open64-devel] About the pragma in Open64

2010-11-08 Thread Li Shengmei
hengmei > Cc: open64-devel@lists.sourceforge.net > Subject: Re: [Open64-devel] About the pragma in Open64 > > Is this a global replacement? IOW, will there be scope that ties with > name space(I doubt you have this in mind, just want to be clear)? > Sun > > On Sun, Nov 7, 2010 at

Re: [Open64-devel] About the pragma in Open64

2010-11-08 Thread Sun Chan
Is this a global replacement? IOW, will there be scope that ties with name space(I doubt you have this in mind, just want to be clear)? Sun On Sun, Nov 7, 2010 at 10:55 PM, Li Shengmei wrote: > Hi, all >        I want to add a new pragma option in Open64. I want to rename the > functions' name wi