DELTA 272369 64 38 SVN 5 % #n$asm_double.S \ aeabi_asm_float.S \ ENDREP DELTA 245655 0 287 SVN#YnOb~%Xcdcmpeq; __aeabi_cdcmple; __aeabi_cdrcmplecfcmpeq; __aeabi_cfcmple; __aeabi_cfrcmpleENDREP DELTA SVN x^VmsF,$31yێL;BfD$a|!B!'$w$0TEw] oJޭK8sZt/NJl!T*ͱ(zs|NCXʢTrQ2K!JPd EVX' F;2),r ҿYU&[ʕ#° Rr6,r=%:*K Nd[AKI BuQ#{$.8[̪(12X 5Zd4A JRѭN8&t'EA4tx.sYapO,Pg -ڈvEkc=2WJda;#@ [gn ?A4y> }ޟ/v_!2wgA_Oa׷ݐ:逻W ^c~Cz#ӕ }>L4K Ll?tl0/hրlp:v=, #c `3't-9p2'j`qp}+Xgky 4dpy>` wX^ B'# h׼q7d?s[4n ͱ꜑#ϟ.K`s(լE9!Dgx,j̯0M[{sV[mH>{p)f2 f!!Sg԰삶iiTW>lx-Sюws>x5TBE=.XN3&?luxi=w˖i *M ޞ؛lv:8GwgV|>DxoDkzgpj{B:>BdwMalJ䷈6n,Xg[F78uB<3QׇKD'0-ȫbm.,PWf-H4o_\{i^{ 66كwpMxF\V#rl%$$H]x:4P ^"]3_H!ԧ:Bq^y+ΰ¸\f^拢̔8N8ʽ ާq]#-wiz QKrZ7hYSՉt9aԘܑ<2"gNtvBød}J:JVtIx7Ks P+nB]ɰ[KoW#~a WMjdUO!}DB菣[;`Yp0&;&~{QGq!|bh5m*>lqۋ8 -3]]Y(L5,-rG@'5 ~G|ʣh#܍)@Aĝxj0j4ЙAc`7̋ !M|=c9b=j(Y<`NDtVjM-g`2cFIh}m_!PxQ0!A!|Ȃ=LP B'# ۸!׺q/bA"{=( kiWk{3js%=t ,0|Z5Q='"KzFdcWS~<ѮO@Ӯ `ЮG"CO0J%[%[`ձ 6N<N&a]R7^L4ʦ_-aF kSj2/Eƶx0AjOr5d"I_f޽^~j`K<, \Ŗf"Q"auX)#-+H&XkQՅnūA?ŷ1ݐ&x?R8n=$9&~JCܟҸ8Q_Hr@'M%"%h1Ȉh^^"VYs\?"z8/'Ăz^pc! B+)KRuccb3Uwo(kJNb:TC]=L1Au\ҏ5}#QD/΁AH}[i*yc͏v׽U]cwV4g#ү 1*YVkH!_ yXvb#2aL[(#`QBX@hwRBXIAENDREP DELTA 263242 0 27 SVNfa__int __aeabi_cdcmpeq_helper(float64 a, float64 b) { int quiet = 0; /* Check if a is a NaN */ if ((a << 1) > 0xffe0000000000000ull) { /* If it's a signalling NaN we will always signal */ if ((a & 0x0008000000000000ull) == 0) return (0); quiet = 1; } /* Check if b is a NaN */ if ((b << 1) > 0xffe0000000000000ull) { /* If it's a signalling NaN we will always signal */ if ((b & 0x0008000000000000ull) == 0) return (0); quiet = 1; } return (quiet); } ENDREP DELTA 263242 55 27 SVN>977int __aeabi_cfcmpeq_helper(float32 a, float32 b) { int quiet = 0; /* Check if a is a NaN */ if ((a << 1) > 0xff000000u) { /* If it's a signalling NaN we will always signal */ if ((a & 0x00400000u) == 0) return (0); quiet = 1; } /* Check if b is a NaN */ if ((b << 1) > 0xff000000u) { /* If it's a signalling NaN we will always signal */ if ((b & 0x00400000u) == 0) return (0); quiet = 1; } return (quiet); } ENDREP DELTA 263239 2674 1345 SVNQf 0 4"/x^+LQOLMLʌONI-H-H/MIQК Z\N~!APe\>..A): E l*l2bcpP^ 'Hq!P 1 8(>*LG!835n :.}-2 ^89M% 8HQdpNZjeENDREP DELTA 263239 4032 1333 SVNpU b 4`A/`void __aeabi_cfcmpeq(float, float) */ AEABI_ENTRY(cfcmpeq) LOAD_SREGS(s0, s1, r0, r1) vcmp.f32 s0, s1 vmrs APSR_nzcv, fpscr RET AEABI_END(cfcmpeq) /* void __aeabi_cfcmple(float, float) */ AEABI_ENTRY(cfcmple) LOAD_SREGS(s0, s1, r0, r1) vcmpe.f32 s0, s1 vmrs APSR_nzcv, fpscr RET AEABI_END(cfcmple) /* void __aeabi_cfrcmple(float, float) */ AEABI_ENTRY(cfrcmple) LOAD_SREGS(s0, s1, r0, r1) vcmpe.f32 s1, s0 vmrs APSR_nzcv, fpscr RET AEABI_END(cfrcmple)ENDREP id: 7-245655.0.r273088/4841 type: file pred: 7-245655.0.r272369/636 count: 7 text: 273088 0 59 1077 84bca81cba77a6169d971f76a4563080 fe0794f43cd40bd1b85ad2e959bf666ba6b95c1b 273087-5upt/_6 props: 245655 602 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/lib/libc/arm/aeabi/Makefile.inc copyroot: 0 / id: a-245655.0.r273088/5146 type: file pred: a-245655.0.r245655/980 count: 1 text: 273088 85 116 787 b639bb55cbc6fa584c8d1374c1743c93 355ef6d4a3623c7bf0db841d21b078778cc6874f 273087-5upt/_7 props: 245655 929 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/lib/libc/arm/aeabi/Symbol.map copyroot: 0 / id: 8-273088.0.r273088/5450 type: file count: 0 text: 273088 227 1435 2964 8da9357c1a1b58b5440518f1c3d81b88 bfded3175fa44b1a2d5b5f8b9ae872e4ca3f0055 273087-5upt/_9 props: 258501 65420 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/lib/libc/arm/aeabi/aeabi_asm_double.S copyroot: 0 / id: a-273088.0.r273088/5739 type: file count: 0 text: 273088 1675 1372 2804 11df36549c4d28e969b179152b101c80 4eacb51aac0466d0fbd7768122b911c9a87068e1 273087-5upt/_b props: 258501 65420 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/lib/libc/arm/aeabi/aeabi_asm_float.S copyroot: 0 / id: e-245655.0.r273088/6028 type: file pred: e-245655.0.r263242/110 count: 3 text: 273088 3060 501 3430 a714a979a57d6407433a3befe4f17bf5 956b6966f2061a34ba0e4cf41379ba3467ab46eb 273087-5upt/_c props: 245655 1586 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/lib/libc/arm/aeabi/aeabi_double.c copyroot: 0 / id: g-245655.0.r273088/6340 type: file pred: g-245655.0.r263242/418 count: 3 text: 273088 3586 461 3390 69c487ab6113c2497a7308d84a38d1ff 583e8d4202d6dcf5a7c6b44b6de16f18cc3ce79a 273087-5upt/_d props: 245655 1917 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/lib/libc/arm/aeabi/aeabi_float.c copyroot: 0 / id: b-263239.0.r273088/6651 type: file pred: b-263239.0.r263239/6587 count: 1 text: 273088 4073 201 4582 7c1eb33de49e096d363bdcc0d86df127 0402300056c6c5165c087d257921b48844581496 273087-5upt/_e props: 258489 339 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/lib/libc/arm/aeabi/aeabi_vfp_double.S copyroot: 0 / id: d-263239.0.r273088/6967 type: file pred: d-263239.0.r263239/6874 count: 1 text: 273088 4304 507 4309 df1afa07c48364eef66607e9084a26ae ad4c3e4c31e3190712bd443a4d21c0aa1242ea11 273087-5upt/_f props: 258489 339 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/lib/libc/arm/aeabi/aeabi_vfp_float.S copyroot: 0 / PLAIN K 12 Makefile.inc V 28 file 7-245655.0.r273088/4841 K 10 Symbol.map V 28 file a-245655.0.r273088/5146 K 18 aeabi_asm_double.S V 28 file 8-273088.0.r273088/5450 K 17 aeabi_asm_float.S V 28 file a-273088.0.r273088/5739 K 14 aeabi_atexit.c V 28 file c-245655.0.r245655/1304 K 14 aeabi_double.c V 28 file e-245655.0.r273088/6028 K 13 aeabi_float.c V 28 file g-245655.0.r273088/6340 K 18 aeabi_unwind_cpp.c V 28 file i-245655.0.r245655/2300 K 20 aeabi_unwind_exidx.c V 28 file 8-268893.0.r268893/4459 K 11 aeabi_vfp.h V 28 file 9-263239.0.r269956/2062 K 18 aeabi_vfp_double.S V 28 file b-263239.0.r273088/6651 K 17 aeabi_vfp_float.S V 28 file d-263239.0.r273088/6967 END ENDREP id: 6-245655.0.r273088/7961 type: dir pred: 6-245655.0.r272369/1502 count: 10 text: 273088 7282 666 0 dc1b865eee7a140ed0b422722d119d1c cpath: /head/lib/libc/arm/aeabi copyroot: 0 / PLAIN K 12 Makefile.inc V 27 file 4-137284.0.r272369/335 K 5 SYS.h V 27 file 6-129202.0.r245650/351 K 10 Symbol.map V 28 file c-156608.0.r268893/3854 K 14 Symbol_vfp.map V 27 file 6-271179.0.r271179/536 K 9 _fpmath.h V 29 file 9-129202.0.r255361/53615 K 5 aeabi V 27 dir 6-245655.0.r273088/7961 K 7 arith.h V 29 file b-129202.0.r255361/53915 K 9 gd_qnan.h V 28 file 7-165747.0.r174680/1144 K 3 gen V 28 dir d-129202.0.r272350/19962 K 9 softfloat V 29 dir 1l-129202.0.r255361/54695 K 6 string V 28 dir 1z-129202.0.r270882/8402 K 3 sys V 29 dir 2p-129202.0.r270882/11010 END ENDREP id: 5-129202.0.r273088/8723 type: dir pred: 5-129202.0.r272369/2262 count: 107 text: 273088 8143 567 0 89909bf1686231bb51f6cc5ca6a47d90 cpath: /head/lib/libc/arm copyroot: 0 / PLAIN K 8 Makefile V 32 file 24-1573.1-1574.r271771/8420 K 12 Versions.def V 26 file 3-156608.0.r264082/46 K 5 amd64 V 25 dir 4-1052.0.r267307/2028 K 3 arm V 27 dir 5-129202.0.r273088/8723 K 10 capability V 27 dir 8-255219.0.r267774/6028 K 9 compat-43 V 26 dir 4-1574.0.r262722/11072 K 2 db V 25 dir 6-1574.0.r262826/2049 K 5 gdtoa V 28 dir k-112163.0.r262722/19271 K 3 gen V 26 dir 6-1539.0.r272848/14948 K 4 gmon V 26 dir t-1574.0.r262722/35158 K 4 i386 V 25 dir b-1052.0.r267307/3841 K 5 iconv V 27 dir f-219019.0.r269530/4890 K 7 include V 27 dir 3-34365.0.r269867/22990 K 4 inet V 28 dir 7-156953.0.r269867/27751 K 3 isc V 28 dir 9-156953.0.r269867/29256 K 13 libc.ldscript V 29 file 5-251668.0.r258283/26803 K 6 locale V 26 dir 13-1573.0.r271110/7794 K 2 md V 26 dir 5-269865.0.r269865/803 K 4 mips V 28 dir 3-178580.0.r268351/85463 K 7 nameser V 26 dir b-156953.0.r270215/893 K 3 net V 27 dir 16-1574.0.r269945/10375 K 3 nls V 26 dir 3-7494.0.r262722/61581 K 7 posix1e V 27 dir 3-56055.0.r267774/50877 K 7 powerpc V 26 dir 3-96685.0.r272362/6914 K 9 powerpc64 V 28 dir 7-209878.0.r272362/12451 K 4 quad V 27 dir 18-1574.0.r272350/22916 K 5 regex V 26 dir 1c-1574.0.r268066/2055 K 6 resolv V 28 dir d-156953.0.r269867/38272 K 3 rpc V 25 dir 3-1901.0.r265238/5017 K 9 softfloat V 28 dir 3-129203.0.r262722/81006 K 7 sparc64 V 27 dir 3-85518.0.r264155/16949 K 5 stdio V 26 dir 1e-1574.0.r269326/8203 K 6 stdlib V 27 dir 19-1573.0.r270952/11311 K 7 stdtime V 24 dir 3-2709.0.r272679/898 K 6 string V 26 dir 1h-1574.0.r272675/6940 K 3 sys V 27 dir 1j-1574.0.r272884/11481 K 4 uuid V 29 dir 8-106184.0.r262722/119835 K 3 xdr V 26 dir 3-1902.0.r268351/86497 K 2 yp V 27 dir 5-1919.0.r262722/121564 END ENDREP id: 2-1052.0.r273088/10609 type: dir pred: 2-1052.0.r272884/13369 count: 7405 text: 273088 8900 1696 0 8e699ef2ca7cf66ec250676aa7d4493f props: 269873 2931 382 0 ced6c99b4908585c028446145daad8dc cpath: /head/lib/libc copyroot: 0 / minfo-cnt: 2 minfo-here: y PLAIN K 8 Makefile V 31 file 20-1573.0-1574.r273065/675 K 12 Makefile.inc V 27 file 2-1848.0.r201381/41060 K 3 atf V 26 dir l-241823.0.r270116/997 K 5 clang V 27 dir 2-208963.0.r272357/8066 K 3 csu V 22 dir 7-5.0.r270170/1597 K 8 libalias V 27 dir 2-26027.0.r204596/23044 K 10 libarchive V 27 dir 2-125635.0.r269125/1087 K 9 libauditd V 29 dir 30-186647.0.r264400/66202 K 10 libbegemot V 28 dir 4-135771.0.r201381/90514 K 16 libblocksruntime V 28 dir c-215125.0.r215125/17829 K 12 libbluetooth V 28 dir d-121054.0.r267773/14387 K 10 libbsdstat V 26 dir 4-262821.0.r262992/882 K 6 libbsm V 28 dir 4-155212.0.r201381/21903 K 8 libbsnmp V 29 dir 2-122405.0.r265420/110327 K 6 libbz2 V 27 dir 4-78559.0.r201381/38565 K 4 libc V 26 dir 2-1052.0.r273088/10609 K 6 libc++ V 26 dir l-227983.0.r270522/467 K 14 libc_nonshared V 29 dir h-258283.0.r265420/113311 K 11 libcalendar V 27 dir 2-31530.0.r267773/15210 K 6 libcam V 27 dir 2-39209.0.r267773/15992 K 11 libcapsicum V 28 dir q-258838.0.r267773/17484 K 9 libcasper V 28 dir 2-258843.0.r263234/58176 K 10 libcom_err V 27 dir 2-5623.0.r233294/738949 K 9 libcompat V 26 dir 1l-1574.0.r211061/1063 K 14 libcompiler_rt V 27 dir j-215125.0.r272369/4781 K 8 libcrypt V 25 dir 2-1985.0.r272830/1357 K 7 libcuse V 27 dir 7-266581.0.r273059/1229 K 8 libcxxrt V 26 dir p-227983.0.r260553/696 K 10 libdevinfo V 27 dir 2-75726.0.r267773/19200 K 10 libdevstat V 27 dir 2-39211.0.r267773/19882 K 8 libdwarf V 27 dir 2-179187.0.r261246/9608 K 7 libedit V 26 dir 21-1574.0.r269016/2856 K 6 libefi V 28 dir 4-203181.0.r267773/20784 K 6 libelf V 28 dir 9-164190.0.r261246/10142 K 8 libevent V 35 dir 1i-171173.0-273065.r273065/1394 K 11 libexecinfo V 26 dir 2-254709.0.r255175/537 K 8 libexpat V 28 dir 2-104352.0.r267773/21436 K 8 libfetch V 25 dir 2-37536.0.r268671/932 K 7 libgeom V 26 dir 2-110545.0.r271721/793 K 7 libgpib V 28 dir 2-141402.0.r236438/18519 K 9 libgssapi V 29 dir 14-153838.0.r267773/28801 K 8 libiconv V 28 dir 3x-219019.0.r260334/1641 K 16 libiconv_modules V 28 dir 41-219019.0.r267436/2060 K 8 libipsec V 28 dir 4-55505.0.r265420/117187 K 7 libjail V 26 dir 9-194869.0.r241197/990 K 9 libkiconv V 29 dir 9-120492.0.r265420/118037 K 6 libkvm V 26 dir b-1539.0.r268351/91083 K 7 libldns V 27 dir q-246827.0.r266138/9017 K 7 liblzma V 28 dir d-207842.0.r223935/36782 K 8 libmagic V 28 dir 2-133362.0.r267897/21212 K 9 libmandoc V 28 dir 9-241754.0.r261344/30550 K 5 libmd V 26 dir 2-1803.0.r267773/30720 K 10 libmemstat V 28 dir 2-147997.0.r267773/31635 K 9 libmilter V 28 dir 4-90796.0.r265420/118584 K 5 libmp V 26 dir 2-80529.0.r269534/7604 K 9 libnandfs V 29 dir 9-235537.0.r235537/101551 K 9 libnetbsd V 27 dir 4-244557.0.r244557/5198 K 11 libnetgraph V 27 dir 9-52419.0.r267773/32457 K 8 libngatm V 28 dir 2-121336.0.r201381/26138 K 5 libnv V 27 dir 7-258065.0.r272843/2970 K 8 libohash V 34 dir 9-228063.0-269649.r269649/1467 K 7 libopie V 26 dir 7-22373.0.r269961/1222 K 6 libpam V 25 dir 2-1589.0.r272348/2731 K 7 libpcap V 26 dir 2-5740.0.r272659/20076 K 9 libpjdlog V 27 dir 5-258791.0.r258791/8705 K 6 libpmc V 27 dir 9-145256.0.r269182/3375 K 7 libproc V 26 dir 2-179185.0.r272489/881 K 11 libprocstat V 28 dir 4-221807.0.r267773/51268 K 9 libradius V 28 dir 2-41119.0.r265420/125459 K 13 librpcsec_gss V 29 dir 1d-181344.0.r267773/58502 K 9 librpcsvc V 27 dir 2-1983.0.r265420/126376 K 5 librt V 26 dir 2-156136.0.r252412/789 K 10 librtld_db V 28 dir 2-210678.0.r272488/22589 K 7 libsbuf V 25 dir 7-74840.0.r269179/450 K 6 libsdp V 28 dir n-121054.0.r267773/60079 K 5 libsm V 28 dir 8-90796.0.r265420/126915 K 6 libsmb V 28 dir a-87874.0.r265420/127453 K 7 libsmdb V 27 dir c-64567.0.r201381/66574 K 9 libsmutil V 27 dir g-64567.0.r201381/19307 K 8 libstand V 28 dir 3j-38451.0.r272350/29955 K 9 libstdbuf V 26 dir 7-234772.0.r241695/751 K 13 libstdthreads V 27 dir 9-228904.0.r270943/7721 K 10 libtacplus V 26 dir 2-41121.0.r250582/7290 K 9 libtelnet V 26 dir 3q-1574.0.r267147/5140 K 6 libthr V 26 dir 2-112918.0.r272153/923 K 12 libthread_db V 28 dir 2-132172.0.r268351/97728 K 6 libucl V 28 dir a-262398.0.r268831/16217 K 6 libufs V 27 dir 5-99193.0.r267773/68586 K 9 libugidfw V 27 dir 2-101206.0.r216953/3764 K 7 libulog V 29 dir 8-200062.0.r265420/134305 K 10 libunbound V 26 dir a-255597.0.r271778/413 K 6 libusb V 34 dir 2-184610.0-189587.r270133/1807 K 9 libusbhid V 26 dir l-61560.0.r240762/2718 K 7 libutil V 25 dir n-1553.0.r269904/7522 K 6 libvgl V 27 dir 2-28328.0.r267773/74398 K 9 libvmmapi V 34 dir 5-221828.0-245652.r269042/2541 K 7 libwrap V 28 dir 4-44746.0.r265420/138589 K 4 liby V 27 dir 41-1574.0.r201381/26825 K 9 libypclnt V 27 dir 2-94575.0.r231118/47165 K 4 libz V 26 dir 2-17652.0.r267378/2498 K 4 msun V 27 dir 1f-1573.0.r272845/17664 K 7 ncurses V 28 dir 7c-3410.0.r268351/112504 K 5 tests V 27 dir 4-257852.0.r257852/1620 END ENDREP id: 6-5.0.r273088/15695 type: dir pred: 6-5.0.r273065/6444 count: 15521 text: 273088 10867 4815 0 f1dba5e6392ff96455f751bdbc18117f cpath: /head/lib copyroot: 0 / minfo-cnt: 5 PLAIN K 10 .arcconfig V 26 file 1-265842.0.r269985/48 K 8 .arclint V 27 file 1-266959.0.r266959/151 K 9 COPYRIGHT V 25 file 1-2656.0.r260125/103 K 5 LOCKS V 27 file 1-146890.0.r255635/352 K 11 MAINTAINERS V 26 file 1-94742.0.r269828/141 K 8 Makefile V 28 file 3-1594.0-1595.r271168/0 K 13 Makefile.inc1 V 25 file 5-38666.0.r272827/80 K 17 ObsoleteFiles.inc V 28 file 4-148330.0.r272488/1935 K 6 README V 26 file 1-21173.0.r215293/415 K 8 UPDATING V 27 file 1-41806.0.r272849/2239 K 3 bin V 23 dir 1-5.0.r272983/15723 K 4 cddl V 27 dir 1-168404.0.r272834/3134 K 7 contrib V 27 dir 1-16755.0.r273066/10621 K 6 crypto V 26 dir 1-25405.0.r271284/3732 K 3 etc V 24 dir 1-38.0.r273013/12861 K 5 games V 25 dir 1-2491.0.r272210/1401 K 3 gnu V 22 dir 1-3.0.r272849/4014 K 7 include V 24 dir 1-697.0.r272808/7172 K 9 kerberos5 V 27 dir 4q-29815.0.r271775/2508 K 3 lib V 23 dir 6-5.0.r273088/15695 K 7 libexec V 22 dir c-5.0.r272842/3606 K 7 release V 25 dir 1-3027.0.r272544/2314 K 6 rescue V 26 dir 7-117035.0.r272245/783 K 4 sbin V 23 dir fa-4.0.r273033/6041 K 6 secure V 25 dir r-1553.0.r270178/1664 K 5 share V 23 dir e-3.0.r273087/38545 K 3 sys V 23 dir g-5.0.r273087/58379 K 5 tests V 28 dir g-257097.0.r271675/12211 K 5 tools V 26 dir 43-1590.0.r272962/5815 K 7 usr.bin V 23 dir m-3.0.r273053/18986 K 8 usr.sbin V 23 dir q-3.0.r273068/14292 END ENDREP id: 5-1.0.r273088/17221 type: dir pred: 5-1.0.r273087/59979 count: 186866 text: 273088 15871 1337 0 592d5d52f0cf0cf522f3337f8c3f7700 props: 272840 54713 811 0 c3fd00255d37d1bfe91f535b741da94a cpath: /head copyroot: 0 / minfo-cnt: 155 minfo-here: y PLAIN K 11 ROADMAP.txt V 27 file 0-179453.0.r221478/293 K 4 head V 23 dir 5-1.0.r273088/17221 K 8 projects V 22 dir 6-1.0.r273079/9186 K 7 release V 22 dir 7-1.0.r268523/2953 K 6 releng V 22 dir 8-1.0.r273083/6525 K 6 stable V 22 dir 9-1.0.r273085/5219 K 8 svnadmin V 27 dir 0-179447.0.r272522/1306 K 4 user V 22 dir a-1.0.r272375/5118 K 6 vendor V 23 dir b-1.0.r272851/19070 K 13 vendor-crypto V 25 dir 0-1575.0.r269676/6013 K 10 vendor-sys V 27 dir 0-12116.0.r272804/15599 END ENDREP id: 0.0.r273088/17956 type: dir pred: 0.0.r273087/60713 count: 273088 text: 273088 17470 473 0 ddcecbce318d874bbea287d40dc6266c props: 268296 0 4065 0 355af92b91f7afa3e8c1f0f3befeb918 cpath: / copyroot: 0 / minfo-cnt: 42238 7-245655.0.t273087-5upt modify-file true false /head/lib/libc/arm/aeabi/Makefile.inc a-245655.0.t273087-5upt modify-file true false /head/lib/libc/arm/aeabi/Symbol.map _8.0.t273087-5upt add-file true true /head/lib/libc/arm/aeabi/aeabi_asm_double.S _a.0.t273087-5upt add-file true true /head/lib/libc/arm/aeabi/aeabi_asm_float.S e-245655.0.t273087-5upt modify-file true false /head/lib/libc/arm/aeabi/aeabi_double.c g-245655.0.t273087-5upt modify-file true false /head/lib/libc/arm/aeabi/aeabi_float.c b-263239.0.t273087-5upt modify-file true false /head/lib/libc/arm/aeabi/aeabi_vfp_double.S d-263239.0.t273087-5upt modify-file true false /head/lib/libc/arm/aeabi/aeabi_vfp_float.S 17956 18181