libasm1-32bit-0.142-3.7>t  DH`pJ`\/=„Ä{8(IC(ˢ:6UKP-х(+yɲ'QkvKKGl0~]~3?)v³i:3($fC,U,ʱyXS{i,ðױh2' ;WIc&ĴpA׎'+<1squZP4SqA3uL/\!\ 쩏Vkץ[,8f3600670ba104970a8cedefbf05a32031c4f49eR]J`\/=„r pZ}8~קG]BDDiaQƚ>m*Y#X\!mg;>F)Ϙ .lP܂Z˾~>ؒ2?!A; 삐ZF|.jABJ_z{ f&@\-G´ "m~;:U)30?@}:bmSu4ƨǠB&`6Whx>5P?@d  X| (.5DL P T \ ~ 4t(89@:n>GHIXY\]^4b>cd"e'f,l.Clibasm1-32bit0.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.orglinuxx86_64/sbin/ldconfigvJ`;J`;bb5cc0db304a450e6570f2709c36749clibasm-0.142.sorootrootrootrootelfutils-0.142-3.7.src.rpmlibasm.so.1libasm.so.1(ELFUTILS_1.0)libasm.so.1(libasm.so.1)libasm1-32bitlibasm1-32bit(x86-32)  @@@@@@@@@@@@ /bin/shrpmlib(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./bin/sh E E0.142-3.70.142-3.7libasm-0.142.solibasm.so.1/usr/lib/-O2 -g -m32 -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tablesobs://build.opensuse.org/openSUSE:11.2/standard/94a000fe97fe9499bc20c14f7a14b704-elfutilscpiolzma2x86_64-suse-linux?] b2 QcV3vg^boLqriX00_Wx!Z/tk/X-^A]-6@W,-|I4U)t6lЗmw%#@Y)֥֔ <ፇ*m8&T/q>ݻ%sNc m!ѱMvJʑꍉk%[>.~hTo4/P_H0C荨 Z`*Aw\$?ў UVʢAB 1U 4)ޙ#[\2AzR44E[~\|".x ٫T2I>s]ցdBsz/RNÙbk6Rz$& Nsx< {i=x<. R;`*D|QOR*eLaY#}Qc@FRye?XMs~O.$!t]efrYjvNNJ,XFN|?rXO=x[[ dnzLԲN겒1آ. l痸S!7Һד#T-dksD.{k7Ǖ՞!+cFQ"{:\L ޚT{}.Rz{Wy-7\K-DrzzF7,ሶ*qu>k{{{;7`Gӥ ˗SRouxiǶ T.e ǪMf+^T!ܽ-Mb96S@4jbnցn/S`4@OxL<Uޙyq{;UVfO/4B}3=d9}f)C RF)Jk@3bo2!@dF z>P7+ vyIR&,anlGR{on>N).*\z6EfRwg3U!xgݖ$L$@t?UQ-4^ڄ|U2BMYջ]ff1 F̫/)?He䋘Zh&ap~<?ҟl4u,σ;9zxyM//^os{iʫ^d]"05G|fiӇk:`U(O?P Pf ]#͛s+bRuxE_ k &T`n9W4𯖘F@=S"D?k-[IE* cӍڌG%!E?m/Jf9H]n9׿)@ލ\q1P!j(ƖWP$:_:|8c!ۜ))DY[Uq_>y9JGZ))uL e6fGB⠠1+}+mѱVyVzFʓY6q xRz &S- y;0j\>^׫i'$YN}͆Y .P!s]|#jX6UNX)56PI7&n`hW,ڸ C(Ϩn58d8-Bן9v3iOXta@g@ץ,\i5G.呂'WS-gxR֔IHbɀ.Ԡ%(q+zW..'Fdvv[KxK8iDuAUPn>0 8c(gRRG%sKi d>ib#]VרdwG %ԛ$?m6q!a^ 1́f:•IzCQ~R>SGZpw}um4<3Qp#}5mZAM" r[h**`H5O$&ۼg 9Ǒُ'_jcu n T΅Vϟn햫jT{ԙJ0'2rHdfԬ7їG? {ܢy;;LEoi!} Z\OnEa f(%[V;"`|X+ZYմ+.~[8ީO&&,.'W:MdB"z᾵wf%&֕]a8T HU*} cMlۓ2h#TN0xUvj(1Q` kkPC^-xy|[y?' qx09׃~B ,{=[GՀKX!-39lE뻿~TNG -y2o] u3Op8R>(-qXD zm%~-XP[C*u AePdC$0]e{c\ ^Skn…&e{5#Jĭֲ+2*`˥*o۽ 4 IC_;&j~{ȓZ 4?l[D8K/']Zd156ݵѴ ;[h1tdИnS.tCe!3AMz( p@^G5Έ ]۠@|_bNBCP+KdV?%'UIvfOĢ$DkW`tSR3%UKq~@ƃ2H!'W6*oއ-XDY`.D`pE&dRĩ i^PZ0:^5؄嶂]΍02AGκ~0:.l&؃ B"=<-wQj(1 8'1e 0s񮺰{sh"4'ҏ9Rvq^wx=]UpQ a@Km d@o^i&:Pο>E8|mA7G:+؃q펆3'j",UW5FvǸ^Y&,I<7;[<8N.U8Xa(XI6¥zg0{b @s2}?!'D4JBOsx`LIr;56da#6m v#eG42`C)`-(<2 5X*8? !4 ԖOg,]Y_0ک)2Z:UVf,8j, ]3gbdK>dV¦Me&&N<1uti#EQW&N@sn QFu] P'*k S)Y(9𳠯*Ă#*6J] KPuwiBGjT)>p4di1J+/E,m U*EkE3'^93 R%VMMÏ Gx񦴹 %xT"J7>Jw[)\WZ J+1վX7GS樛ÖWT-E8"_~L5H](i%/$2։g0o.s艡Vu`!O^ ^۵@ĝU 0pp⓹B掅Y- _-{>c ̓كb{5fL}M-oF-Q}И$`F b6ڥNb݀cگ'|ʥ\oOE_WH>գ\SrߚZ"CyUOV9Ŕ3t0l/-'1ɢijNlziVTHޟ,SO)+{%3=ҷ8UzNֶZ?eC(?U_}fF~N4BqϮT&zV|9}̿ koI>+-(~sQ}b@2z%5p:kty|^^o)3pzOnu < ;@4<'e!`ΫSq\NhrMxIՕB &y֡p6gL+5~3>E(k9Uv΢7AkN N`S)z!k ぷګI uqZ9)䆆EzfE~S7E2ԭ m)t?gfb-~dkihyQL;z}D XTƩZ[9GowJkc4]ۈ &7,v,Qw'\@!R4ϾeQPL4S Ȥ"Vs*.Kk`zI\ >0 en%9: cʥ $5z{V1_i 7>YZOڭƷ1gyBߜT[qM⤏6@Kw<6QKyP!s.5>%K\9SɝZF3ys͐i6c9,XQP}ئ%ѡɤfw.LfAAHM2_XsnGO34v6PLOC])2b~K۰*Ҳx U.(WNcGVnJdoGz_+XF]؅-s Cd@蹐nOꆘ]BEIcnWCġrzfs2)⃮!:(=N"n^@z~vfcX+c:da^\gR-k#E[o[[VœaÄL^fh 12+UPTl'H#WOa:׼D|ttZ)A@ix΍@;K-iv;ڐ=ASvpN[W/b:W!sgez%j%Μ7FEȰ>۔I.JuBa鿣Ϭ6&+j/]=w'Uo8^l֓74nXsxA4C}4. !@>vZop +ՌU-@`vVaqUp sʑ70I=KVxi4L1Ü͜1KM^ut?s~PB pbcFo:*U!@>ha*4P!P]BݩJi/WMe݌МIlH o`Es: Ԋ#D";^U'ђ4iN⮒ݪQǝjY)\f+OyP=U;)-G_,>:n7Z}C' + Iw)5ѺVrR]눕[?km$fCҚ/pLkpdc`BSUD?@]Jv tӡ4B]A^>w4Fa+=8p\p\$lxԬfEi,S~{Sn>;R䃋@IecK"`=M*LIUm~ Am8:G܃6ZunO fz:ߖ9Pbu= F?+9g  ^ V; iM1%g._x+¯Š-FzC4_HД2?Itz:y(INbvSNǍ\`ARWîbےzjH61TUpQyRugƟVPx.'O )C~Tp Xq j~$`^ӕ^)٪[,&xcSՅTR{?j_.hKi]s(zOPhf_꡸ r ÀhI]Jm͒z6S.nuǞD+?T7ixD,G-0 nb ߠ.JAF}.W)yFmž7Dò;`C*jR2*rDB0נ3/=: ߹'=g8ܒAI&r<8QggC'/ẎH({ryPڙir@g2_ ~1!c=oew(%fB|R WV5‰qXs+@ZbmT%/k&#lC2)zIQ_ ~IarzUyu'Cd=vza'~x%hj]r21BKpF*`\'鴦jt|W$&9Y~%p-W!5.$ *]֮ѓlԦrX#?~3/`9ОP.t*ֶ?o*E&\rj -J>N{^jG0Ri`.{h`^d굄 MF˯ '+^,j!qc'$릊F!n -ZV֝njџjxcQv7SK-45]Uh;\cƷI.H>$TS)&*9e,gLgu>7E<;?]aRHtQi@2ahNDŽ`t?,kC&\,p{?iyOw;aB)kI*y2„̍$ ۠͵^@ h2{eګl9M3*ihnF 7>a}x`Y+kcH0o MJﰔ=?7P*zkl˓DebѳAL@KĦ0A=8Ra>(i]CR;_?ca(g޺RRu~u/QAT S9oZ_zn[<&*DECb9'd"L$̚ Ua_?]?/OPK%bX* pBUYV#Eξ:>A3m4;QF0UtM]0mb|-Wʍeb?26 uM 5>9p -PzfK4f9ХuSWk18i2%VwIBy-q{:}r\9A >g't oѦ!~u<gbv9j=o&C~-dm 9}k^U&.iH&| ˋKr_B}M_&R0JrtNXf/78۴cHzQ/JݙHLO;ĸWE̯Tr>F5KϘUC_<* O等#dw25+ m#LX`!9a}˒d  |VWQreLوUOtzu!*eq.[r?k 3iM,稣&}f7I~jja,CF>\,v[ JmYg}D2ܴο#&6{ڞ3A:8t댔HHMOCnmakX`M"567YS(i!40$yϵɍ(jŦ7\||*)GU1 J,/{2P՗'/j : sK+Ԧiԑ4pӞ#>5jfȳ7!MH%3CxEn1?h8A@nTBш1eᒑvKuĘ22p3M;<0K;G|*(}s&jciG=t>UZx1Q;< Ǯ_sJ^`R^NӚku36pv7qґncwKO@kC9-nǀ[pq>!gFӇSuZS\NŸrcN<;cv_Z$WL9c9O֤V_`Xg&^}[ ~+W J v/}ѓSI-q&#eլ<4P6[UW{ p)ea"LDTm 茊4 33a fuvN F6מ3:WQI@]x& W@oF?_=:lc5S `|vaapPju{Tb" CEpe?xp_~>aިBu. `NL J+93d\~EwVq*k1x'* &g^1T63"H4aT).NjCfJ:űM_mQxt$Il=SK;y &޻L-yt`@P}mVBn◷;AI!DwBW*ޯ#CP@uvَU1@weHsQia{J8"^ai6XӍXI9-&J5 #Hk[2IhG@IyPKϐ_mG\\7oAg-rt:D(o6C5lSwQqta@,0OXO#Qф ˚L(XsP @X6ߖOWҾsdú]UK=SF^CC% n 1a#~ RÁoqk2V(t z8z^]Zę v ~VY5L M0=Y/<7E' qGMe%fp0 P?%8":S,%/}֮7$My> : AF%eDz 꿨ngT`Щ':Yx7Y, zb^1u6@MFOY/ZƑ~`~S0v\9[aSF+ԆwPRRC TZsC5fyX3D-lhplU/IG:G&ٴ{]8 r]jh+6p? ͜W̞J6 9-? _<>`6.}YK'mXq̷?[&Q.|o2R'1M0:VQOJu9R[M\9u%`uDϩ^Lw}Rl6BK&ofPQ7V@*B)ۭA U$ Ѷp7 ^C_4F;CrSrk9orJHޣw^GxF7Tes|،F*U*%,Xu=@5S;TBb)ӳ5gXYY֩naա)sIQhS"\=i[Qx+H)@#4ĦV4ue^7S+#BAô)_.ZN6AWB\v8Mo/GOGPƮDDk aC|BOeaPp 4619d}Gmr-7zfdhj^1t/( FrukzY/,!1x9oGSaDeZF2"#0]:5x=ġwSrh(kw<&8۬2x^C[ ܝzi,x7C2ffm 0xIk vgGWJ?y@IL.ሔ޻"6pQ7hryLX~˺C7M+;\4qV;t Sx6Q9?Z#yC{+V{7 &DvJ*מf^[BNRi9G~^\{+yVs}m=}0E_Ex:?ZlKp0l|fP3uW~n!]x@$<\Wl]|i(m|^gt6zkexz~V|\րK>,``!7rv_Y^T``9q#vQL͋鿏̅noca =;SO0fPeZqG&{Y( "*G?TdyCuc P ZAA. \#v쉦c]B%NJFF2jާ;4Qjlѕ'M/ݦI$|vh>'2(aFi/-}__u[w)d04 Y;ӝ~ɸj=ًȺ U\x Vu ٭I`v =?lT@6bِϖ!YhQqRp눳g~ RuUy_q̱hv&UiuaePloSn9%f;Ne+z-U^KR&kF9K#PW -oxj'++~bMG74u^"RBU=ZWGI{wŸ66E`LԢW ӽrs퀢 bTb|] <\kusgJo/Ǻd?o;L W347S!r6XK!1=3B&C[{ fґ(.w<9 J?4nXE̗0X/&&,W[u7)].tB% `8Kt>1+S~ˤAỌ{XTZ"#oJKGdh< ֡X2h@G^PE:lly!Xx"4Ċ ܍ U=pBsiLoа"ȹm[%c꣛dyB.?-pS)[?6igbPb;њv0n`-?ۜʻxT5 TZ=ڮr*$et@r $*Ǿ `ùԫGu7@rՇf7QO\a ~vWT$<ًXJ+M 2O}EDv/vK=&|Fك:l7z]Q姵 |pC|3&Y ͛G{ƥ3x'(y$ Ҹ흣l E WG+B'Kލ{vj*#7oSmtWcK`we^8k ,EVW8K1馿< YحaOC[x&>N9#q # b: