it_array_end = .); } .init_array : { PROVIDE_HIDDEN (__init_array_start = .); KEEP (*(SORT(.init_array.*))) KEEP (*(.init_array)) PROVIDE_HIDDEN (__init_array_end = .); } .fini_array : { PROVIDE_HIDDEN (__fini_array_start = .); KEEP (*(SORT(.fini_array.*))) KEEP (*(.fini_array)) PROVIDE_HIDDEN (__fini_array_end = .); } .ctors : { /* gcc uses crtbegin.o to find the start of the constructors, so we make sure it is first. Because this is a wildcard, it doesn't matter if the user does not actually link against crtbegin.o; the linker won't look for a file to match a wildcard. The wildcard also means that it doesn't matter which directory crtbegin.o is in. */ KEEP (*crtbegin.o(.ctors)) KEEP (*crtbegin?.o(.ctors)) /* We don't want to include the .ctor section from the crtend.o file until after the sorted ctors. The .ctor section from the crtend file contains the end of ctors marker and it must be last */ KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors)) KEEP (*(SORT(.ctors.*))) KEEP (*(.ctors)) } .dtors : { KEEP (*crtbegin.o(.dtors)) KEEP (*crtbegin?.o(.dtors)) KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors)) KEEP (*(SORT(.dtors.*))) KEEP (*(.dtors)) } .jcr : { KEEP (*(.jcr)) } .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro* .gnu.linkonce.d.rel.ro.*) } .dynamic : { *(.dynamic) } .got : { *(.got) *(.igot) } . = DATA_SEGMENT_RELRO_END (12, .); .got.plt : { *(.got.plt) *(.igot.plt) } .data : { *(.data .data.* .gnu.linkonce.d.*) SORT(CONSTRUCTORS) } .data1 : { *(.data1) } _edata = .; PROVIDE (edata = .); __bss_start = .; .bss : { *(.dynbss) *(.bss .bss.* .gnu.linkonce.b.*) *(COMMON) /* Align here to ensure that the .bss section occupies space up to _end. Align after .bss to ensure correct alignment even if the .bss section disappears because there are no input sections. FIXME: Why do we need it? When there is no .bss section, we don't pad the .data section. */ . = ALIGN(. != 0 ? 32 / 8 : 1); } . = ALIGN(32 / 8); . = ALIGN(32 / 8); _end = .; PROVIDE (end = .); . = DATA_SEGMENT_END (.); /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } .stab.exclstr 0 : { *(.stab.exclstr) } .stab.index 0 : { *(.stab.index) } .stab.indexstr 0 : { *(.stab.indexstr) } .comment 0 : { *(.comment) } /* DWARF debug sections. Symbols in the DWARF debugging sections are relative to the beginning of the section so we begin them at 0. */ /* DWARF 1 */ .debug 0 : { *(.debug) } .line 0 : { *(.line) } /* GNU DWARF 1 extensions */ .debug_srcinfo 0 : { *(.debug_srcinfo .zdebug_srcinfo) } .debug_sfnames 0 : { *(.debug_sfnames .zdebug_sfnames) } /* DWARF 1.1 and DWARF 2 */ .debug_aranges 0 : { *(.debug_aranges .zdebug_aranges) } .debug_pubnames 0 : { *(.debug_pubnames .zdebug_pubnames) } /* DWARF 2 */ .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.* .zdebug_info) } .debug_abbrev 0 : { *(.debug_abbrev .zdebug_abbrev) } .debug_line 0 : { *(.debug_line .zdebug_line) } .debug_frame 0 : { *(.debug_frame .zdebug_frame) } .debug_str 0 : { *(.debug_str .zdebug_str) } .debug_loc 0 : { *(.debug_loc .zdebug_loc) } .debug_macinfo 0 : { *(.debug_macinfo .zdebug_macinfo) } /* SGI/MIPS DWARF 2 extensions */ .debug_weaknames 0 : { *(.debug_weaknames .zdebug_weaknames) } .debug_funcnames 0 : { *(.debug_funcnames .zdebug_funcnames) } .debug_typenames 0 : { *(.debug_typenames .zdebug_typenames) } .debug_varnames 0 : { *(.debug_varnames .zdebug_varnames) } /* DWARF 3 */ .debug_pubtypes 0 : { *(.debug_pubtypes .zdebug_pubtypes) } .debug_ranges 0 : { *(.debug_ranges .zdebug_ranges) } .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) } /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) } } %P%F: --just-symbols may not be used on DSO: %B --build-id[=STYLE] Generate build ID note --audit=AUDITLIB Specify a library to use for auditing -P AUDITLIB, --depaudit=AUDITLIB Specify a library to use for auditing dependencies -Bgroup Selects group name lookup rules for DSO --disable-new-dtags Disable new dynamic tags --enable-new-dtags Enable new dynamic tags --eh-frame-hdr Create .eh_frame_hdr section --hash-style=STYLE Set hash style to sysv, gnu or both -z combreloc Merge dynamic relocs into one section and sort -z defs Report unresolved symbols in object files. -z execstack Mark executable as requiring executable stack -z initfirst Mark DSO to be initialized first at runtime -z interpose Mark object to interpose all DSOs but executable -z lazy Mark object lazy runtime binding (default) -z loadfltr Mark object requiring immediate process -z muldefs Allow multiple definitions -z nocombreloc Don't merge dynamic relocs into one section -z nocopyreloc Don't create copy relocs -z nodefaultlib Mark object not to use default search paths -z nodelete Mark DSO non-deletable at runtime -z nodlopen Mark DSO not available to dlopen -z nodump Mark DSO not available to dldump -z noexecstack Mark executable as not requiring executable stack -z norelro Don't create RELRO program header -z now Mark object non-lazy runtime binding -z origin Mark object requiring immediate $ORIGIN processing at runtime -z relro Create RELRO program header -z max-page-size=SIZE Set maximum page size to SIZE -z common-page-size=SIZE Set common page size to SIZE -z KEYWORD Ignored for Solaris compatibility sha1sysvgnuboth%P%F: invalid hash style `%s' initfirstinterposeloadfltrnodefaultlibnodeletenodlopennodumplazymuldefsnocombrelocnocopyrelocnoexecstacknorelromax-page-size=%P%F: invalid maxium page size `%s' common-page-size=%P%F: invalid common page size `%s' .rela.dyn.rel.dyn.rel.comment.gnu.warning..note.plt%s/lib%s%s.soeelf_i386.cLD_RUN_PATH%P%F: failed to set dynamic section sizes: %E .gnu.warning%F%B: Can't read contents of section .gnu.warning: %E %P%F: failed to record assignment to %s: %E %F%P: map sections to segments failed: %E %P%F: looping in map_segmentsinclude%F%P:%B: bfd_elf_get_bfd_needed_list failed: %E libc.so%F%P:%B: bfd_stat failed: %E found %s at %s md5uuid%P: warning: unrecognized --build-id style ignored. .note.gnu.build-id%P: warning: Cannot create .note.gnu.build-id section, --build-id ignored. .eh_frame.eh_frame_hdr%P: warning: Cannot create .eh_frame_hdr section, --eh-frame-hdr ignored. %s needed by %B LD_LIBRARY_PATH/usr/etc/ld.so.conf%s/%s%P: warning: %s, needed by %B, not found (try using -rpath or -rpath-link) .so.%P: warning: %s, needed by %B, may conflict with %s %P: warning: .note.gnu.build-id section discarded, --build-id ignored. /dev/urandomelf32-i386depauditdisable-new-dtagsenable-new-dtagseh-frame-hdrexclude-libshash-styleBgroup.rodata.interp.sdata&P+8EPgldelf_i386_write_build_id_sectionread_hexldscripts/i386linux.xrldscripts/i386linux.xuldscripts/i386linux.xbnldscripts/i386linux.xldscripts/i386linux.xn%s/lib%s%s.saei386linux.ci386linuxa.out-i386-linux%s: error: too many @-files encountered out of memory ..Y y   Ч |_ؓH 5 Hooo"2BRbr¨Ҩ"2BRbr©ҩ"2BRbrªҪ"2BRbr«ҫ"2BRbr¬Ҭ"2BRbr­ҭ"2BRbr®Ү"2BRbr¯ү"2BRbr°Ұ"2BRbr±ұ"2BRbr²Ҳ  T.`  'i Ƞ TD_7—g4<`1v x 4 6&SC$cV,f   ?TW+N#I+_+g#@'SCcV'd&K'& .shstrtab.interp.hash.dynsym.dynstr.gnu.version.gnu.version_r.rel.dyn.rel.plt.init.text.fini.rodata.eh_frame.ctors.dtors.jcr.dynamic.got.got.plt.data.bss @ HH !ؓ5 )o 6o! E !N HH" WЧ'R' ]  3pc|_|i_,qd{ddddeeh(j jELF4L4 (444TT Ptd܍  Qtd/lib/ld-uClibc.so.0ad,F2)EM7 W%1 ]'TI5Ub:G=`Q#JDS04O-X+\[?^Zca3L9 !<YB C &_/6".(*H8 >PK$@;NVRA"183?HSZ9lv@oLG 8"N  T!()/7[a" LRqYltg0u"X  !M' .i?Dahnt libbfd-2.21.soxmalloclbasenamebfd_set_formatstrcpystdoutstrerrorbfd_mallocgetenvbfd_target_vectorbfd_breadbfd_fdopenrbfd_errmsgbfd_check_format_matchesbfd_check_formatbfd_openwxmalloc_set_program_namebfd_seekfflushbfd_initbfd_printable_arch_machchmodbfd_cache_closestrrchrctimexstrdupbfd_set_archive_headlstatferrorbfd_close_all_donestrncmpbfd_target_listbfd_closeunlinkbfd_openrbfd_arch_listbfd_scan_vmafreadbfd_get_errorunlink_if_ordinaryfopenfclosestrcmp_finisprintfstderrbfd_set_default_targetfputcfwrite__errno_locationatoibfd_openr_next_archived_filefilenoxexitfputsbfd_set_error_Jv_RegisterClassesvfprintffree_sch_istablexreallocmemmoveabort_xexit_cleanuplibm.so.0libgcc_s.so.1__register_frame_info_bases__deregister_frame_info_baseslibc.so.0utimegetpidperrorisattychownrenamefseekstdin__uClibc_maingettimeofdayftellclearerrfgetcmkstempmkdtempaccess__assert_edata__bss_start_end/usr/local/home/bellard/cpux86/rootdisk/buildroot-2011.02/output/build/binutils-2.21/bfd/.libsGCC_3.0P&y . KKN , $(,0 4 8 <@DHLPTX\`dhlptx| !"$%&'()*+./0123456789:;<=>?@ACDE FGIJL M$O(P,Q0R4S8V<W@XDYHZL[P\T]X^\_`adbhcUSs~W[]5 %%h%h%h% h%$h %(h(%,h0%0h8p%4h@`%8hHP%<hP@%@hX0%Dh` %Hhh%Lhp%Phx%Th%Xh%\h%`h%dh%hh%lh%php%th`%xhP%|h@%h0%h %h%h%h%h%h%h%h%h %h(%h0%h8p%h@`%hHP%hP@%hX0%h` %hh%hp%hx%h%h%h%h%h%h%h%hp%h`%hP%h@%h0%h %h% h%h%h%h%h% h%$h %(h(%,h0%0h8p%4h@`%8hHP%<hP@%@hX0%Dh` %Hhh%Lhp%Phx%Th%Xh%\h%`h%dh%hh1^PTRhXhQVh{$US=uH -X @9r8t h ]UZ`xtRjhh =tt hЃÐUWVSDž$Dž(d ,D0Dž4,< @0$,f4 DQ9s<0@4'ѥ44'v Dž4' k4P ),ѽ,,C< Nj 󤋅4B@ Nj0󤋅9 t S Q,4D^9M@$@=u s 1=wx1"we9uZN((=t w$ 8)ȋ4G($C0*1SPP@Php- 3C* 3u+) 3-փ 3-*qw,jPPjPPj3.PP3s.Q3ss/닋35s0 jiSPg11=8)‹8),Zr8p苽,d"w9u$q|$_(uRR@Php#(u=u$@t@"wu )<9,tl,,6$뫃tH$Dž(PP@Php+ < 1d9$SVju9t 0 P5 h};}? S$ ZYuUr=tE܉EPPEPEp u XYZ[\]^_`abcdefghijklmnopqe[^_]UWVSx}h EXZGURWt PPwhd=tPPwh PjjWEȉE1i]) v PWSu9tSSG|phG)5Sjuk9t 0EZYPh;ur ue[^_]UWVSx}] jXZEPW18=u.P5h5<$)1ۃ/t9VVjS<Ãt&QQjPY1tC0 S1RRVWBÃtRPPjStA St1=uPPWh!t'= PPVWÃu W&PEPjSu7 W^" u u!Xu j3PPj QQPSut t؍e[^_]UWVS 5u։=Ãu;u/QQWp/uuuщ؍e[^_]UVSƅt=DP5h-S 5hStYXShWXZShJYXSh=XZSh0YXShR#XZShYXSh XZShYXSh XZShSYXShqXZShYXShXZShYXShKXZShzYXShXZShzYXSh*mXZSh?`YXSh~SXZShFYXSh9XZSh ,YXSh&XZShS$^9P5h~SYXShXZShYXShXZS5tPhhS 1PfU5E$UWVSËE{1Q9XZsV\4$Eu h $E PPC0u9ǃu V #<PPjW ˆ=,tO0= tO0@=4u yPPuWx W/d<  S jVuut je[^_]USP"~,QQjS#u jl1҉Ћ]UWVS ljփ=0u\ PÃ=,tCt?1IF@9v( @Pp‹FH׉@׃߉e[^_]UWVS|ljUM} SUuEE{^uQQFURVYyÅtDMRRSP*u(E=(t E;8u VUEu}uSU2h@5yEM};e[^_]ÍL$qUWVSQAP`^_P'=DyT 51эAv$SShXD P)u D D8~_@X;-uTRRh_Sfu 7PPhfSIu#=Dt hX hp! hr+ A4t C;|ڍB@)؉=D#H~BBXPPh_St(PPhsStPPhvSvu1AXPPhySOt)PPh}S;tWjh|Su hX VVhCp׃ DžAu  4 VbSjjVsy jYRPjV%Ãu VPMQjSFu5 V u uXue @u PPVhh CS$x1 G ;; u$PPhGptu}H1BxPPhWEuVV5hL[jDž?-u GDž1DžB<4t$Džyt hAB<[$\ھGھ1ھھھھھ~rf@Z(N,B064* QQPh'1ڃډӊGTS;A8-x hpC;|1d=@t pjt$=t Dž$$t $u4=uB Pt h'=t0$t h>t= t hj=tAC=(tO$t$t h} G48~C hMH4C19}<)1tRRPV$uyO h$H$ SS S S0耉Dž QQhPtDžXRRSP!uM=(t; 8u0=tSS7hDž (u=tQQ7h!p el뀉^&RRSP uF(1ɺ0=tJSS7h77(耉((3yQp7h??(选Dž\,$F-ËRRSP~x=tdPPEP7t08 75PPFU= t;<t P$t P 5 ÐUMU t H]UHt ǀ]UWVS ljU΅u!VVjPU؃um}E4Ct$QQP6iuRRuSUE]uȃ}uP6h55vue[^_]UHt PXHpU 5u5P U=u j UWVS }=HP5h5e[^_]H1*PP7sXu Stt*u&PPj7 75h5 ue[^_]USHu#R5h5]PPPrh5HP5S5P_ u]UWVS ]=H P5h5Je[^_]bHElPP3v uMPPj3ƒu"35hQ5Eu}uPQQj335h5 u"35hQ5g7[e[^_]USHu#P5h5!]< p*X5H j5LSH$ ]UWVS u=HR5h5e[^_]HE14PP6scuU Euȅu 65h5'Ivue[^_]US]=HutS5h5]QQj3u"35hQ5H[u]USE] =Hu#Q5hi5S]nRRjP_tٺ]Y]UWVSEEu 1}у QXuUL$R)PhSjSHuS5hLPPju{Ãuu5hPPjSu(u5h5Xe[^_]pHPPj VVPSuSSj5HH@e[^_]U=t hX5UWVS} ]juƃtuSu S }tPPShs e[^_]UWVS E׉M}t^VVjRtMSSjW314 jMڋEtU耉EQQSWÃu*}tRRwh{ [U:e[^_]UWVSEE] }uuSu Su‹Ee[^_]US ]Sh XZSh ]ÐUWVS uuh hSh h _F|^ux1ʃ)ӡX9vDt 5TjأX PTuX~"vF|ph 5T=Te[^_]UWVSj/Pt) C Plj/S j y1҃<  e[^_]UEEUSE{à PLu1 PG؋]UWVS}u }tzRRFdRVu`EE EPPRPh ]SEPt}E Suu|EPh W Pvh We[^_]UWVS Eu uSSVh Q QPh VR:ljRPh V7uQQVj A}e[^_]?UWVS Eu uSSVh<  QPhO VxljRPh VuPPVj }e[^_]US]5ؿ 5hf  RPh 5cuPP5j k]UVSuf PY5ot SV5h| 5 S5h 5e[^]UWVSTh h ߽$EEEPP7u设ƃG t Ht O t It RP7h iu uEtPPjV$u CtK 7E5WFjSVLtQQjSi_ZPh CMu˃ V:EU< uU[u} h ݼt PEąuEPEE$81эYMAM;]}&18э;]} EuQhjh }܋]RR0h G;}}uVV5j ʿ$ EEESSjuZYh PAPPju Pjh jU܉UMMPP3uJƃtPPjVu ;t@ 3E*PFjuVLtPP3h >;1эyPP5j-ǾOuWW5j 课t VEEU9U}M$VV5j kEЃ}M u[uW]؋E!EUU܋MMM܋1}e[^_]Uu$荾UVSu] 5 5h5蛻 SV5諾E E e[^]鎽UE PuUSl]EPSsy+觽u PPSh , P] PSh2 E%=tPPSh^ EЋ]UE Pu$臽US]jEPSƒE8tPSu h Ћ]Uh 莼u!袻 P) Ph h qUWVS ]u }m PEY5uXZ55t%u VVÃtt PSh QSh 5Թ}t*RR5h詼 EPu5ļPuh 5荹e[^_]ÐU h uh 舷$ ,$:  $ĻUS]M ځd@t8lt.b`t$c tstHགྷp%ໃrA؃<ඃwA؃@ൃxA؃ ໃrA؃ඃwA؃ൃxA؃ໃrA؃ඃwA؃ൃxA tyxHsAtyxHsAty xHtA []ÐUWVS [4}u! Pu We[^_]UWVS [3}} uiq‰E%A@u\t 't"uQQu j\聹@t9RRu un@t&FuPPu j U@t t ۸e[^_]UWVS,[731}1}у)̍D$EEEEEE1UԉUEMG@u}t EH9E|Iu j aEeWWEPV&u UƋM‹}G@t}uE EuEEw}t AEU\u EG}t'u9E3}t"u%E'u E"u EAE}_ u϶Uu Vm1+EME}‹MA@ue[^_]UWVS [O1E1}U<@u PݳEEt`1H1у Q躳U2u RE(RRU42P課E<0uU2Ee[^_]UWVS,[×0EEiEM uu܋}8@MuV2P0 QQu@PzERjjP!@z u\ƃaPjju@J FP{EuVjP謴ǃ 9t uسE8BtA@u jEXu 6‰tEE(PP0P$謵EȉM̋M̃E}̃<8uWWEȋMPR輳u  }+URMTRUʍR6u܋}܋uMUMȍD^u蛵Yu蒵uu u }}EEUBUM; u Ee[^_]ÐUS [0.u u辳]ÐUWVS [.ƉׅutPPjVue[^_]UWVS[-T .P1ƍ5$ίsƍ9$路\>OtB5(Eu 0E1}MUEHE E@P赮ZYuPخ}D>/EDTTe[^_]UWVS[,E}u E1ы}щMNы}эy D7 P(EZYuPJYXCPuV8XZuMUDP#^XWuu,k 01PuLP0ٯ  P۲t_Ee[^_]UWVS [+Ep|NyEE}uރ [^_]US[Ñ+:uy~. ht%AAUT@A1]UWVS<[+u 1}эQF9E)DERjEPu8PPjEPEȉŰEƉEEЙUެM1U1UƉ11EỦEEjj>WVPUUĈjj>WV+Ɖjj>RP%UUĈBjj>WVƉjj>RPUUĈBjj>WVƉjj>RPUUĈBjj>WVƉjj>RPUUĈBjj>WV{jj>RPy UUĈBhhuy;ttu!aE܁}Ee[^_]ÐUWV EEEUUM M؅uG9MvU܉ʋEuE}u 1uEu1҉uƋMuE;Eu9EwU9Uro1Em )M܋u ƉuEEu؊MU؉EM Љu։EeE9wuE9EvM1 1EE܉ ^_]ÐUWV UEE܋EUU} u79}v Љu }u 1u܉E܉1u܋Eu܉19v"u!9wU9Ur M+MljME‰ )EE܊M ЉEE܉EME܉EM Ћ}UuUe;Uwu 9v+EUM)щM܉E܊M ЋU܉ ^_]ÐUSЃuX[]ÐUSۭç&ԭ[]Syntax error in archive script, line %d ͛ߛ !.<LpPpUpt    +&%'(" -4-$&)*0+12/*''''   %%' (#)&"!$ !"#$%&'())**++,,- 3,#.!out of dynamic memory in yyensure_buffer_stack()out of dynamic memory in yy_scan_buffer()out of dynamic memory in yy_scan_bytes()bad buffer in yy_scan_bytes()out of dynamic memory in yy_create_buffer()fatal flex scanner internal error--end of buffer missedfatal error - scanner input buffer overflowinput in flex scanner failedout of dynamic memory in yy_get_next_buffer()fatal flex scanner internal error--no action foundǭέխܭ "ǭέխܭ "%/9Ccs    !"#$%&'()*+,-./012)('&# !$("%#######################$%############################################################## ######################################### ### % }|wqzmsrktkeh+w{vrvwz|hgbaW[VRVWZ\ida^]ijfh\KFC@?KLHJ>[XVUIUOSF>;98,826)?:;CB&!"*)3+ABEDDRR}|{yutsrqponmkgfedcba`_^]\[ZYXVUTSQPONMLKJHGFECBA@?>=<;:9876543210/.-,+*)(#"!    !"#)+-7,*9;8:.`ano<%$%''~}|{zyxwvutsrqpmlkjihgfedcb_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=6543210/(&internal stat error on %sx - %s %s is not a valid archive%s: %s <%s> stdout: %s%s: creating %sUsage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file... %s -M [ - read options from Usage: %s [options] archive Generate an index to speed access to archives The options are: @ Read options from -t Update the archive's symbol map timestamp -h --help Print this help message -v --version Print version information Report bugs to %s could not create temporary file whilst writing archiveno entry %s in archive ranlib--help--versionar-h-H-V--v-t%s: no archive map to update-M--pluginsorry - this program has been built without plugin support two different operation options specifiedillegal option -- %cno operation specified`u' is only meaningful with the `r' option.`u' is not meaningful with the `D' option.`N' is only meaningful with the `x' and `d' options.Value for `N' must be positive.`x' cannot be used on thin archives.__.SYMDEFd - %s No member named `%s' m - %s no entry %s in archive %s!internal error -- this option not implemented'333333333333ɼ3333333333ӽ߽|ڼ333߽33Qڼ3ڼڼڼڼǽ3ڼ QQQQQQQQ"QQ8NQdQQQpwS`~wNo entry %s in archive. %s: no open archive %s: can't find module file %s %s: no open output archive Current open archive is %s %s: can't open file %s %s: no output archive specified yet %.*stmp-%s%s: Can't open output archive %s %s: Can't open input archive %s %s: file %s is not an archive AR >Can't open file %s %s: cannot set time: %sunable to rename '%s'; reason: %sunable to copy file '%s'; reason: %sr - %s a - %s emulation options: No emulation specific options bucomm.cabfd != ((void *)0)%s(%s)stXXXXXX%.12s %.4s%s %ld/%ld %6ld %s Supported architectures:%s: supported architectures:Supported targets:%s: supported targets:%s: Matching formats:%s: %s: %s (GNU Binutils) 2.21BFD header file version %s little endianbig endianendianness unknown%s (header %s, data %s) %s COLUMNS %*sUNKNOWN!%*s '%s': No such fileWarning: could not locate '%s'. reason: %sWarning: '%s' is not an ordinary file%s: bad number: %si486-unknown-linux-uclibccan't set BFD default target to `%s': %s:%s[%s]:%sbfd_get_archive_filenameGNU %s %s Copyright 2010 Free Software Foundation, Inc.This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) any later version. This program has absolutely no warranty.%s: error: too many @-files encountered out of memory TMPDIRTMPTEMP/tmpccXXXXXXCannot create temporary file in %s: %s /var/tmp/usr/tmp/tmpabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789;84DTzR|  AB E<AB E)  X(D 6 ܏8oooΒޒ.>N^n~Γޓ.>N^n~Δޔ.>N^n~Εޕ.>N^n~Ζޖ.>N^n~Ηޗ`.shstrtab.interp.hash.dynsym.dynstr.gnu.version.gnu.version_r.rel.dyn.rel.plt.init.text.fini.rodata.eh_frame_hdr.eh_frame.ctors.dtors.jcr.dynamic.got.got.plt.data.bss (( DD@! 6)o6o E 8N ܏ WRp]@RcXXjippjk#q ܍ \ dll |ELF 4P4 (444hhhhYhY( ||Y|YPtdHHQtd/lib/ld-uClibc.so.0xH17Vnc~_{zQ=LwqWoFUE3vegfCsKT $jhm,#I"`*lt/?};iZAapb! O]' @y-5u|%  &0 +)D28.4><NMR:(B\dXPkS69Gr[JY^!bTj 1KV]bobO(d;|"#,>WD&0 SoLdG " 5]HX`jqeBbs|"#dr x3;8e: BYiod[@h[Al[Bp[Ct[Dx[E|[F[G[H[I[J[K[L[M[N[O[P[Q[R[S[T[U[V[W[X[Y[Z[\[][^[_[`[c[d[f[h[i[j[k\l\m\n \o\p\r\s\v \w$\x(\y,\z0\{4\|8\}<\~@\D\H\L\P\T\X\\\`\d\h\l\p\t\USGM#'[]5Z%Z%Zh%Zh%Zh%Zh%Zh %Zh(%Zh0%Zh8p%Zh@`%ZhHP%ZhP@%ZhX0%Zh` %Zhh%Zhp%Zhx%Zh%Zh%Zh%Zh%Zh%Zh%Zh%Zhp%Zh`%ZhP%Zh@%Zh0%Zh %[h%[h%[h% [h%[h%[h%[h%[h % [h(%$[h0%([h8p%,[h@`%0[hHP%4[hP@%8[hX0%<[h` %@[hh%D[hp%H[hx%L[h%P[h%T[h%X[h%\[h%`[h%d[h%h[hp%l[h`%p[hP%t[h@%x[h0%|[h %[h%[h%[h%[h%[h%[h%[h%[h %[h(%[h0%[h8p%[h@`%[hHP%[hP@%[hX0%[h` %[hh%[hp%[hx%[h%[h%[h%[h%[h%[h%[h%[hp%[h`%[hP%[h@%[h0%[h %\h%\h%\h% \h%\h%\h%\h%\h % \h(%$\h0%(\h8p%,\h@`%0\hHP%4\hP@%8\hX0%<\h` %@\hh%D\hp%H\hx%L\h%P\h%T\h%X\h%\\h%`\h%d\h%h\hp%l\h`%p\hP%t\h@1^PTRhh0QVhJ$US=euHtY-pYX @epYe9r|t h Ie]UZ|tRjheh I=xYtt hxYЃÐUEE B9Aw r9wr 1 ]UWVSLEUM$fEȅRŰ MЋBEԋURpU؋f1!uP@B;Evus A;E|׉΍ M|Nu1EUeMMBRPKCA9tE9Eu.QQuSURTt}tM9fUGE;}}-fMSUMSMQH@A9tEẼxu3UB0t#MԋY9]rA$1u9EEEfMU܈UNjM9HtuRRuPURT $fMOEifUM9Ht}uKSSuPURTt8M; $fu}ࡨfMMBRPKCA9u }OmuE;$ftE^<1f8U9Pt}uQQuPMQTt C;$f|ǡfU9Pt}u(RRuPMQTt}tE0f1e[^_]US]1ɋU "1tBRP19[[]UU B u eJE8tJ ]UVS‹ft'2PPV3]u C [u1e[^]UVSÉQ5PjhPXZShYXShXZSh*tYQQShXZShYXS5PjXZS5Pjv$uPh!hGS; VUSk],X_t> PǃX_ǃ\_ǃ`_ǃd_ǃh_]UUMEURhPX5fYfUWVS ׋Y=hft;tRjSPƃt1tPShFw PPShFt Ve[^_]UWVS tfEfU h[fEfU hce}u hqO1Uu PPWh|uPPWh@r= fuVVCU4SEBE=hft[tW8tRQjPSƃt UpCjU45bSt-UUP VCjR5bS j G;} hr9e[^_]UWVS}u W9ÃFdF$1P6vh v5bW$ v 5bW v@vPh=|fu hx hhAFtPhhAh0EFtPhSh0&~yPhSh0FtPh<Sh0FtQhSh0FtRhSh0FtPh#Sh0F tPhhSh0lF@tPh(Sh0MF tPh,Sh0.FtPh6Sh0f~yPhASh0FtQhISh0 W(u>FtRhVSh0F tPh\Sh0F@tPhbSh0bGxuFtPhmSh0:FtPhtSh0FtPhSh0Ftq% =tw t*=t= u PRSh0Y[VWtRp0h|E e[^_]e[^_]UWVSEUMRPuÃuPPuh-Yp$ Vlj4$jPSu~ u