pls go ahead
Sun

On Fri, Oct 15, 2010 at 2:07 AM, Jian-Xin Lai <laij...@gmail.com> wrote:
> Hi,
>
> Rev 3374 introduced a new field alter_rr to SI. But the IA-64 targ_info is
> not updated to generate the new field. That cuase problems on IA-64. Here is
> the patch to generate the new field:
> Index: access/ekapi_itanium.cxx
> ===================================================================
> --- access/ekapi_itanium.cxx    (revision 3374)
> +++ access/ekapi_itanium.cxx    (working copy)
> @@ -394,6 +394,8 @@
>                 store_avail_time);
>      fprintf(fd,"  %-15s, /* resource requirement */\n",
>                 res_req_name.Vname());
> +    fprintf(fd,"  %-15s, /* alternative resource requirement */\n",
> +               "0");
>      if (res_req_num != 0) {
>          fprintf(fd,"  %-15s, /* res id used set vec */\n",
>                     id_set_name.Vname());
>
> Since IA-64 don't use alter_rr, I just set it to 0. Can gatekeeper review
> this change? Thank you very much.
>
> --
> Regards,
> Lai Jian-Xin
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> Open64-devel mailing list
> Open64-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/open64-devel
>
>

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to