The option is already implemented in open64, but not add to driver.
You can grep word "regparm" in open64 code to see the implemenation.

thanks
zhuqing

2011/8/30 Sun Chan <sun.c...@gmail.com>:
> this does not actually change the number of reg used as integer arg
> Sun
>
> On Tue, Aug 30, 2011 at 4:04 PM, 朱庆 <zqing1...@gmail.com> wrote:
>> Hi all,
>>
>> Can gatekeeper help review following fix for bug867?
>> https://bugs.open64.net/show_bug.cgi?id=867
>>
>> The problem is open64 does not support option -mregparm=NUM ("Control
>> the number registers used to pass integer arguments").
>>
>> Patch:
>> Index: osprey/driver/OPTIONS
>> ===================================================================
>> --- osprey/driver/OPTIONS       (revision 3648)
>> +++ osprey/driver/OPTIONS       (working copy)
>> @@ -2118,6 +2118,8 @@
>>        ""
>>  -malign-functions=%d   warn_ignored(option_name);      ALL     NONE    self
>>        ""
>> +-mregparm=%d            ;      ALL      anyfe    -mregparm=%d
>> +       "Control the number registers used to pass integer arguments"
>>  %%% x86 extensions
>>  -mmmx  toggle(&mmx,TRUE);              ALL     ALL     ""
>>        "Enable MMX extensions"
>>
>> Thanks
>> zhuqing
>>
>> ------------------------------------------------------------------------------
>> Special Offer -- Download ArcSight Logger for FREE!
>> Finally, a world-class log management solution at an even better
>> price-free! And you'll get a free "Love Thy Logs" t-shirt when you
>> download Logger. Secure your free ArcSight Logger TODAY!
>> http://p.sf.net/sfu/arcsisghtdev2dev
>> _______________________________________________
>> Open64-devel mailing list
>> Open64-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/open64-devel
>>
>

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to