libffcall0-2.1-bp153.1.17 >  A `Cu!M@eeeclX&DKxf$:`;M1'1.NhK2@F* mfњ-ɑ)kW85mQC ;{R䡔VPz+NF{r0PӇ|#O|) $O6dnL8q+Džf?8-Ŷ(mMh/i#`z tZ&4::\;rN,7dJX&{X~̏Ifffc77d3e47e346ef97de929098efcf2e579dbac9343ebfa9a20c0af9613f940a5cdcb804caf18d3733dc693932b37bf9ecce835WL`Cu!M@eeeZg|8&di( ma2(N%0c `ɱ4o-Ԁ657nw!:27g흀nm~g1^/Y6FgPJtaBDLQpk9GՓzw3`xLV};-7Yo͜&ڋocu .} &5vOʑ 9< s ;MSQ_|{=x1^ *QBPYYoF]Gr>p@ 4? $d   K 9BK ev      l   (8 9 : >@*F9GPHpIXY\]^bc:defluvw<x\y|z Clibffcall02.1bp153.1.17Libraries for foreign function call interfacesThis is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: - avcall: calling C functions with variable arguments - vacall: C functions accepting variable argument prototypes - trampoline: closures as first-class C functions - callback: closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline)`Cdobs-arm-9mSUSE Linux Enterprise 15 SP3openSUSEGPL-2.0+https://bugs.opensuse.orgSystem/Librarieshttp://www.gnu.org/software/libffcall/linuxaarch64( #`Cb`Cb`Cc`Cc`Cb`Cb`Cc`Cc231f4012a536a5d1cbd404d65f44393871163a8ba6150fdd1e5c2d8e5a049f4955f643b386eb76ac1c464bc57b3bb29f9450f095f3b698eb3b4820ba830943886139e4c95f52edf0843055cb8dd22ee99a3d5898b72868a3f5db0e2be8cda8da41f2c6e3e86d84598e599adf3d0cce5351dd51aeab62b1147e98371df3cf89c9libavcall.so.1.0.1libcallback.so.1.0.1libffcall.so.0.0.1libtrampoline.so.1.0.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootffcall-2.1-bp153.1.17.src.rpmlibavcall.so.1()(64bit)libcallback.so.1()(64bit)libffcall.so.0()(64bit)libffcall0libffcall0(aarch-64)libtrampoline.so.1()(64bit)@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z Z Z@YzYS@YP@YP@VRb@Q'@werner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deschwab@linux-m68k.orgro@suse.dewerner@suse.de- Correct order of %file and %defattr- Allow debuginfo- Update to (lib)fcall-2.1 release * Added support for the following platforms: (Previously, a build on these platforms failed.) - x86_64: Solaris 11.3. - OpenBSD 6.1. - HardenedBSD 10 and 11. * Fixed a bug regarding passing of pointers on the following platforms: - x86_64: Linux with x32 ABI: CC="gcc -mx32". * Fixed a crash in trampoline on the following platforms: - Update the patch ffcall-trampoline.patch even if not applied- Update to (lib)fcall-2.0 release * The package now installs a library libffcall.{a,so}. It contains the 'avcall' and 'callback' packages. The libraries libavcall.{a,so} and libcallback.{a,so} are still installed as well, but are deprecated. * The installed libraries are now installed as shared libraries by default (except for libvacall, which is still a static library only). * The installed shared libraries are now properly versioned. This means that when installing with --enable-shared, upgrading to a newer version of libffcall will not break existing binaries. * The installed include files are now platform independent. This means that you can now install libffcall for different ABIs on the same system, using the same --prefix option but different --exec-prefix options for each ABI. * API changes in : - The second argument of alloc_trampoline() is now a 'void**', rather than a 'void*'. - The return value of trampoline_variable() is now a 'void**', rather than a 'void*'. - The argument of trampoline_address(), trampoline_variable(), trampoline_data() is now a function pointer instead of a 'void*'. * Fixed a bug regarding floating-point arguments followed by non-floating-point arguments on the following platforms: - arm: Linux 32-bit, with hardware floats. - powerpc: Linux 32-bit. - s390: Linux. * Fixed a bug regarding structure returns on the following platforms: - i386: FreeBSD. - i386: MinGW. - mips: old 32-bit ABI (Linux, IRIX). * Added support for the following platforms: (Previously, a build on these platforms failed.) - i386: MSVC 14. - x86_64: Cygwin. - x86_64: MinGW. - x86_64: MSVC 14. - hppa64: HP-UX 11. - m68k: Linux. * Verified support for the following platforms: (A build on these platforms worked and still works.) - i386: FreeBSD, NetBSD, OpenBSD, DragonFly BSD. - i386: Hurd. - x86_64: FreeBSD, NetBSD, OpenBSD. - New package libffcall0 to hold the new shared libraries mainly libffcall.so.0.0.0- Accordingly to Bruno Haible the define -DMAP_VARIABLE=MAP_PRIVATE should become removed- Add some more debug code for build architecture- Update to (lib)fcall-1.13 release * The license has been changed from GPLv2 to GPLv2+. * Added support for the following platforms: (Previously, a build on these platforms failed.) - x86_64: Mac OS X 64-bit. - x86_64: Solaris 64-bit. - x86_64: Linux with x32 ABI: CC="gcc -mx32". - arm: Linux 32-bit, without hardware floats. - arm64: Linux 64-bit. - s390x: Linux 64-bit. - powerpc: AIX 64-bit. - mips: IRIX 6.5 with CC="cc -32". - sparc: Solaris 64-bit. * Fixed support for the following platforms: (Previously, a build on these platforms appeared to succeed but was buggy.) - x86_64: Linux. - arm: Linux 32-bit, with hardware floats. - powerpc: Linux 64-bit. - mips: Linux with CC="gcc -mabi=32". - mips: Linux with CC="gcc -mabi=n32". - mips: Linux with CC="gcc -mabi=64". - mips: IRIX 6.5 with CC="gcc -mabi=n32". - s390: Linux. - sparc: Linux 64-bit. - ia64: Linux. - hppa: HP-UX 32-bit. * Verified support for the following platforms: (A build on these platforms worked and still works.) - i386: Linux, Solaris, Mac OS X. - powerpc: Linux 32-bit. - powerpc: AIX 32-bit. - powerpc: MacOS X. - mips: IRIX 6.5 with CC="cc -n32". - sparc: Solaris 32-bit. - sparc: Linux 32-bit: CC="gcc -m32". - alpha: Linux. * Support for a security feature: On Linux and FreeBSD platforms, linking with the libffcall libraries no longer causes the stack to become executable. - Remove the patch ffcall-asm_cachectl.patch - Update the patch ffcall-trampoline.patch- Update to ffcall-1.12 release * Added ppc64le to the list of supported architectures. * Header now define LIBFFCALL_VERSION (to 0x010B). * Better support for IA64 on Linux (kernel 2.6.16+ and gcc 4.1.0+). * Added ARM support from Jonathan Olson (debian 1.10-2). * Added MIPSel support from Thiemo Seufer (debian 1.10-2). * Added ARMel support from Max Lapan.- remove s390x from list of architectures (no asm code available)- Add missing BuildRoot tag/sbin/ldconfig/sbin/ldconfigobs-arm-9 16150047722.1-bp153.1.172.1-bp153.1.17libavcall.so.1libavcall.so.1.0.1libcallback.so.1libcallback.so.1.0.1libffcall.so.0libffcall.so.0.0.1libtrampoline.so.1libtrampoline.so.1.0.1/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/958f200aa5d850a1988caf097e109ed7-ffcallcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fba7852607f511414fe5f6b707f89815a0c83632, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=df7f80aac7c17bdcf87332a8104d70966570c374, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d0dc2c9596ccad07fcd71427d5510f6892b02591, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=73d1745b2aced1809584803c4cd72881dfdf7d39, not stripped PRRPRRRRPRRRRPRRRRcI?';ܐ utf-86aa37e98a3d7c52803dd4d7eedb5bf170641f691a9a5a6afdd525f4d74be1cd3?7zXZ !t/r2] cr$x#Ddh=MA~ +$b`fFh0yHL#Y[*P(ISpeB 2ԸR[m L-h%3EBr(V𿩲, ϹO7uj΅ba cpI"6*-Bv֮+mݮ.Ue\7]|K[ JKˮJ L؀+6&A`l 1K| ̍-T澣B.~AO,yUk4-6顧H[/#-D$40P^:FoaigP6 62y9Wb?}w4awrG\n?H]Zr<&BU:W=$AQ (Lx/+9G#'(sn+ӒddKuΊi&J=3:%YbG*wTV} O"z`D ,Tm63u @oF"(W) QpjIݔ~3N)TsfUٮp `DV r ~c"$K'4f1r^߂"Lc҈X3~|Ʋn͑0l<-; \5~t,^v`R0Dm҈w \6 b01\<,}Lu6NfЇ8Zסѿ לUkK\D?>^g㪤V4` C'ˮ4NvV/VŴfq eD=螰t]Rd6vЇGeg =gh-%wmC$huNE%q+*' XqJe:ZW8N9NGmE,{%bRZO:ay=i}vp[M_e qfHj[rG@4b"ofA_W `gI4C JLop@9B}` gA!#R%-MyRMU9eHpdUV H,!Kx]d)F<=yb2^qckE؆l \tB5|uhge}W6Fnͧ]>Q{ے 죪E37޺!VɱhtWjjkg7 A"bGWLJpvJ-2Ϗ ^˩k`7ڰTg7 '(*+ SpaA(jǏĘTt;߽;=h*ٍʱasJ>\j:d$tlޚ28&Gd%-WAD}*7 xـ4-P!ē;8OpBPuM)%fN6=IkOqtާyFA>=h4B r([ Yˇ2_hq_8:xգ@ -iMJbI+;n穟lG[9[=usε;sBܫYaujMRnI4V'k\6wv#;:b9?=jq`E>l@ŢVǘ],3m ;ȩ)ŨvME(?(8ThqseK930ʥvObsk*ˈ/|4icuZҪ*;D8@cMu.ڤZ {wnˬף=>N,bw2G3Ȓ Iu*knҁ R}05l:t"ѡT4._Vc~oMˈ>'wosP4,F21Vvȸ?yKfc8P9QucAMPeK4)T -DD8AFgm)z(!(]؜yYpب*E",ā,os~ <7ӰKl,p C0)0٘#&c̣|f 1l⌛#BN#(b!dq4(]YtYw~ hȹ,m ƠMT`*.3& so ԛ{3JC=J&8ljQ4L̺Xk*r:K>M\GEj\uݞ~ڲ#ϧ ]s_FCYJ$O V>JITg/lvV]uʗ}pΡg)`% cx:%nStaD2FdZ?LsQFBBu~)zV` [à~hlh]k>/hfy/1L Rk<7U)j0=W5}!EY\VUIW y#8|tV)SEY7vxĔEd$l/(=&C8? Yu"9kFfi8hOaFrsԦfiAW=kʊxs;z9懜R@8pݖ%n`e 1<._>==~4Y:`<),qRnNL+mWU.Vq^Pn)D|d+=[sMJ1W|e)EJ@5S$vV 'ù5f(ccx7OL3퓹< gC{ag_91 e;ʌ}ĵtAq 6  CI8?`8^1Myhڸjb_?#M|>on$÷,ktY[eZnc 1'~fT%S\0zl>폱EC*&73A*u?1m5|޺;W-^5v$jJ|;n]ScfڎjSMʘ_vf0:I&{!?#|0ox5iR"Sostᚤ2\B#}ڃ?ʅ >"JrfԷ1tbVMSS=Y쀿֐!>Dv4b ~ZiZ7:^xLc rg.2{7SOPPaJ5."Ne'gP˨B0S`lbj=̔݃CVn .̳g_4M#U"TbD6c +Z!L#mi䨫Mʁj̗JRDz*M;^ßC_)A>e/m3S"HnFs1%u|™\CF HGA!.W Ta[?UkwvA 1T:B`ի EKgWM 2ީK#MCd(B SxԽZXn ˬL"Z`G,Db'W1\ecχD5~`;4nĉR!&IW;_Yq-`+xl&)ȦeHnuRͭ8&=n gg9Y9nxyCA2T16\gu  =G\gb hq΀ `f-4%waaː{W(tib) U]yhO2EЃzGwP+]ĥU$80Blk׫ E΀^{}F\)yC:>b RE3MUbT>A=tAEsX%! pHCY "ܹ(58دnb3]C{0}PWxwI5rv? qv2bǿ` u6Qzp4OnD x<:@o*-s ul(jџT<˃WVO!O:x0P!Li u _Qaꂧ7<*|1>x4v "3h0ߧz-NIuPcгCR;-jZ#Kz2T0rc:hSt=4L].sb7DcrH4 5IT%L,Hے8D hO% K8/8IEϣQz$.ӦYrK:1FRJOޝAkZ""[ؠ_fX?XnA,x8.>-\6rR Cs-*{Av)\T‹nd OސkAzb{ςf x12pj8B\EJ#MxYfjםBeEnlAW/O2J#{PCӯF!H#R L{/__xszΩR7 ]ST╻abf!>%눁 8a*9Za)BT- z:J ޭP-y/n 4`@ oT_[VڊA3N0N'=doЊR.i QFI2d_Ϲ{N w?夵[/sה?c,u־‡~R{˿8ubHpض۫@$]BӜL0txd`|QJws~#Db E|CqHsTkR€xIJݐ4;,s!!Ö-N\8iU0âB6c`g戯PC/OrX,s/ja50yL %GW 9y*~F<h54@kQ㧅 -ŢuDsoz~n}j/( 7 , ¥H}IVpݡЩ'+VerYUҾA?#P>-[TF#KC6!oB#c0E2C4~otG*V(F]A=t~ЊId2=( 8omF3M&"̏G CDFo5KOR=+/5)MGENH( L7/BW凂yZTZQso CYfY{KPmv;dPqGs7oNՑh]kn658;ywCOTn@߇tTqIp L@׭4Wv*}Mu$mK7 e#)'0Ӳm~-[#xAR6,eLDi!F[xOt09z|dj>)6B+T12Dϼ0_exq5*{B)tLTe#d|[?\B>ׇćت5/.)0dc9öAIb[NmH\ݔ\ 9ix&:ـ;^s9Uv!:qQfK5"^sz]$:0,ɐ@SVX4*ۍ."x&S oI} .SaJ!| Eqrp TF$| 5kP?n༤G ;Iv/]@T[OS]^|?>C*a?{$6 IU wS͈99ԛJT Rik1WzrW<]Or:~='!=SptP?{h).H6PI5&V7) C0m!~[V[hgBT!_?ۊpBr*{뼢D!>]꼿 ܞ7g.PQ/M!]ĖP4V Fumz\!OTo e!,4F_=Ӎ aDRsJ_tt5J7Kiħ⻶ܷ{}vbB-D~CmΆȿ;-z;QBHsR&`氓\]Z+Rt?1|2|,;>u8U.\n4+D!+WE `,%6vR/,]Aw3h%z Z;v슢{khO0Щ?@x,dk4VPrϙzG `rա܉}cwl?q:}^*D)͠:k؍7Ch"'=6*3kv&`t54O r (,ۊQ8ڐA7B4Y?lBrdi)%)EWAɅS#UNԝڟkn;y:,2\j_0RXPnlx)hSCƇL( STg &u?ױ؎kk9u:㠰MJ׎R~I\ОҰhnVןUBi-?ˠrM!*CHNj4lsd'X? Zi'M!IH?}\rG\&{n^({{;>LpkN9/m$K+PDN?=nXE Y}~#4tH.IS\.ɟvTsD>M[7 \­a# m Y3vF&I;$q*}Vw_mނfkaX 5`_ryAؗkiSژ(e\K&k̆Bkq.\[;p5>* hԌަ4zlrId]ux5orhW ̴0z!FR>ol"AMx:Q͂8iVQIyPA9鈳Y|,6'Ӷa'd8\\"X#_av* O|)$!V|ɞ˼<$Md>1q[n3K:U <܅qr}y^&t1m;JABMZ܈1ڑO\tdLӔ<7=ZsQݍ3kY<,F\ 5(N:( LD fG^Ѿu[ykG}(6/s9wFr.$lE*6p/7j*vy"%zfFz;n .L'd 'TQ>YmE^`atgB^I>5q=ChJFŪ2iU/F)@Aa{g uwYS %JŠYHfԤ.]tX(oV $CD\hr؏S_Eq m6'S4@0ؘX9eߜ u†|ٸW+#"@.6϶@h^Ky) _ Pb,f)ր ñ;hq;O_mp};XArc^{ҀC0ggj,agz } Fө+8v?9khO⠫SG7DҖayCgޟ~ @Ci8Zn?Rn^ [7X P&nRldGGdi[GpbiL?46s9lu*6[Pdiղ}-nk8̉vAF3]9Qbʰ j6\L#p>+x]*?dwj/>V*}P$OQ!rc+w=3_;ݔ2j:Q?U _6M*<|M j\Q.d"[.9sf(3|T@y9`;:V`Q|t<Ā?XVYG~diAWN" 1ѿtUx@1 x[#9AsfCL J1m1CZ#񷃪e\r * @RQfMիkk6TBEXT6{Gx>|O{t}pd8RAH=Q΋@MT= %:*N+cj@o+A&츦`KE|=tU]h\Xڤ`Fbd[Lq  0{~1Jp"ʆN0҈v.p_tt;!(wᅛu[N9q ZV2iZkːFNh'{ά'4DӆujO޷ə߃AXw^[s͓JXo5~2Ye7 _OV,/J3w* EN&d_|-V-LcU%#)FJ$-=ew,/@J=0 O^0c‰F2sUEfs!ڔH &hܙ%qJg[\/c; Ǔãr <|sc R x\,(__=07C #}99D_3޶>W#H(D({:,DhB|j&D%ewÝ6 i|gV-4:G>IgS%aIYDdgԝmvuQt5H ͠rēb*;zy(bbw\⍂V?vnS^GǀXIl甥7IP1.FN~X\|h ;9PBnxtr!"*2ʾH!d%m'0-wl%àKc{. _~(E*w VlĬٹ_)Gj*ġ랴AWz#81Rs&QtzIP:߲FZ{kgx8 m]$_çs=1ɯ܄V2гA2~31gl e5}Bȭc*4 ̺kӆ18R,{,F<췥7378oQ8-ƜͲ]v-68G)4fNW.lfoB1uf<~e'Eݻ+?[)%;l+?(rh$Fc>Juu%Y(8';cw7ZU jO QBkv2% : !Wbs 뀟WV>V-ݝ_zUli%R/PWlhb.|Wl$KTsqey4ߌֺk8 ,.a :JSWb4F1~30˽6wZΣ;S^_)dw&e3 ߪ[}E.z(5s6w*λshۥTqڦCڵO #ok ;j$$ȸ6=hxA"mIhSrY 8ѲTVO4[nݸ cLM,6oaihlo+NJPX3Zuٜsi,&ʏJ4 QJ, Mk4lIL>Jz E8.-(+0k