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
[email protected]
https://lists.sourceforge.net/lists/listinfo/open64-devel