[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBLUA PATCH 3/3] Export symbols
Sorry, felipe Please ignore it, I replied to a wrong mail > -----Original Message----- > From: Minios-devel <minios-devel-bounces@xxxxxxxxxxxxxxxxxxxx> On Behalf > Of Justin He (Arm Technology China) > Sent: 2019年9月16日 11:34 > To: Felipe Huici <felipe.huici@xxxxxxxxx>; minios-devel@xxxxxxxxxxxxx > Cc: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> > Subject: Re: [Minios-devel] [UNIKRAFT/LIBLUA PATCH 3/3] Export symbols > > Hi Felipe > Looks good to me > Reviewed-by: Jia He <justin.he@xxxxxxx> > > -- > Cheers, > Justin (Jia He) > > > > > > -----Original Message----- > > From: Minios-devel <minios-devel-bounces@xxxxxxxxxxxxxxxxxxxx> On > Behalf > > Of Felipe Huici > > Sent: 2019年8月28日 23:29 > > To: minios-devel@xxxxxxxxxxxxx > > Cc: Felipe Huici <felipe.huici@xxxxxxxxx>; Simon Kuenzer > > <simon.kuenzer@xxxxxxxxx> > > Subject: [Minios-devel] [UNIKRAFT/LIBLUA PATCH 3/3] Export symbols > > > > For now we export all lua_* symbols, include lua_main for the main > > loop > > > > Signed-off-by: Felipe Huici <felipe.huici@xxxxxxxxx> > > Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> > > --- > > exportsyms.uk | 93 > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > + > > 1 file changed, 93 insertions(+) > > create mode 100644 exportsyms.uk > > > > diff --git a/exportsyms.uk b/exportsyms.uk > > new file mode 100644 > > index 0000000..49d712e > > --- /dev/null > > +++ b/exportsyms.uk > > @@ -0,0 +1,93 @@ > > +lua_absindex > > +lua_arith > > +lua_atpanic > > +lua_callk > > +lua_checkstack > > +lua_close > > +lua_compare > > +lua_concat > > +lua_copy > > +lua_createtable > > +lua_dump > > +lua_error > > +lua_gc > > +lua_getallocf > > +lua_getfield > > +lua_getglobal > > +lua_gethook > > +lua_gethookcount > > +lua_gethookmask > > +lua_geti > > +lua_getinfo > > +lua_getlocal > > +lua_getmetatable > > +lua_getstack > > +lua_gettable > > +lua_gettop > > +lua_getupvalue > > +lua_getuservalue > > +lua_ident > > +lua_iscfunction > > +lua_isinteger > > +lua_isnumber > > +lua_isstring > > +lua_isuserdata > > +lua_isyieldable > > +lua_len > > +lua_load > > +lua_main > > +lua_newstate > > +lua_newthread > > +lua_newuserdata > > +lua_next > > +lua_pcallk > > +lua_pushboolean > > +lua_pushcclosure > > +lua_pushfstring > > +lua_pushinteger > > +lua_pushlightuserdata > > +lua_pushlstring > > +lua_pushnil > > +lua_pushnumber > > +lua_pushstring > > +lua_pushthread > > +lua_pushvalue > > +lua_pushvfstring > > +lua_rawequal > > +lua_rawget > > +lua_rawgeti > > +lua_rawgetp > > +lua_rawlen > > +lua_rawset > > +lua_rawseti > > +lua_rawsetp > > +lua_resume > > +lua_rotate > > +lua_setallocf > > +lua_setfield > > +lua_setglobal > > +lua_sethook > > +lua_seti > > +lua_setlocal > > +lua_setmetatable > > +lua_settable > > +lua_settop > > +lua_setupvalue > > +lua_setuservalue > > +lua_status > > +lua_stringtonumber > > +lua_toboolean > > +lua_tocfunction > > +lua_tointegerx > > +lua_tolstring > > +lua_tonumberx > > +lua_topointer > > +lua_tothread > > +lua_touserdata > > +lua_type > > +lua_typename > > +lua_upvalueid > > +lua_upvaluejoin > > +lua_version > > +lua_xmove > > +lua_yieldk > > -- > > 2.11.0 > > > > > > _______________________________________________ > > Minios-devel mailing list > > Minios-devel@xxxxxxxxxxxxxxxxxxxx > > https://lists.xenproject.org/mailman/listinfo/minios-devel > IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended > recipient, please notify the sender immediately and do not disclose the > contents to any other person, use it for any purpose, or store or copy the > information in any medium. Thank you. > _______________________________________________ > Minios-devel mailing list > Minios-devel@xxxxxxxxxxxxxxxxxxxx > https://lists.xenproject.org/mailman/listinfo/minios-devel IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |