libasm1-0.142-3.7>t  DH`pJ`Y/=„tj:d41 (&DA{ sѰ7T/bw`xɶrT|Z4t:C{4!Q"wϙ8I9wK tk%B Q% 7n`ّTgx`;*]e$U!U r&hn vS%mFBikeyUqgm-Zj9#5^BERFv6+eʫ{ b67a47d8cf45554858773dfbc6fcd3870f2982356RDJ`Y/=„3W%C-(AwUɪfQnAmnړl[(@tU1jjۺl݀FRƖk"jy␙O; ˭08R^Ϗ+8]7JZC$F5]']+8~K UĒ5p:u+IHggx>54?$d   Rtx  &,4 8 < D f xL(89 ::FGHIXY\]^ bcdeflzClibasm10.1423.7A collection of utilities and DSOs to handle compiled objectsElfutils is a collection of utilities, including ld (a linker), nm (for listing symbols from object files), size (for listing the section sizes of an object or archive file), strip (for discarding symbols), readline (the see the raw ELF file structures), and elflint (to check for well-formed ELF files). Also included are numerous helper libraries which implement DWARF, ELF, and machine-specific ELF handling. Authors: -------- Jeff Johnson Jakub Jelinek Ulrich Drepper J`build14vopenSUSE 11.2openSUSEGPL v2 only ; GPL v2 or later ; LGPL v2.1 or laterhttp://bugs.opensuse.orgDevelopment/Tools/Otherhttp://elfutils.fedorahosted.orglinuxi586vJ`J_bb5cc0db304a450e6570f2709c36749clibasm-0.142.sorootrootrootrootelfutils-0.142-3.7.src.rpmlibasm.so.1libasm.so.1(ELFUTILS_1.0)libasm.so.1(libasm.so.1)libasm1libasm1(x86-32)  @@@@@@@@@@@@ rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)ld-linux.so.2ld-linux.so.2(GLIBC_2.3)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libelf.so.1libelf.so.1(ELFUTILS_1.0)libelf.so.1(ELFUTILS_1.4)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.7.1J:J@IA@III~@Id@IG@I+IHO@H@GGGB@GB@GGGFFm9@FQrguenther@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.dedmueller@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.derguenther@suse.detiwai@suse.dero@suse.detiwai@suse.de- Fix elfutils-old-scanf-fix.diff patch.- updated to 0.142: - Fix handling filling caps between sections in libelf - Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias for elf_getshstrndx and deprecate original names. - Add support for STB_GNU_UNIQUE - Add -N option to readelf, speeds up DWARF printing without address->name lookups - Add support for decoding DWARF CFI into location description form to libdw. Some new DWARF 3 expression operations. Basic handling of some new encodings slated for DWARF 4.- updated to 0.141: - libebl: sparc backend fixes some more arm backend support - libdwfl: fix dwfl_module_build_id for prelinked DSO case fixes in core file support dwfl_module_getsym interface improved for non-address symbols - eu-strip: fix infinite loop on strange inputs with -f - eu-addr2line: take -j/--section=NAME option for binutils compatibility (same effect as '(NAME)0x123' syntax already supported)- Update to 0.139 - libcpu: Add Intel SSE4 disassembler support - readelf: Implement call frame information and exception handling dumping. Add -e option. Enable it implicitly for -a. - elflint: Check PT_GNU_EH_FRAME program header entry. - libdwfl: Support automatic gzip/bzip2 decompression of ELF files. - updated to 0.140: - libelf: Fix regression in creation of section header. - Misc bug fixes- revert the ET_DYN address fix patch; causing a regression (bnc#468814)- Fix the header size check in dwarf_getsrclines() (bnc#455992) - Backport the fix for ET_DYN addresses- Fix dwfl_getmodules(), assert in systemtap (bnc#448331) - Fix libebl1 dependency - Fix crashes of elfutils binaries, backports from upstream- fix libdwfl regression with realloc DWFL->lookup_module in the fix patch (bnc#448331, likely bnc#445783)- added baselibs.conf for 32bit libs (bnc#439582)- renamed to libebl1 - provides libasm1 package - fix provides and obsolets of libebl1 - updated to version 0.137: * libdwfl: bug fixes- updated to version 0.135: * libdwfl: bug fixes - updated to version 0.134: * libdwfl, libelf: bug fixes - updated to version 0.133: * readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A) * libdwfl: bug fixes and optimization in relocation handling - updated to version 0.132: * libcpu: Implement x86 and x86-64 disassembler. * libasm: Add interface for disassembler. - fixed post scripts- fix build for older distributions- fix compile errors regarding missing prototypes.- fix off64_t in libelf.h again...- updated to version 0.131 * libdw: DW_FORM_ref_addr support dwarf_formref entry point now deprecated bug fixes for oddly-formatted DWARF * libdwfl: bug fixes in offline archive support apply partial relocations for dwfl_module_address_section on ET_REL * libebl: powerpc backend support for Altivec registers- fix comiple errors regarding missing off64_t definitions in libelf.h- updated to version 0.129: readelf: new options --hex-dump (or -x), --strings (or -p) - updated to version 0.130 * readelf: -p option can take an argument like -x for one section * libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk; new functions gelf_getnote, gelf_getauxv, gelf_update_auxv * libdwfl: new functions dwfl_build_id_find_elf, dwfl_build_id_find_debuginfo, dwfl_module_build_id, dwfl_module_report_build_id; support dynamic symbol tables found via phdrs; dwfl_standard_find_debuginfo now uses build IDs when available * libebl: backend improvements for sparc, alpha, powerpc- fix build with gcc-4.3, same patch as for the copy in rpm- updated to version 0.128 * auto-tool fixes- use __attribute__ ((gnu_inline)) to fix build with gcc-4.2- initial packages, built from elfutils-0.127. A problematic file regarding the license is removed from the tarball.build14 1256349716 E E0.142-3.70.142-3.7libasm-0.142.solibasm.so.1/usr/lib/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/94a000fe97fe9499bc20c14f7a14b704-elfutilscpiolzma2i586-suse-linuxtxlZE7Aga?] b2 QSFzygz P^ -L7S*0\ (> *Hj--ۍG%r :o6-#Aia(+sfN}>&gQ-Z%Q8廱EPd;]7H@LAuo<ڀ )ki(pf:ȊM_z98*sQ]t]G`Eiً:#WgG/colT+M~1DJ';(I!DzG&grF&,c !idL:NYUax[pUâ,7|sI4!2/H8y/Y00]Y7h sm@Dۦ_JfE_ӗQ%yȢQɪՊ0*\XAe[Eᝢ-æSJ4JN%w;%NT3|n]qpx G_ӋСȝ*K Sx Xh$^gzŨALc.o" z4)@'굂,T6poB4s2a 4r8:Lv_ :&}~1|Y]2EWUq i. Qٟ`%3 cG:z?,LX'{ ]Q$1V"(IB)?4W 8-.!Oؤ!8m_黼9aS)]:QC]J 9'-pq|i@KOVPÓ>@]bMHmQdrA.k3iN )nn5/u2pۅ겟{oPg?8?Zh%peD_^C,;FS1h]bҊu[βpᭉf%%7 P8&^L x];Yq8g|0͝ طq'GlH0].VCyi .l--S](wRS9As s̝5@%~OMQ91;y,}# 958[T+س񙐏KSp,視pK % 鴱QQ+~X)09g64 q83CtwB}B]fŏ *s| s _~9;+7fǢ:WI 89kͩ<@0cկC^[VvaB#] šIWSL[t2#mD)ٝPq,lj>֖>p%Xŧ,AAmM$ԓ^; U2k;3F>]+} A;eӀi!܃`\p-#N?Ov?ϮlE +|<˯~gX$32f`)(uL ԑ 5_R%;>ғfD5r>T8qWɜ[^xt.k c vNV[4GVԸp 2I-wY 瑒aA!T}kߋ|(`л;#I}t8ONB=ToS/\{:xa;0=RYkW+$b `Ng1 *ź~C5aؑ7 ZV2Mx9 %1cN[ Tz"paGvJ i> dA\8 0uU3|rC7)ˇ{4!(MGI- 輻[GX*οY +"8$pI< 7#-͌A.oҟBv;w˜@~>4@7XJK}͹g-2|"W?mag aDiI=>t4~"|%`0UZeZ9Vm ~rȩ( P|V Z1, ?q ;wEcƚ^ןeۤ\=yGux^]qB+ܟKb#0|m1W&PG;͗gFҋ&qMkۛ״ ǝ.-UhDÐ19DrvX`qn=]^,3J6[BO5?':#]קxRlG M5Lh^ ,Fbg+#vhvi,Q5/T]$&f02'2<ʊrtzuv=vjN4v*A E3ZjV>9Д.xENH՞Z"ZWCH|'lH $?ir?'͌~3$H*S^mIwVބKG%&#sh ru|Տ x(YHmAhki[ w׈M='_=el6^$0%|h?Lbղc΍^ٗg|s|pwt*=\9U Ig3S:cEoXy1CcK4&j|K nWZF]QGg֥B 9Iu[_ W gW| ݭ!o'&M~S cn=W*u ViTy~^(SB ;+Nvcl g3J0~c$WG;DeK:>&U ;9k`7*鹷26lD8רu;?^Z'޷S>xܞUIzC1#bш}ܳXLN'Mc*I&y!i>b%"IeB|XRV+BezdmAz!&WC{=@m2'rOjp9o($En77B/u?ΓH\hOy ,$Sx ,|=؋bkEN m,v!Gvg I(G TDģ翀P*4)0 ppz\MEF_\ rQ❮Z'JYYULcI\O#%VI,h>Ooew,[P4.2fSXЦCyV7 7(ς߃ގy:v·P$16=joH $)A=>s!aYI. .w~QQ\ yxJ e?zH3/#~"JT2GP2?u^P'Hb]d#m-%'wU-1w.2u9 4űA~Mpǥ(LˑwmsTdtle^S͇)X^3E=-)3I g{:A]e۞nYڟ#*Na.[\PPЦa4f#UBTJߐ-B_%!o 蟺D a0Ì1Lv gjOw|-=k3Ysj}B[VYPʄO$^'u D熀pog|W/Ac=h^=˅į>%dnEAZC"˲ҋ &f)ΰDٳqC81E;_H(̧KO|䭰7֪!aW!跔KAhM Fz˒=1`|\ֺjmm3kK xHOU휣WhfS cjF"쪪Sk~bcS=~,a1BR8Nk凔>TAO ϲYy丟c7NbZ)}Ke qBąQNm-8:> Ip .4.= LS0bBAfics׆PU;%Xy5ɮ_' ڕBniQeJwX0}հ-Zd [r hcTs:28jHC@t#El70b{K dX:FC>':0J,Sd"mˇ iFR]1=]=qQ1,|qm_5:'1#iP>4%5aA:gߎ) h"> Msg WF#lb GbTg&<3} \sE զ>ARc,'m ǭUb"MNeg(<57尝AU'rp \J[:d@ȩҽzG2~"UH<7"`|tLؖ"&Jq Œn̝5[FR=pY\mL஠㱐/Ne ]VC;lnǧn/ -MU!U1i0h=t>c%k`({ @ߗQ~e6@" wtwӭ$%?%c,S}*Wc,čݡE~SFj{Yn!yy SyXl*5 9k7c|HZbJ|"?U"|LğnslB!E~KH?#誯 ^8oW= ;o['ґi|FI)/#hϽcvcc:=x>QB5?6؈6uWlәלSЎJ RQ ¬NgW dy{ 1J}UR*<=15;غlʨjw5@du"nS'(\޴,)KJMȭp3 )/Ž TwWD_d/^RyՅ)򶀛 JmwE) XoS,];~1iUh9D x6&''KFO%lFP}ڧe93k?!-_}>a%Ps[aRg닚1c#  n]: 1yK 28 \@s=lnGM'Ӫպe= d'ox-LH ./̕sZacD=6SS^KRnͯqx\EY`IvN( jL݆'_@VqN1?hoKC*w|^{ aQw I9zFk߃zh13h}>ԅڲlB&n*q@޵]!@Хq+T: R;znM_m/F8GRNqlcڂDvE[{zJG͠VrGы2hɃ}ޮYpsB~8x/g;_oVJ5J<_9"@pi `,~'3]pFm,6D=%Ew $?ӁAvXd A9I!12eG-U1ܠ“bQNJJo1AfkΦ9^ Әo.%v%jWk &\4%!б&" )GnaY\RA'OnνE]`<$爨C~A+\JVr#J 4I_Bf7;׀ |Ict2}k'!(1Z[c(a>tJP5AU$7*! ]O#)!H{ok'A-܏$;øl{Idh2}nϕ:3/=-@fHie=J <D&]B:6sJq۞< ȐJuC SS?CGa^(ZE>?ss44J7F:sVHWI)+|p@T-ZML}V>|qj3r$ Ce}0eN`)~](=ؑj p{q-j!I$a7E9igC7h_N ד ^. 2;ew\UԿ0@EU,"K*%ȿKԺKo73vE(8$hSlԁTRrjzU^y"R騀a'\jRQv=N_/1 HΉfhg=`TZr/adk7b1OPWIljgܚOnɕ&ѱn\Αu>w^~2)u"ԡ?(뼦n%5<O_C28}bZ}Ry98L sC@aCP/%KPh3?!<^/Szis=%"F- YސmwiGssXOO)̥Qm G+zՐc\}YANbquL컋+Moݨ'+=&F4],ȋ|q$Ķ߸rCyRtH?baJq81e#{319b[Fi}-/;wwx?jKRVdzP,i9S~R(Z ˮ2c`VLYgWQg+Ͱ-WC!O6=?k%l)2av"[scQ< /S؈@W;gvܣjAmtAWcGhg~E>A=*9KY(^3)/sv?-*I &Zp~1J5чwiR^ ]>dI'9.H,\0k/OΧ\Ա0ck4|(psRP j\# &s<WG-\\ deQD'{#j/ڎBosGKܖZ{"8dB]k. A$AJd.+6<r{*a{4d yԀ"YOI GmG!cy_&#1ps; =: 7C_y־* :39?̢@81 Q?Ei:AlȅwKgr!Q r ^v@F51SG= ~eT'Q C'p;>6BnX g4*q,vƵ&t-$&?eJ R% Q{I92bLx*bqX129TQ65͟JQ$I/flO1aS\B2v JQvsT]қ oA*J6b`v梃s@CQpػg6W'jVt7BggXi.[` a(d˫y:0Ɉ뽪;CЃW)*nnƑ߸عo[xuy߬FzhMA0X1EcO_2]1t@}$s5A*+m/+_H>"M_dS=YR .,ڂMPkX/HPi3M 8k"R;\K^5+Km ^yv#قk)BƏ) UCjQZ{"hla?Td>QնPyhùE)T ؓ.i*(X|h!Zb-l;=֢qK9vT荵B%!\JdzG*s8/ngi$8)Aa( &C?j_5Mߪ?SyXYR1MPL_ȻÁ6r3U{|'yi8qƖ MՉU?L>:|z#{Dcd .. Ҹ~'^T$$OY);&,A+5[A65epd wάꕀ(D`\:h 8ݞG𸊵|[lΑ$I[m0S@~q"7׋LF] >.ܗ¾+y>v׽R~9ਸ?QGINa+!G|W8Vb!aYf>[D|,DXޯ@s1I3ww< gݲj980Ƴd'j8BZty/@܊KފԊql8x*.#4lDfBK_*Ĭl s޷D5^NC]Lpt!l-OdyHOX`U c!bifw{ý&>e"R()dz g#f8Nk,+P+?CFRT"=vEٛ(gC9O3X)APXP,ҩ{/lN)+z0ʦ@kw52$Bf6 K2vr3Be (STLp˷>,XSY^͡inFcwTl;;cNmon:0<#~\RI,%֢9 "-zrF9}m# ϐ/\kw13SvCd+P%>٢4ȯ/9~0>ҥTI,kO:wi, 8XfmZj'4MYB7R~2މ ֬xQ$|w񧞁oS4v\g8}B:&q\ 3!=& `du~W—P|HB 퀊xL½jrqnT떖N椐t2 BOG٧S06\geJ#޾7Q܁kA(tʸmE;uQQ\sѴ}ja7x_C*4}*65YLbRtqSWZYbBnA՝LW M\L OGGpǫ:`"};q`ven{>Ȝ.,:(}cMպTiԖ|H\70k&LU-%ZeDv-Mw6ݞlan__eU YΖ_<ݢ,G$N 8d$Ec"ad'Zʛ sIKR}L\JN5WS`<ʜ- }