dlltool.c 121 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598
  1. /* dlltool.c -- tool to generate stuff for PE style DLLs
  2. Copyright (C) 1995-2015 Free Software Foundation, Inc.
  3. This file is part of GNU Binutils.
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 3 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program; if not, write to the Free Software
  14. Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
  15. 02110-1301, USA. */
  16. /* This program allows you to build the files necessary to create
  17. DLLs to run on a system which understands PE format image files.
  18. (eg, Windows NT)
  19. See "Peering Inside the PE: A Tour of the Win32 Portable Executable
  20. File Format", MSJ 1994, Volume 9 for more information.
  21. Also see "Microsoft Portable Executable and Common Object File Format,
  22. Specification 4.1" for more information.
  23. A DLL contains an export table which contains the information
  24. which the runtime loader needs to tie up references from a
  25. referencing program.
  26. The export table is generated by this program by reading
  27. in a .DEF file or scanning the .a and .o files which will be in the
  28. DLL. A .o file can contain information in special ".drectve" sections
  29. with export information.
  30. A DEF file contains any number of the following commands:
  31. NAME <name> [ , <base> ]
  32. The result is going to be <name>.EXE
  33. LIBRARY <name> [ , <base> ]
  34. The result is going to be <name>.DLL
  35. EXPORTS ( ( ( <name1> [ = <name2> ] )
  36. | ( <name1> = <module-name> . <external-name>))
  37. [ @ <integer> ] [ NONAME ] [CONSTANT] [DATA] [PRIVATE] ) *
  38. Declares name1 as an exported symbol from the
  39. DLL, with optional ordinal number <integer>.
  40. Or declares name1 as an alias (forward) of the function <external-name>
  41. in the DLL <module-name>.
  42. IMPORTS ( ( <internal-name> = <module-name> . <integer> )
  43. | ( [ <internal-name> = ] <module-name> . <external-name> )) *
  44. Declares that <external-name> or the exported function whose ordinal number
  45. is <integer> is to be imported from the file <module-name>. If
  46. <internal-name> is specified then this is the name that the imported
  47. function will be refereed to in the body of the DLL.
  48. DESCRIPTION <string>
  49. Puts <string> into output .exp file in the .rdata section
  50. [STACKSIZE|HEAPSIZE] <number-reserve> [ , <number-commit> ]
  51. Generates --stack|--heap <number-reserve>,<number-commit>
  52. in the output .drectve section. The linker will
  53. see this and act upon it.
  54. [CODE|DATA] <attr>+
  55. SECTIONS ( <sectionname> <attr>+ )*
  56. <attr> = READ | WRITE | EXECUTE | SHARED
  57. Generates --attr <sectionname> <attr> in the output
  58. .drectve section. The linker will see this and act
  59. upon it.
  60. A -export:<name> in a .drectve section in an input .o or .a
  61. file to this program is equivalent to a EXPORTS <name>
  62. in a .DEF file.
  63. The program generates output files with the prefix supplied
  64. on the command line, or in the def file, or taken from the first
  65. supplied argument.
  66. The .exp.s file contains the information necessary to export
  67. the routines in the DLL. The .lib.s file contains the information
  68. necessary to use the DLL's routines from a referencing program.
  69. Example:
  70. file1.c:
  71. asm (".section .drectve");
  72. asm (".ascii \"-export:adef\"");
  73. void adef (char * s)
  74. {
  75. printf ("hello from the dll %s\n", s);
  76. }
  77. void bdef (char * s)
  78. {
  79. printf ("hello from the dll and the other entry point %s\n", s);
  80. }
  81. file2.c:
  82. asm (".section .drectve");
  83. asm (".ascii \"-export:cdef\"");
  84. asm (".ascii \"-export:ddef\"");
  85. void cdef (char * s)
  86. {
  87. printf ("hello from the dll %s\n", s);
  88. }
  89. void ddef (char * s)
  90. {
  91. printf ("hello from the dll and the other entry point %s\n", s);
  92. }
  93. int printf (void)
  94. {
  95. return 9;
  96. }
  97. themain.c:
  98. int main (void)
  99. {
  100. cdef ();
  101. return 0;
  102. }
  103. thedll.def
  104. LIBRARY thedll
  105. HEAPSIZE 0x40000, 0x2000
  106. EXPORTS bdef @ 20
  107. cdef @ 30 NONAME
  108. SECTIONS donkey READ WRITE
  109. aardvark EXECUTE
  110. # Compile up the parts of the dll and the program
  111. gcc -c file1.c file2.c themain.c
  112. # Optional: put the dll objects into a library
  113. # (you don't have to, you could name all the object
  114. # files on the dlltool line)
  115. ar qcv thedll.in file1.o file2.o
  116. ranlib thedll.in
  117. # Run this tool over the DLL's .def file and generate an exports
  118. # file (thedll.o) and an imports file (thedll.a).
  119. # (You may have to use -S to tell dlltool where to find the assembler).
  120. dlltool --def thedll.def --output-exp thedll.o --output-lib thedll.a
  121. # Build the dll with the library and the export table
  122. ld -o thedll.dll thedll.o thedll.in
  123. # Link the executable with the import library
  124. gcc -o themain.exe themain.o thedll.a
  125. This example can be extended if relocations are needed in the DLL:
  126. # Compile up the parts of the dll and the program
  127. gcc -c file1.c file2.c themain.c
  128. # Run this tool over the DLL's .def file and generate an imports file.
  129. dlltool --def thedll.def --output-lib thedll.lib
  130. # Link the executable with the import library and generate a base file
  131. # at the same time
  132. gcc -o themain.exe themain.o thedll.lib -Wl,--base-file -Wl,themain.base
  133. # Run this tool over the DLL's .def file and generate an exports file
  134. # which includes the relocations from the base file.
  135. dlltool --def thedll.def --base-file themain.base --output-exp thedll.exp
  136. # Build the dll with file1.o, file2.o and the export table
  137. ld -o thedll.dll thedll.exp file1.o file2.o */
  138. /* .idata section description
  139. The .idata section is the import table. It is a collection of several
  140. subsections used to keep the pieces for each dll together: .idata$[234567].
  141. IE: Each dll's .idata$2's are catenated together, each .idata$3's, etc.
  142. .idata$2 = Import Directory Table
  143. = array of IMAGE_IMPORT_DESCRIPTOR's.
  144. DWORD Import Lookup Table; - pointer to .idata$4
  145. DWORD TimeDateStamp; - currently always 0
  146. DWORD ForwarderChain; - currently always 0
  147. DWORD Name; - pointer to dll's name
  148. PIMAGE_THUNK_DATA FirstThunk; - pointer to .idata$5
  149. .idata$3 = null terminating entry for .idata$2.
  150. .idata$4 = Import Lookup Table
  151. = array of array of pointers to hint name table.
  152. There is one for each dll being imported from, and each dll's set is
  153. terminated by a trailing NULL.
  154. .idata$5 = Import Address Table
  155. = array of array of pointers to hint name table.
  156. There is one for each dll being imported from, and each dll's set is
  157. terminated by a trailing NULL.
  158. Initially, this table is identical to the Import Lookup Table. However,
  159. at load time, the loader overwrites the entries with the address of the
  160. function.
  161. .idata$6 = Hint Name Table
  162. = Array of { short, asciz } entries, one for each imported function.
  163. The `short' is the function's ordinal number.
  164. .idata$7 = dll name (eg: "kernel32.dll"). (.idata$6 for ppc). */
  165. #include "sysdep.h"
  166. #include "bfd.h"
  167. #include "libiberty.h"
  168. #include "getopt.h"
  169. #include "demangle.h"
  170. #include "dyn-string.h"
  171. #include "bucomm.h"
  172. #include "dlltool.h"
  173. #include "safe-ctype.h"
  174. #include <time.h>
  175. #include <assert.h>
  176. #ifdef DLLTOOL_ARM
  177. #include "coff/arm.h"
  178. #include "coff/internal.h"
  179. #endif
  180. #ifdef DLLTOOL_DEFAULT_MX86_64
  181. #include "coff/x86_64.h"
  182. #endif
  183. #ifdef DLLTOOL_DEFAULT_I386
  184. #include "coff/i386.h"
  185. #endif
  186. #ifndef COFF_PAGE_SIZE
  187. #define COFF_PAGE_SIZE ((bfd_vma) 4096)
  188. #endif
  189. #ifndef PAGE_MASK
  190. #define PAGE_MASK ((bfd_vma) (- COFF_PAGE_SIZE))
  191. #endif
  192. /* Get current BFD error message. */
  193. #define bfd_get_errmsg() (bfd_errmsg (bfd_get_error ()))
  194. /* Forward references. */
  195. static char *look_for_prog (const char *, const char *, int);
  196. static char *deduce_name (const char *);
  197. #ifdef DLLTOOL_MCORE_ELF
  198. static void mcore_elf_cache_filename (const char *);
  199. static void mcore_elf_gen_out_file (void);
  200. #endif
  201. #ifdef HAVE_SYS_WAIT_H
  202. #include <sys/wait.h>
  203. #else /* ! HAVE_SYS_WAIT_H */
  204. #if ! defined (_WIN32) || defined (__CYGWIN32__)
  205. #ifndef WIFEXITED
  206. #define WIFEXITED(w) (((w) & 0377) == 0)
  207. #endif
  208. #ifndef WIFSIGNALED
  209. #define WIFSIGNALED(w) (((w) & 0377) != 0177 && ((w) & ~0377) == 0)
  210. #endif
  211. #ifndef WTERMSIG
  212. #define WTERMSIG(w) ((w) & 0177)
  213. #endif
  214. #ifndef WEXITSTATUS
  215. #define WEXITSTATUS(w) (((w) >> 8) & 0377)
  216. #endif
  217. #else /* defined (_WIN32) && ! defined (__CYGWIN32__) */
  218. #ifndef WIFEXITED
  219. #define WIFEXITED(w) (((w) & 0xff) == 0)
  220. #endif
  221. #ifndef WIFSIGNALED
  222. #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f)
  223. #endif
  224. #ifndef WTERMSIG
  225. #define WTERMSIG(w) ((w) & 0x7f)
  226. #endif
  227. #ifndef WEXITSTATUS
  228. #define WEXITSTATUS(w) (((w) & 0xff00) >> 8)
  229. #endif
  230. #endif /* defined (_WIN32) && ! defined (__CYGWIN32__) */
  231. #endif /* ! HAVE_SYS_WAIT_H */
  232. #define show_allnames 0
  233. /* ifunc and ihead data structures: ttk@cygnus.com 1997
  234. When IMPORT declarations are encountered in a .def file the
  235. function import information is stored in a structure referenced by
  236. the global variable IMPORT_LIST. The structure is a linked list
  237. containing the names of the dll files each function is imported
  238. from and a linked list of functions being imported from that dll
  239. file. This roughly parallels the structure of the .idata section
  240. in the PE object file.
  241. The contents of .def file are interpreted from within the
  242. process_def_file function. Every time an IMPORT declaration is
  243. encountered, it is broken up into its component parts and passed to
  244. def_import. IMPORT_LIST is initialized to NULL in function main. */
  245. typedef struct ifunct
  246. {
  247. char * name; /* Name of function being imported. */
  248. char * its_name; /* Optional import table symbol name. */
  249. int ord; /* Two-byte ordinal value associated with function. */
  250. struct ifunct *next;
  251. } ifunctype;
  252. typedef struct iheadt
  253. {
  254. char * dllname; /* Name of dll file imported from. */
  255. long nfuncs; /* Number of functions in list. */
  256. struct ifunct *funchead; /* First function in list. */
  257. struct ifunct *functail; /* Last function in list. */
  258. struct iheadt *next; /* Next dll file in list. */
  259. } iheadtype;
  260. /* Structure containing all import information as defined in .def file
  261. (qv "ihead structure"). */
  262. static iheadtype *import_list = NULL;
  263. static char *as_name = NULL;
  264. static char * as_flags = "";
  265. static char *tmp_prefix;
  266. static int no_idata4;
  267. static int no_idata5;
  268. static char *exp_name;
  269. static char *imp_name;
  270. static char *delayimp_name;
  271. static char *identify_imp_name;
  272. static bfd_boolean identify_strict;
  273. /* Types used to implement a linked list of dllnames associated
  274. with the specified import lib. Used by the identify_* code.
  275. The head entry is acts as a sentinal node and is always empty
  276. (head->dllname is NULL). */
  277. typedef struct dll_name_list_node_t
  278. {
  279. char * dllname;
  280. struct dll_name_list_node_t * next;
  281. } dll_name_list_node_type;
  282. typedef struct dll_name_list_t
  283. {
  284. dll_name_list_node_type * head;
  285. dll_name_list_node_type * tail;
  286. } dll_name_list_type;
  287. /* Types used to pass data to iterator functions. */
  288. typedef struct symname_search_data_t
  289. {
  290. const char * symname;
  291. bfd_boolean found;
  292. } symname_search_data_type;
  293. typedef struct identify_data_t
  294. {
  295. dll_name_list_type * list;
  296. bfd_boolean ms_style_implib;
  297. } identify_data_type;
  298. static char *head_label;
  299. static char *imp_name_lab;
  300. static char *dll_name;
  301. static int dll_name_set_by_exp_name;
  302. static int add_indirect = 0;
  303. static int add_underscore = 0;
  304. static int add_stdcall_underscore = 0;
  305. /* This variable can hold three different values. The value
  306. -1 (default) means that default underscoring should be used,
  307. zero means that no underscoring should be done, and one
  308. indicates that underscoring should be done. */
  309. static int leading_underscore = -1;
  310. static int dontdeltemps = 0;
  311. /* TRUE if we should export all symbols. Otherwise, we only export
  312. symbols listed in .drectve sections or in the def file. */
  313. static bfd_boolean export_all_symbols;
  314. /* TRUE if we should exclude the symbols in DEFAULT_EXCLUDES when
  315. exporting all symbols. */
  316. static bfd_boolean do_default_excludes = TRUE;
  317. static bfd_boolean use_nul_prefixed_import_tables = FALSE;
  318. /* Default symbols to exclude when exporting all the symbols. */
  319. static const char *default_excludes = "DllMain@12,DllEntryPoint@0,impure_ptr";
  320. /* TRUE if we should add __imp_<SYMBOL> to import libraries for backward
  321. compatibility to old Cygwin releases. */
  322. static bfd_boolean create_compat_implib;
  323. /* TRUE if we have to write PE+ import libraries. */
  324. static bfd_boolean create_for_pep;
  325. static char *def_file;
  326. extern char * program_name;
  327. static int machine;
  328. static int killat;
  329. static int add_stdcall_alias;
  330. static const char *ext_prefix_alias;
  331. static int verbose;
  332. static FILE *output_def;
  333. static FILE *base_file;
  334. #ifdef DLLTOOL_DEFAULT_ARM
  335. static const char *mname = "arm";
  336. #endif
  337. #ifdef DLLTOOL_DEFAULT_ARM_EPOC
  338. static const char *mname = "arm-epoc";
  339. #endif
  340. #ifdef DLLTOOL_DEFAULT_ARM_WINCE
  341. static const char *mname = "arm-wince";
  342. #endif
  343. #ifdef DLLTOOL_DEFAULT_I386
  344. static const char *mname = "i386";
  345. #endif
  346. #ifdef DLLTOOL_DEFAULT_MX86_64
  347. static const char *mname = "i386:x86-64";
  348. #endif
  349. #ifdef DLLTOOL_DEFAULT_PPC
  350. static const char *mname = "ppc";
  351. #endif
  352. #ifdef DLLTOOL_DEFAULT_SH
  353. static const char *mname = "sh";
  354. #endif
  355. #ifdef DLLTOOL_DEFAULT_MIPS
  356. static const char *mname = "mips";
  357. #endif
  358. #ifdef DLLTOOL_DEFAULT_MCORE
  359. static const char * mname = "mcore-le";
  360. #endif
  361. #ifdef DLLTOOL_DEFAULT_MCORE_ELF
  362. static const char * mname = "mcore-elf";
  363. static char * mcore_elf_out_file = NULL;
  364. static char * mcore_elf_linker = NULL;
  365. static char * mcore_elf_linker_flags = NULL;
  366. #define DRECTVE_SECTION_NAME ((machine == MMCORE_ELF || machine == MMCORE_ELF_LE) ? ".exports" : ".drectve")
  367. #endif
  368. #ifndef DRECTVE_SECTION_NAME
  369. #define DRECTVE_SECTION_NAME ".drectve"
  370. #endif
  371. /* What's the right name for this ? */
  372. #define PATHMAX 250
  373. /* External name alias numbering starts here. */
  374. #define PREFIX_ALIAS_BASE 20000
  375. char *tmp_asm_buf;
  376. char *tmp_head_s_buf;
  377. char *tmp_head_o_buf;
  378. char *tmp_tail_s_buf;
  379. char *tmp_tail_o_buf;
  380. char *tmp_stub_buf;
  381. #define TMP_ASM dlltmp (&tmp_asm_buf, "%sc.s")
  382. #define TMP_HEAD_S dlltmp (&tmp_head_s_buf, "%sh.s")
  383. #define TMP_HEAD_O dlltmp (&tmp_head_o_buf, "%sh.o")
  384. #define TMP_TAIL_S dlltmp (&tmp_tail_s_buf, "%st.s")
  385. #define TMP_TAIL_O dlltmp (&tmp_tail_o_buf, "%st.o")
  386. #define TMP_STUB dlltmp (&tmp_stub_buf, "%ss")
  387. /* This bit of assembly does jmp * .... */
  388. static const unsigned char i386_jtab[] =
  389. {
  390. 0xff, 0x25, 0x00, 0x00, 0x00, 0x00, 0x90, 0x90
  391. };
  392. static const unsigned char i386_dljtab[] =
  393. {
  394. 0xFF, 0x25, 0x00, 0x00, 0x00, 0x00, /* jmp __imp__function */
  395. 0xB8, 0x00, 0x00, 0x00, 0x00, /* mov eax, offset __imp__function */
  396. 0xE9, 0x00, 0x00, 0x00, 0x00 /* jmp __tailMerge__dllname */
  397. };
  398. static const unsigned char i386_x64_dljtab[] =
  399. {
  400. 0xFF, 0x25, 0x00, 0x00, 0x00, 0x00, /* jmp __imp__function */
  401. 0x48, 0x8d, 0x05, /* leaq rax, (__imp__function) */
  402. 0x00, 0x00, 0x00, 0x00,
  403. 0xE9, 0x00, 0x00, 0x00, 0x00 /* jmp __tailMerge__dllname */
  404. };
  405. static const unsigned char arm_jtab[] =
  406. {
  407. 0x00, 0xc0, 0x9f, 0xe5, /* ldr ip, [pc] */
  408. 0x00, 0xf0, 0x9c, 0xe5, /* ldr pc, [ip] */
  409. 0, 0, 0, 0
  410. };
  411. static const unsigned char arm_interwork_jtab[] =
  412. {
  413. 0x04, 0xc0, 0x9f, 0xe5, /* ldr ip, [pc] */
  414. 0x00, 0xc0, 0x9c, 0xe5, /* ldr ip, [ip] */
  415. 0x1c, 0xff, 0x2f, 0xe1, /* bx ip */
  416. 0, 0, 0, 0
  417. };
  418. static const unsigned char thumb_jtab[] =
  419. {
  420. 0x40, 0xb4, /* push {r6} */
  421. 0x02, 0x4e, /* ldr r6, [pc, #8] */
  422. 0x36, 0x68, /* ldr r6, [r6] */
  423. 0xb4, 0x46, /* mov ip, r6 */
  424. 0x40, 0xbc, /* pop {r6} */
  425. 0x60, 0x47, /* bx ip */
  426. 0, 0, 0, 0
  427. };
  428. static const unsigned char mcore_be_jtab[] =
  429. {
  430. 0x71, 0x02, /* lrw r1,2 */
  431. 0x81, 0x01, /* ld.w r1,(r1,0) */
  432. 0x00, 0xC1, /* jmp r1 */
  433. 0x12, 0x00, /* nop */
  434. 0x00, 0x00, 0x00, 0x00 /* <address> */
  435. };
  436. static const unsigned char mcore_le_jtab[] =
  437. {
  438. 0x02, 0x71, /* lrw r1,2 */
  439. 0x01, 0x81, /* ld.w r1,(r1,0) */
  440. 0xC1, 0x00, /* jmp r1 */
  441. 0x00, 0x12, /* nop */
  442. 0x00, 0x00, 0x00, 0x00 /* <address> */
  443. };
  444. /* This is the glue sequence for PowerPC PE. There is a
  445. tocrel16-tocdefn reloc against the first instruction.
  446. We also need a IMGLUE reloc against the glue function
  447. to restore the toc saved by the third instruction in
  448. the glue. */
  449. static const unsigned char ppc_jtab[] =
  450. {
  451. 0x00, 0x00, 0x62, 0x81, /* lwz r11,0(r2) */
  452. /* Reloc TOCREL16 __imp_xxx */
  453. 0x00, 0x00, 0x8B, 0x81, /* lwz r12,0(r11) */
  454. 0x04, 0x00, 0x41, 0x90, /* stw r2,4(r1) */
  455. 0xA6, 0x03, 0x89, 0x7D, /* mtctr r12 */
  456. 0x04, 0x00, 0x4B, 0x80, /* lwz r2,4(r11) */
  457. 0x20, 0x04, 0x80, 0x4E /* bctr */
  458. };
  459. #ifdef DLLTOOL_PPC
  460. /* The glue instruction, picks up the toc from the stw in
  461. the above code: "lwz r2,4(r1)". */
  462. static bfd_vma ppc_glue_insn = 0x80410004;
  463. #endif
  464. static const char i386_trampoline[] =
  465. "\tpushl %%ecx\n"
  466. "\tpushl %%edx\n"
  467. "\tpushl %%eax\n"
  468. "\tpushl $__DELAY_IMPORT_DESCRIPTOR_%s\n"
  469. "\tcall ___delayLoadHelper2@8\n"
  470. "\tpopl %%edx\n"
  471. "\tpopl %%ecx\n"
  472. "\tjmp *%%eax\n";
  473. static const char i386_x64_trampoline[] =
  474. "\tpushq %%rcx\n"
  475. "\tpushq %%rdx\n"
  476. "\tpushq %%r8\n"
  477. "\tpushq %%r9\n"
  478. "\tsubq $40, %%rsp\n"
  479. "\tmovq %%rax, %%rdx\n"
  480. "\tleaq __DELAY_IMPORT_DESCRIPTOR_%s(%%rip), %%rcx\n"
  481. "\tcall __delayLoadHelper2\n"
  482. "\taddq $40, %%rsp\n"
  483. "\tpopq %%r9\n"
  484. "\tpopq %%r8\n"
  485. "\tpopq %%rdx\n"
  486. "\tpopq %%rcx\n"
  487. "\tjmp *%%rax\n";
  488. struct mac
  489. {
  490. const char *type;
  491. const char *how_byte;
  492. const char *how_short;
  493. const char *how_long;
  494. const char *how_asciz;
  495. const char *how_comment;
  496. const char *how_jump;
  497. const char *how_global;
  498. const char *how_space;
  499. const char *how_align_short;
  500. const char *how_align_long;
  501. const char *how_default_as_switches;
  502. const char *how_bfd_target;
  503. enum bfd_architecture how_bfd_arch;
  504. const unsigned char *how_jtab;
  505. int how_jtab_size; /* Size of the jtab entry. */
  506. int how_jtab_roff; /* Offset into it for the ind 32 reloc into idata 5. */
  507. const unsigned char *how_dljtab;
  508. int how_dljtab_size; /* Size of the dljtab entry. */
  509. int how_dljtab_roff1; /* Offset for the ind 32 reloc into idata 5. */
  510. int how_dljtab_roff2; /* Offset for the ind 32 reloc into idata 5. */
  511. int how_dljtab_roff3; /* Offset for the ind 32 reloc into idata 5. */
  512. const char *trampoline;
  513. };
  514. static const struct mac
  515. mtable[] =
  516. {
  517. {
  518. #define MARM 0
  519. "arm", ".byte", ".short", ".long", ".asciz", "@",
  520. "ldr\tip,[pc]\n\tldr\tpc,[ip]\n\t.long",
  521. ".global", ".space", ".align\t2",".align\t4", "-mapcs-32",
  522. "pe-arm-little", bfd_arch_arm,
  523. arm_jtab, sizeof (arm_jtab), 8,
  524. 0, 0, 0, 0, 0, 0
  525. }
  526. ,
  527. {
  528. #define M386 1
  529. "i386", ".byte", ".short", ".long", ".asciz", "#",
  530. "jmp *", ".global", ".space", ".align\t2",".align\t4", "",
  531. "pe-i386",bfd_arch_i386,
  532. i386_jtab, sizeof (i386_jtab), 2,
  533. i386_dljtab, sizeof (i386_dljtab), 2, 7, 12, i386_trampoline
  534. }
  535. ,
  536. {
  537. #define MPPC 2
  538. "ppc", ".byte", ".short", ".long", ".asciz", "#",
  539. "jmp *", ".global", ".space", ".align\t2",".align\t4", "",
  540. "pe-powerpcle",bfd_arch_powerpc,
  541. ppc_jtab, sizeof (ppc_jtab), 0,
  542. 0, 0, 0, 0, 0, 0
  543. }
  544. ,
  545. {
  546. #define MTHUMB 3
  547. "thumb", ".byte", ".short", ".long", ".asciz", "@",
  548. "push\t{r6}\n\tldr\tr6, [pc, #8]\n\tldr\tr6, [r6]\n\tmov\tip, r6\n\tpop\t{r6}\n\tbx\tip",
  549. ".global", ".space", ".align\t2",".align\t4", "-mthumb-interwork",
  550. "pe-arm-little", bfd_arch_arm,
  551. thumb_jtab, sizeof (thumb_jtab), 12,
  552. 0, 0, 0, 0, 0, 0
  553. }
  554. ,
  555. #define MARM_INTERWORK 4
  556. {
  557. "arm_interwork", ".byte", ".short", ".long", ".asciz", "@",
  558. "ldr\tip,[pc]\n\tldr\tip,[ip]\n\tbx\tip\n\t.long",
  559. ".global", ".space", ".align\t2",".align\t4", "-mthumb-interwork",
  560. "pe-arm-little", bfd_arch_arm,
  561. arm_interwork_jtab, sizeof (arm_interwork_jtab), 12,
  562. 0, 0, 0, 0, 0, 0
  563. }
  564. ,
  565. {
  566. #define MMCORE_BE 5
  567. "mcore-be", ".byte", ".short", ".long", ".asciz", "//",
  568. "lrw r1,[1f]\n\tld.w r1,(r1,0)\n\tjmp r1\n\tnop\n1:.long",
  569. ".global", ".space", ".align\t2",".align\t4", "",
  570. "pe-mcore-big", bfd_arch_mcore,
  571. mcore_be_jtab, sizeof (mcore_be_jtab), 8,
  572. 0, 0, 0, 0, 0, 0
  573. }
  574. ,
  575. {
  576. #define MMCORE_LE 6
  577. "mcore-le", ".byte", ".short", ".long", ".asciz", "//",
  578. "lrw r1,[1f]\n\tld.w r1,(r1,0)\n\tjmp r1\n\tnop\n1:.long",
  579. ".global", ".space", ".align\t2",".align\t4", "-EL",
  580. "pe-mcore-little", bfd_arch_mcore,
  581. mcore_le_jtab, sizeof (mcore_le_jtab), 8,
  582. 0, 0, 0, 0, 0, 0
  583. }
  584. ,
  585. {
  586. #define MMCORE_ELF 7
  587. "mcore-elf-be", ".byte", ".short", ".long", ".asciz", "//",
  588. "lrw r1,[1f]\n\tld.w r1,(r1,0)\n\tjmp r1\n\tnop\n1:.long",
  589. ".global", ".space", ".align\t2",".align\t4", "",
  590. "elf32-mcore-big", bfd_arch_mcore,
  591. mcore_be_jtab, sizeof (mcore_be_jtab), 8,
  592. 0, 0, 0, 0, 0, 0
  593. }
  594. ,
  595. {
  596. #define MMCORE_ELF_LE 8
  597. "mcore-elf-le", ".byte", ".short", ".long", ".asciz", "//",
  598. "lrw r1,[1f]\n\tld.w r1,(r1,0)\n\tjmp r1\n\tnop\n1:.long",
  599. ".global", ".space", ".align\t2",".align\t4", "-EL",
  600. "elf32-mcore-little", bfd_arch_mcore,
  601. mcore_le_jtab, sizeof (mcore_le_jtab), 8,
  602. 0, 0, 0, 0, 0, 0
  603. }
  604. ,
  605. {
  606. #define MARM_EPOC 9
  607. "arm-epoc", ".byte", ".short", ".long", ".asciz", "@",
  608. "ldr\tip,[pc]\n\tldr\tpc,[ip]\n\t.long",
  609. ".global", ".space", ".align\t2",".align\t4", "",
  610. "epoc-pe-arm-little", bfd_arch_arm,
  611. arm_jtab, sizeof (arm_jtab), 8,
  612. 0, 0, 0, 0, 0, 0
  613. }
  614. ,
  615. {
  616. #define MARM_WINCE 10
  617. "arm-wince", ".byte", ".short", ".long", ".asciz", "@",
  618. "ldr\tip,[pc]\n\tldr\tpc,[ip]\n\t.long",
  619. ".global", ".space", ".align\t2",".align\t4", "-mapcs-32",
  620. "pe-arm-wince-little", bfd_arch_arm,
  621. arm_jtab, sizeof (arm_jtab), 8,
  622. 0, 0, 0, 0, 0, 0
  623. }
  624. ,
  625. {
  626. #define MX86 11
  627. "i386:x86-64", ".byte", ".short", ".long", ".asciz", "#",
  628. "jmp *", ".global", ".space", ".align\t2",".align\t4", "",
  629. "pe-x86-64",bfd_arch_i386,
  630. i386_jtab, sizeof (i386_jtab), 2,
  631. i386_x64_dljtab, sizeof (i386_x64_dljtab), 2, 9, 14, i386_x64_trampoline
  632. }
  633. ,
  634. { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
  635. };
  636. typedef struct dlist
  637. {
  638. char *text;
  639. struct dlist *next;
  640. }
  641. dlist_type;
  642. typedef struct export
  643. {
  644. const char *name;
  645. const char *internal_name;
  646. const char *import_name;
  647. const char *its_name;
  648. int ordinal;
  649. int constant;
  650. int noname; /* Don't put name in image file. */
  651. int private; /* Don't put reference in import lib. */
  652. int data;
  653. int hint;
  654. int forward; /* Number of forward label, 0 means no forward. */
  655. struct export *next;
  656. }
  657. export_type;
  658. /* A list of symbols which we should not export. */
  659. struct string_list
  660. {
  661. struct string_list *next;
  662. char *string;
  663. };
  664. static struct string_list *excludes;
  665. static const char *rvaafter (int);
  666. static const char *rvabefore (int);
  667. static const char *asm_prefix (int, const char *);
  668. static void process_def_file (const char *);
  669. static void new_directive (char *);
  670. static void append_import (const char *, const char *, int, const char *);
  671. static void run (const char *, char *);
  672. static void scan_drectve_symbols (bfd *);
  673. static void scan_filtered_symbols (bfd *, void *, long, unsigned int);
  674. static void add_excludes (const char *);
  675. static bfd_boolean match_exclude (const char *);
  676. static void set_default_excludes (void);
  677. static long filter_symbols (bfd *, void *, long, unsigned int);
  678. static void scan_all_symbols (bfd *);
  679. static void scan_open_obj_file (bfd *);
  680. static void scan_obj_file (const char *);
  681. static void dump_def_info (FILE *);
  682. static int sfunc (const void *, const void *);
  683. static void flush_page (FILE *, bfd_vma *, bfd_vma, int);
  684. static void gen_def_file (void);
  685. static void generate_idata_ofile (FILE *);
  686. static void assemble_file (const char *, const char *);
  687. static void gen_exp_file (void);
  688. static const char *xlate (const char *);
  689. static char *make_label (const char *, const char *);
  690. static char *make_imp_label (const char *, const char *);
  691. static bfd *make_one_lib_file (export_type *, int, int);
  692. static bfd *make_head (void);
  693. static bfd *make_tail (void);
  694. static bfd *make_delay_head (void);
  695. static void gen_lib_file (int);
  696. static void dll_name_list_append (dll_name_list_type *, bfd_byte *);
  697. static int dll_name_list_count (dll_name_list_type *);
  698. static void dll_name_list_print (dll_name_list_type *);
  699. static void dll_name_list_free_contents (dll_name_list_node_type *);
  700. static void dll_name_list_free (dll_name_list_type *);
  701. static dll_name_list_type * dll_name_list_create (void);
  702. static void identify_dll_for_implib (void);
  703. static void identify_search_archive
  704. (bfd *, void (*) (bfd *, bfd *, void *), void *);
  705. static void identify_search_member (bfd *, bfd *, void *);
  706. static bfd_boolean identify_process_section_p (asection *, bfd_boolean);
  707. static void identify_search_section (bfd *, asection *, void *);
  708. static void identify_member_contains_symname (bfd *, bfd *, void *);
  709. static int pfunc (const void *, const void *);
  710. static int nfunc (const void *, const void *);
  711. static void remove_null_names (export_type **);
  712. static void process_duplicates (export_type **);
  713. static void fill_ordinals (export_type **);
  714. static void mangle_defs (void);
  715. static void usage (FILE *, int);
  716. static void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
  717. static void set_dll_name_from_def (const char *name, char is_dll);
  718. static char *
  719. prefix_encode (char *start, unsigned code)
  720. {
  721. static char alpha[26] = "abcdefghijklmnopqrstuvwxyz";
  722. static char buf[32];
  723. char *p;
  724. strcpy (buf, start);
  725. p = strchr (buf, '\0');
  726. do
  727. *p++ = alpha[code % sizeof (alpha)];
  728. while ((code /= sizeof (alpha)) != 0);
  729. *p = '\0';
  730. return buf;
  731. }
  732. static char *
  733. dlltmp (char **buf, const char *fmt)
  734. {
  735. if (!*buf)
  736. {
  737. *buf = malloc (strlen (tmp_prefix) + 64);
  738. sprintf (*buf, fmt, tmp_prefix);
  739. }
  740. return *buf;
  741. }
  742. static void
  743. inform (const char * message, ...)
  744. {
  745. va_list args;
  746. va_start (args, message);
  747. if (!verbose)
  748. return;
  749. report (message, args);
  750. va_end (args);
  751. }
  752. static const char *
  753. rvaafter (int mach)
  754. {
  755. switch (mach)
  756. {
  757. case MARM:
  758. case M386:
  759. case MX86:
  760. case MPPC:
  761. case MTHUMB:
  762. case MARM_INTERWORK:
  763. case MMCORE_BE:
  764. case MMCORE_LE:
  765. case MMCORE_ELF:
  766. case MMCORE_ELF_LE:
  767. case MARM_EPOC:
  768. case MARM_WINCE:
  769. break;
  770. default:
  771. /* xgettext:c-format */
  772. fatal (_("Internal error: Unknown machine type: %d"), mach);
  773. break;
  774. }
  775. return "";
  776. }
  777. static const char *
  778. rvabefore (int mach)
  779. {
  780. switch (mach)
  781. {
  782. case MARM:
  783. case M386:
  784. case MX86:
  785. case MPPC:
  786. case MTHUMB:
  787. case MARM_INTERWORK:
  788. case MMCORE_BE:
  789. case MMCORE_LE:
  790. case MMCORE_ELF:
  791. case MMCORE_ELF_LE:
  792. case MARM_EPOC:
  793. case MARM_WINCE:
  794. return ".rva\t";
  795. default:
  796. /* xgettext:c-format */
  797. fatal (_("Internal error: Unknown machine type: %d"), mach);
  798. break;
  799. }
  800. return "";
  801. }
  802. static const char *
  803. asm_prefix (int mach, const char *name)
  804. {
  805. switch (mach)
  806. {
  807. case MARM:
  808. case MPPC:
  809. case MTHUMB:
  810. case MARM_INTERWORK:
  811. case MMCORE_BE:
  812. case MMCORE_LE:
  813. case MMCORE_ELF:
  814. case MMCORE_ELF_LE:
  815. case MARM_EPOC:
  816. case MARM_WINCE:
  817. break;
  818. case M386:
  819. case MX86:
  820. /* Symbol names starting with ? do not have a leading underscore. */
  821. if ((name && *name == '?') || leading_underscore == 0)
  822. break;
  823. else
  824. return "_";
  825. default:
  826. /* xgettext:c-format */
  827. fatal (_("Internal error: Unknown machine type: %d"), mach);
  828. break;
  829. }
  830. return "";
  831. }
  832. #define ASM_BYTE mtable[machine].how_byte
  833. #define ASM_SHORT mtable[machine].how_short
  834. #define ASM_LONG mtable[machine].how_long
  835. #define ASM_TEXT mtable[machine].how_asciz
  836. #define ASM_C mtable[machine].how_comment
  837. #define ASM_JUMP mtable[machine].how_jump
  838. #define ASM_GLOBAL mtable[machine].how_global
  839. #define ASM_SPACE mtable[machine].how_space
  840. #define ASM_ALIGN_SHORT mtable[machine].how_align_short
  841. #define ASM_RVA_BEFORE rvabefore (machine)
  842. #define ASM_RVA_AFTER rvaafter (machine)
  843. #define ASM_PREFIX(NAME) asm_prefix (machine, (NAME))
  844. #define ASM_ALIGN_LONG mtable[machine].how_align_long
  845. #define HOW_BFD_READ_TARGET 0 /* Always default. */
  846. #define HOW_BFD_WRITE_TARGET mtable[machine].how_bfd_target
  847. #define HOW_BFD_ARCH mtable[machine].how_bfd_arch
  848. #define HOW_JTAB (delay ? mtable[machine].how_dljtab \
  849. : mtable[machine].how_jtab)
  850. #define HOW_JTAB_SIZE (delay ? mtable[machine].how_dljtab_size \
  851. : mtable[machine].how_jtab_size)
  852. #define HOW_JTAB_ROFF (delay ? mtable[machine].how_dljtab_roff1 \
  853. : mtable[machine].how_jtab_roff)
  854. #define HOW_JTAB_ROFF2 (delay ? mtable[machine].how_dljtab_roff2 : 0)
  855. #define HOW_JTAB_ROFF3 (delay ? mtable[machine].how_dljtab_roff3 : 0)
  856. #define ASM_SWITCHES mtable[machine].how_default_as_switches
  857. static char **oav;
  858. static void
  859. process_def_file (const char *name)
  860. {
  861. FILE *f = fopen (name, FOPEN_RT);
  862. if (!f)
  863. /* xgettext:c-format */
  864. fatal (_("Can't open def file: %s"), name);
  865. yyin = f;
  866. /* xgettext:c-format */
  867. inform (_("Processing def file: %s"), name);
  868. yyparse ();
  869. inform (_("Processed def file"));
  870. }
  871. /**********************************************************************/
  872. /* Communications with the parser. */
  873. static int d_nfuncs; /* Number of functions exported. */
  874. static int d_named_nfuncs; /* Number of named functions exported. */
  875. static int d_low_ord; /* Lowest ordinal index. */
  876. static int d_high_ord; /* Highest ordinal index. */
  877. static export_type *d_exports; /* List of exported functions. */
  878. static export_type **d_exports_lexically; /* Vector of exported functions in alpha order. */
  879. static dlist_type *d_list; /* Descriptions. */
  880. static dlist_type *a_list; /* Stuff to go in directives. */
  881. static int d_nforwards = 0; /* Number of forwarded exports. */
  882. static int d_is_dll;
  883. static int d_is_exe;
  884. int
  885. yyerror (const char * err ATTRIBUTE_UNUSED)
  886. {
  887. /* xgettext:c-format */
  888. non_fatal (_("Syntax error in def file %s:%d"), def_file, linenumber);
  889. return 0;
  890. }
  891. void
  892. def_exports (const char *name, const char *internal_name, int ordinal,
  893. int noname, int constant, int data, int private,
  894. const char *its_name)
  895. {
  896. struct export *p = (struct export *) xmalloc (sizeof (*p));
  897. p->name = name;
  898. p->internal_name = internal_name ? internal_name : name;
  899. p->its_name = its_name;
  900. p->import_name = name;
  901. p->ordinal = ordinal;
  902. p->constant = constant;
  903. p->noname = noname;
  904. p->private = private;
  905. p->data = data;
  906. p->next = d_exports;
  907. d_exports = p;
  908. d_nfuncs++;
  909. if ((internal_name != NULL)
  910. && (strchr (internal_name, '.') != NULL))
  911. p->forward = ++d_nforwards;
  912. else
  913. p->forward = 0; /* no forward */
  914. }
  915. static void
  916. set_dll_name_from_def (const char *name, char is_dll)
  917. {
  918. const char *image_basename = lbasename (name);
  919. if (image_basename != name)
  920. non_fatal (_("%s: Path components stripped from image name, '%s'."),
  921. def_file, name);
  922. /* Append the default suffix, if none specified. */
  923. if (strchr (image_basename, '.') == 0)
  924. {
  925. const char * suffix = is_dll ? ".dll" : ".exe";
  926. dll_name = xmalloc (strlen (image_basename) + strlen (suffix) + 1);
  927. sprintf (dll_name, "%s%s", image_basename, suffix);
  928. }
  929. else
  930. dll_name = xstrdup (image_basename);
  931. }
  932. void
  933. def_name (const char *name, int base)
  934. {
  935. /* xgettext:c-format */
  936. inform (_("NAME: %s base: %x"), name, base);
  937. if (d_is_dll)
  938. non_fatal (_("Can't have LIBRARY and NAME"));
  939. if (dll_name_set_by_exp_name && name && *name != 0)
  940. {
  941. dll_name = NULL;
  942. dll_name_set_by_exp_name = 0;
  943. }
  944. /* If --dllname not provided, use the one in the DEF file.
  945. FIXME: Is this appropriate for executables? */
  946. if (!dll_name)
  947. set_dll_name_from_def (name, 0);
  948. d_is_exe = 1;
  949. }
  950. void
  951. def_library (const char *name, int base)
  952. {
  953. /* xgettext:c-format */
  954. inform (_("LIBRARY: %s base: %x"), name, base);
  955. if (d_is_exe)
  956. non_fatal (_("Can't have LIBRARY and NAME"));
  957. if (dll_name_set_by_exp_name && name && *name != 0)
  958. {
  959. dll_name = NULL;
  960. dll_name_set_by_exp_name = 0;
  961. }
  962. /* If --dllname not provided, use the one in the DEF file. */
  963. if (!dll_name)
  964. set_dll_name_from_def (name, 1);
  965. d_is_dll = 1;
  966. }
  967. void
  968. def_description (const char *desc)
  969. {
  970. dlist_type *d = (dlist_type *) xmalloc (sizeof (dlist_type));
  971. d->text = xstrdup (desc);
  972. d->next = d_list;
  973. d_list = d;
  974. }
  975. static void
  976. new_directive (char *dir)
  977. {
  978. dlist_type *d = (dlist_type *) xmalloc (sizeof (dlist_type));
  979. d->text = xstrdup (dir);
  980. d->next = a_list;
  981. a_list = d;
  982. }
  983. void
  984. def_heapsize (int reserve, int commit)
  985. {
  986. char b[200];
  987. if (commit > 0)
  988. sprintf (b, "-heap 0x%x,0x%x ", reserve, commit);
  989. else
  990. sprintf (b, "-heap 0x%x ", reserve);
  991. new_directive (xstrdup (b));
  992. }
  993. void
  994. def_stacksize (int reserve, int commit)
  995. {
  996. char b[200];
  997. if (commit > 0)
  998. sprintf (b, "-stack 0x%x,0x%x ", reserve, commit);
  999. else
  1000. sprintf (b, "-stack 0x%x ", reserve);
  1001. new_directive (xstrdup (b));
  1002. }
  1003. /* append_import simply adds the given import definition to the global
  1004. import_list. It is used by def_import. */
  1005. static void
  1006. append_import (const char *symbol_name, const char *dllname, int func_ordinal,
  1007. const char *its_name)
  1008. {
  1009. iheadtype **pq;
  1010. iheadtype *q;
  1011. for (pq = &import_list; *pq != NULL; pq = &(*pq)->next)
  1012. {
  1013. if (strcmp ((*pq)->dllname, dllname) == 0)
  1014. {
  1015. q = *pq;
  1016. q->functail->next = xmalloc (sizeof (ifunctype));
  1017. q->functail = q->functail->next;
  1018. q->functail->ord = func_ordinal;
  1019. q->functail->name = xstrdup (symbol_name);
  1020. q->functail->its_name = (its_name ? xstrdup (its_name) : NULL);
  1021. q->functail->next = NULL;
  1022. q->nfuncs++;
  1023. return;
  1024. }
  1025. }
  1026. q = xmalloc (sizeof (iheadtype));
  1027. q->dllname = xstrdup (dllname);
  1028. q->nfuncs = 1;
  1029. q->funchead = xmalloc (sizeof (ifunctype));
  1030. q->functail = q->funchead;
  1031. q->next = NULL;
  1032. q->functail->name = xstrdup (symbol_name);
  1033. q->functail->its_name = (its_name ? xstrdup (its_name) : NULL);
  1034. q->functail->ord = func_ordinal;
  1035. q->functail->next = NULL;
  1036. *pq = q;
  1037. }
  1038. /* def_import is called from within defparse.y when an IMPORT
  1039. declaration is encountered. Depending on the form of the
  1040. declaration, the module name may or may not need ".dll" to be
  1041. appended to it, the name of the function may be stored in internal
  1042. or entry, and there may or may not be an ordinal value associated
  1043. with it. */
  1044. /* A note regarding the parse modes:
  1045. In defparse.y we have to accept import declarations which follow
  1046. any one of the following forms:
  1047. <func_name_in_app> = <dll_name>.<func_name_in_dll>
  1048. <func_name_in_app> = <dll_name>.<number>
  1049. <dll_name>.<func_name_in_dll>
  1050. <dll_name>.<number>
  1051. Furthermore, the dll's name may or may not end with ".dll", which
  1052. complicates the parsing a little. Normally the dll's name is
  1053. passed to def_import() in the "module" parameter, but when it ends
  1054. with ".dll" it gets passed in "module" sans ".dll" and that needs
  1055. to be reappended.
  1056. def_import gets five parameters:
  1057. APP_NAME - the name of the function in the application, if
  1058. present, or NULL if not present.
  1059. MODULE - the name of the dll, possibly sans extension (ie, '.dll').
  1060. DLLEXT - the extension of the dll, if present, NULL if not present.
  1061. ENTRY - the name of the function in the dll, if present, or NULL.
  1062. ORD_VAL - the numerical tag of the function in the dll, if present,
  1063. or NULL. Exactly one of <entry> or <ord_val> must be
  1064. present (i.e., not NULL). */
  1065. void
  1066. def_import (const char *app_name, const char *module, const char *dllext,
  1067. const char *entry, int ord_val, const char *its_name)
  1068. {
  1069. const char *application_name;
  1070. char *buf;
  1071. if (entry != NULL)
  1072. application_name = entry;
  1073. else
  1074. {
  1075. if (app_name != NULL)
  1076. application_name = app_name;
  1077. else
  1078. application_name = "";
  1079. }
  1080. if (dllext != NULL)
  1081. {
  1082. buf = (char *) alloca (strlen (module) + strlen (dllext) + 2);
  1083. sprintf (buf, "%s.%s", module, dllext);
  1084. module = buf;
  1085. }
  1086. append_import (application_name, module, ord_val, its_name);
  1087. }
  1088. void
  1089. def_version (int major, int minor)
  1090. {
  1091. printf (_("VERSION %d.%d\n"), major, minor);
  1092. }
  1093. void
  1094. def_section (const char *name, int attr)
  1095. {
  1096. char buf[200];
  1097. char atts[5];
  1098. char *d = atts;
  1099. if (attr & 1)
  1100. *d++ = 'R';
  1101. if (attr & 2)
  1102. *d++ = 'W';
  1103. if (attr & 4)
  1104. *d++ = 'X';
  1105. if (attr & 8)
  1106. *d++ = 'S';
  1107. *d++ = 0;
  1108. sprintf (buf, "-attr %s %s", name, atts);
  1109. new_directive (xstrdup (buf));
  1110. }
  1111. void
  1112. def_code (int attr)
  1113. {
  1114. def_section ("CODE", attr);
  1115. }
  1116. void
  1117. def_data (int attr)
  1118. {
  1119. def_section ("DATA", attr);
  1120. }
  1121. /**********************************************************************/
  1122. static void
  1123. run (const char *what, char *args)
  1124. {
  1125. char *s;
  1126. int pid, wait_status;
  1127. int i;
  1128. const char **argv;
  1129. char *errmsg_fmt, *errmsg_arg;
  1130. char *temp_base = choose_temp_base ();
  1131. inform (_("run: %s %s"), what, args);
  1132. /* Count the args */
  1133. i = 0;
  1134. for (s = args; *s; s++)
  1135. if (*s == ' ')
  1136. i++;
  1137. i++;
  1138. argv = alloca (sizeof (char *) * (i + 3));
  1139. i = 0;
  1140. argv[i++] = what;
  1141. s = args;
  1142. while (1)
  1143. {
  1144. while (*s == ' ')
  1145. ++s;
  1146. argv[i++] = s;
  1147. while (*s != ' ' && *s != 0)
  1148. s++;
  1149. if (*s == 0)
  1150. break;
  1151. *s++ = 0;
  1152. }
  1153. argv[i++] = NULL;
  1154. pid = pexecute (argv[0], (char * const *) argv, program_name, temp_base,
  1155. &errmsg_fmt, &errmsg_arg, PEXECUTE_ONE | PEXECUTE_SEARCH);
  1156. if (pid == -1)
  1157. {
  1158. inform ("%s", strerror (errno));
  1159. fatal (errmsg_fmt, errmsg_arg);
  1160. }
  1161. pid = pwait (pid, & wait_status, 0);
  1162. if (pid == -1)
  1163. {
  1164. /* xgettext:c-format */
  1165. fatal (_("wait: %s"), strerror (errno));
  1166. }
  1167. else if (WIFSIGNALED (wait_status))
  1168. {
  1169. /* xgettext:c-format */
  1170. fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
  1171. }
  1172. else if (WIFEXITED (wait_status))
  1173. {
  1174. if (WEXITSTATUS (wait_status) != 0)
  1175. /* xgettext:c-format */
  1176. non_fatal (_("%s exited with status %d"),
  1177. what, WEXITSTATUS (wait_status));
  1178. }
  1179. else
  1180. abort ();
  1181. }
  1182. /* Look for a list of symbols to export in the .drectve section of
  1183. ABFD. Pass each one to def_exports. */
  1184. static void
  1185. scan_drectve_symbols (bfd *abfd)
  1186. {
  1187. asection * s;
  1188. int size;
  1189. char * buf;
  1190. char * p;
  1191. char * e;
  1192. /* Look for .drectve's */
  1193. s = bfd_get_section_by_name (abfd, DRECTVE_SECTION_NAME);
  1194. if (s == NULL)
  1195. return;
  1196. size = bfd_get_section_size (s);
  1197. buf = xmalloc (size);
  1198. bfd_get_section_contents (abfd, s, buf, 0, size);
  1199. /* xgettext:c-format */
  1200. inform (_("Sucking in info from %s section in %s"),
  1201. DRECTVE_SECTION_NAME, bfd_get_filename (abfd));
  1202. /* Search for -export: strings. The exported symbols can optionally
  1203. have type tags (eg., -export:foo,data), so handle those as well.
  1204. Currently only data tag is supported. */
  1205. p = buf;
  1206. e = buf + size;
  1207. while (p < e)
  1208. {
  1209. if (p[0] == '-'
  1210. && CONST_STRNEQ (p, "-export:"))
  1211. {
  1212. char * name;
  1213. char * c;
  1214. flagword flags = BSF_FUNCTION;
  1215. p += 8;
  1216. /* Do we have a quoted export? */
  1217. if (*p == '"')
  1218. {
  1219. p++;
  1220. name = p;
  1221. while (p < e && *p != '"')
  1222. ++p;
  1223. }
  1224. else
  1225. {
  1226. name = p;
  1227. while (p < e && *p != ',' && *p != ' ' && *p != '-')
  1228. p++;
  1229. }
  1230. c = xmalloc (p - name + 1);
  1231. memcpy (c, name, p - name);
  1232. c[p - name] = 0;
  1233. /* Advance over trailing quote. */
  1234. if (p < e && *p == '"')
  1235. ++p;
  1236. if (p < e && *p == ',') /* found type tag. */
  1237. {
  1238. char *tag_start = ++p;
  1239. while (p < e && *p != ' ' && *p != '-')
  1240. p++;
  1241. if (CONST_STRNEQ (tag_start, "data"))
  1242. flags &= ~BSF_FUNCTION;
  1243. }
  1244. /* FIXME: The 5th arg is for the `constant' field.
  1245. What should it be? Not that it matters since it's not
  1246. currently useful. */
  1247. def_exports (c, 0, -1, 0, 0, ! (flags & BSF_FUNCTION), 0, NULL);
  1248. if (add_stdcall_alias && strchr (c, '@'))
  1249. {
  1250. int lead_at = (*c == '@') ;
  1251. char *exported_name = xstrdup (c + lead_at);
  1252. char *atsym = strchr (exported_name, '@');
  1253. *atsym = '\0';
  1254. /* Note: stdcall alias symbols can never be data. */
  1255. def_exports (exported_name, xstrdup (c), -1, 0, 0, 0, 0, NULL);
  1256. }
  1257. }
  1258. else
  1259. p++;
  1260. }
  1261. free (buf);
  1262. }
  1263. /* Look through the symbols in MINISYMS, and add each one to list of
  1264. symbols to export. */
  1265. static void
  1266. scan_filtered_symbols (bfd *abfd, void *minisyms, long symcount,
  1267. unsigned int size)
  1268. {
  1269. asymbol *store;
  1270. bfd_byte *from, *fromend;
  1271. store = bfd_make_empty_symbol (abfd);
  1272. if (store == NULL)
  1273. bfd_fatal (bfd_get_filename (abfd));
  1274. from = (bfd_byte *) minisyms;
  1275. fromend = from + symcount * size;
  1276. for (; from < fromend; from += size)
  1277. {
  1278. asymbol *sym;
  1279. const char *symbol_name;
  1280. sym = bfd_minisymbol_to_symbol (abfd, FALSE, from, store);
  1281. if (sym == NULL)
  1282. bfd_fatal (bfd_get_filename (abfd));
  1283. symbol_name = bfd_asymbol_name (sym);
  1284. if (bfd_get_symbol_leading_char (abfd) == symbol_name[0])
  1285. ++symbol_name;
  1286. def_exports (xstrdup (symbol_name) , 0, -1, 0, 0,
  1287. ! (sym->flags & BSF_FUNCTION), 0, NULL);
  1288. if (add_stdcall_alias && strchr (symbol_name, '@'))
  1289. {
  1290. int lead_at = (*symbol_name == '@');
  1291. char *exported_name = xstrdup (symbol_name + lead_at);
  1292. char *atsym = strchr (exported_name, '@');
  1293. *atsym = '\0';
  1294. /* Note: stdcall alias symbols can never be data. */
  1295. def_exports (exported_name, xstrdup (symbol_name), -1, 0, 0, 0, 0, NULL);
  1296. }
  1297. }
  1298. }
  1299. /* Add a list of symbols to exclude. */
  1300. static void
  1301. add_excludes (const char *new_excludes)
  1302. {
  1303. char *local_copy;
  1304. char *exclude_string;
  1305. local_copy = xstrdup (new_excludes);
  1306. exclude_string = strtok (local_copy, ",:");
  1307. for (; exclude_string; exclude_string = strtok (NULL, ",:"))
  1308. {
  1309. struct string_list *new_exclude;
  1310. new_exclude = ((struct string_list *)
  1311. xmalloc (sizeof (struct string_list)));
  1312. new_exclude->string = (char *) xmalloc (strlen (exclude_string) + 2);
  1313. /* Don't add a leading underscore for fastcall symbols. */
  1314. if (*exclude_string == '@')
  1315. sprintf (new_exclude->string, "%s", exclude_string);
  1316. else
  1317. sprintf (new_exclude->string, "%s%s", (!leading_underscore ? "" : "_"),
  1318. exclude_string);
  1319. new_exclude->next = excludes;
  1320. excludes = new_exclude;
  1321. /* xgettext:c-format */
  1322. inform (_("Excluding symbol: %s"), exclude_string);
  1323. }
  1324. free (local_copy);
  1325. }
  1326. /* See if STRING is on the list of symbols to exclude. */
  1327. static bfd_boolean
  1328. match_exclude (const char *string)
  1329. {
  1330. struct string_list *excl_item;
  1331. for (excl_item = excludes; excl_item; excl_item = excl_item->next)
  1332. if (strcmp (string, excl_item->string) == 0)
  1333. return TRUE;
  1334. return FALSE;
  1335. }
  1336. /* Add the default list of symbols to exclude. */
  1337. static void
  1338. set_default_excludes (void)
  1339. {
  1340. add_excludes (default_excludes);
  1341. }
  1342. /* Choose which symbols to export. */
  1343. static long
  1344. filter_symbols (bfd *abfd, void *minisyms, long symcount, unsigned int size)
  1345. {
  1346. bfd_byte *from, *fromend, *to;
  1347. asymbol *store;
  1348. store = bfd_make_empty_symbol (abfd);
  1349. if (store == NULL)
  1350. bfd_fatal (bfd_get_filename (abfd));
  1351. from = (bfd_byte *) minisyms;
  1352. fromend = from + symcount * size;
  1353. to = (bfd_byte *) minisyms;
  1354. for (; from < fromend; from += size)
  1355. {
  1356. int keep = 0;
  1357. asymbol *sym;
  1358. sym = bfd_minisymbol_to_symbol (abfd, FALSE, (const void *) from, store);
  1359. if (sym == NULL)
  1360. bfd_fatal (bfd_get_filename (abfd));
  1361. /* Check for external and defined only symbols. */
  1362. keep = (((sym->flags & BSF_GLOBAL) != 0
  1363. || (sym->flags & BSF_WEAK) != 0
  1364. || bfd_is_com_section (sym->section))
  1365. && ! bfd_is_und_section (sym->section));
  1366. keep = keep && ! match_exclude (sym->name);
  1367. if (keep)
  1368. {
  1369. memcpy (to, from, size);
  1370. to += size;
  1371. }
  1372. }
  1373. return (to - (bfd_byte *) minisyms) / size;
  1374. }
  1375. /* Export all symbols in ABFD, except for ones we were told not to
  1376. export. */
  1377. static void
  1378. scan_all_symbols (bfd *abfd)
  1379. {
  1380. long symcount;
  1381. void *minisyms;
  1382. unsigned int size;
  1383. /* Ignore bfds with an import descriptor table. We assume that any
  1384. such BFD contains symbols which are exported from another DLL,
  1385. and we don't want to reexport them from here. */
  1386. if (bfd_get_section_by_name (abfd, ".idata$4"))
  1387. return;
  1388. if (! (bfd_get_file_flags (abfd) & HAS_SYMS))
  1389. {
  1390. /* xgettext:c-format */
  1391. non_fatal (_("%s: no symbols"), bfd_get_filename (abfd));
  1392. return;
  1393. }
  1394. symcount = bfd_read_minisymbols (abfd, FALSE, &minisyms, &size);
  1395. if (symcount < 0)
  1396. bfd_fatal (bfd_get_filename (abfd));
  1397. if (symcount == 0)
  1398. {
  1399. /* xgettext:c-format */
  1400. non_fatal (_("%s: no symbols"), bfd_get_filename (abfd));
  1401. return;
  1402. }
  1403. /* Discard the symbols we don't want to export. It's OK to do this
  1404. in place; we'll free the storage anyway. */
  1405. symcount = filter_symbols (abfd, minisyms, symcount, size);
  1406. scan_filtered_symbols (abfd, minisyms, symcount, size);
  1407. free (minisyms);
  1408. }
  1409. /* Look at the object file to decide which symbols to export. */
  1410. static void
  1411. scan_open_obj_file (bfd *abfd)
  1412. {
  1413. if (export_all_symbols)
  1414. scan_all_symbols (abfd);
  1415. else
  1416. scan_drectve_symbols (abfd);
  1417. /* FIXME: we ought to read in and block out the base relocations. */
  1418. /* xgettext:c-format */
  1419. inform (_("Done reading %s"), bfd_get_filename (abfd));
  1420. }
  1421. static void
  1422. scan_obj_file (const char *filename)
  1423. {
  1424. bfd * f = bfd_openr (filename, 0);
  1425. if (!f)
  1426. /* xgettext:c-format */
  1427. fatal (_("Unable to open object file: %s: %s"), filename, bfd_get_errmsg ());
  1428. /* xgettext:c-format */
  1429. inform (_("Scanning object file %s"), filename);
  1430. if (bfd_check_format (f, bfd_archive))
  1431. {
  1432. bfd *arfile = bfd_openr_next_archived_file (f, 0);
  1433. while (arfile)
  1434. {
  1435. bfd *next;
  1436. if (bfd_check_format (arfile, bfd_object))
  1437. scan_open_obj_file (arfile);
  1438. next = bfd_openr_next_archived_file (f, arfile);
  1439. bfd_close (arfile);
  1440. /* PR 17512: file: 58715298. */
  1441. if (next == arfile)
  1442. break;
  1443. arfile = next;
  1444. }
  1445. #ifdef DLLTOOL_MCORE_ELF
  1446. if (mcore_elf_out_file)
  1447. inform (_("Cannot produce mcore-elf dll from archive file: %s"), filename);
  1448. #endif
  1449. }
  1450. else if (bfd_check_format (f, bfd_object))
  1451. {
  1452. scan_open_obj_file (f);
  1453. #ifdef DLLTOOL_MCORE_ELF
  1454. if (mcore_elf_out_file)
  1455. mcore_elf_cache_filename (filename);
  1456. #endif
  1457. }
  1458. bfd_close (f);
  1459. }
  1460. static void
  1461. dump_def_info (FILE *f)
  1462. {
  1463. int i;
  1464. export_type *exp;
  1465. fprintf (f, "%s ", ASM_C);
  1466. for (i = 0; oav[i]; i++)
  1467. fprintf (f, "%s ", oav[i]);
  1468. fprintf (f, "\n");
  1469. for (i = 0, exp = d_exports; exp; i++, exp = exp->next)
  1470. {
  1471. fprintf (f, "%s %d = %s %s @ %d %s%s%s%s%s%s\n",
  1472. ASM_C,
  1473. i,
  1474. exp->name,
  1475. exp->internal_name,
  1476. exp->ordinal,
  1477. exp->noname ? "NONAME " : "",
  1478. exp->private ? "PRIVATE " : "",
  1479. exp->constant ? "CONSTANT" : "",
  1480. exp->data ? "DATA" : "",
  1481. exp->its_name ? " ==" : "",
  1482. exp->its_name ? exp->its_name : "");
  1483. }
  1484. }
  1485. /* Generate the .exp file. */
  1486. static int
  1487. sfunc (const void *a, const void *b)
  1488. {
  1489. if (*(const bfd_vma *) a == *(const bfd_vma *) b)
  1490. return 0;
  1491. return ((*(const bfd_vma *) a > *(const bfd_vma *) b) ? 1 : -1);
  1492. }
  1493. static void
  1494. flush_page (FILE *f, bfd_vma *need, bfd_vma page_addr, int on_page)
  1495. {
  1496. int i;
  1497. /* Flush this page. */
  1498. fprintf (f, "\t%s\t0x%08x\t%s Starting RVA for chunk\n",
  1499. ASM_LONG,
  1500. (int) page_addr,
  1501. ASM_C);
  1502. fprintf (f, "\t%s\t0x%x\t%s Size of block\n",
  1503. ASM_LONG,
  1504. (on_page * 2) + (on_page & 1) * 2 + 8,
  1505. ASM_C);
  1506. for (i = 0; i < on_page; i++)
  1507. {
  1508. bfd_vma needed = need[i];
  1509. if (needed)
  1510. {
  1511. if (!create_for_pep)
  1512. {
  1513. /* Relocation via HIGHLOW. */
  1514. needed = ((needed - page_addr) | 0x3000) & 0xffff;
  1515. }
  1516. else
  1517. {
  1518. /* Relocation via DIR64. */
  1519. needed = ((needed - page_addr) | 0xa000) & 0xffff;
  1520. }
  1521. }
  1522. fprintf (f, "\t%s\t0x%lx\n", ASM_SHORT, (long) needed);
  1523. }
  1524. /* And padding */
  1525. if (on_page & 1)
  1526. fprintf (f, "\t%s\t0x%x\n", ASM_SHORT, 0 | 0x0000);
  1527. }
  1528. static void
  1529. gen_def_file (void)
  1530. {
  1531. int i;
  1532. export_type *exp;
  1533. inform (_("Adding exports to output file"));
  1534. fprintf (output_def, ";");
  1535. for (i = 0; oav[i]; i++)
  1536. fprintf (output_def, " %s", oav[i]);
  1537. fprintf (output_def, "\nEXPORTS\n");
  1538. for (i = 0, exp = d_exports; exp; i++, exp = exp->next)
  1539. {
  1540. char *quote = strchr (exp->name, '.') ? "\"" : "";
  1541. char *res = cplus_demangle (exp->internal_name, DMGL_ANSI | DMGL_PARAMS);
  1542. if (res)
  1543. {
  1544. fprintf (output_def,";\t%s\n", res);
  1545. free (res);
  1546. }
  1547. if (strcmp (exp->name, exp->internal_name) == 0)
  1548. {
  1549. fprintf (output_def, "\t%s%s%s @ %d%s%s%s%s%s\n",
  1550. quote,
  1551. exp->name,
  1552. quote,
  1553. exp->ordinal,
  1554. exp->noname ? " NONAME" : "",
  1555. exp->private ? "PRIVATE " : "",
  1556. exp->data ? " DATA" : "",
  1557. exp->its_name ? " ==" : "",
  1558. exp->its_name ? exp->its_name : "");
  1559. }
  1560. else
  1561. {
  1562. char * quote1 = strchr (exp->internal_name, '.') ? "\"" : "";
  1563. /* char *alias = */
  1564. fprintf (output_def, "\t%s%s%s = %s%s%s @ %d%s%s%s%s%s\n",
  1565. quote,
  1566. exp->name,
  1567. quote,
  1568. quote1,
  1569. exp->internal_name,
  1570. quote1,
  1571. exp->ordinal,
  1572. exp->noname ? " NONAME" : "",
  1573. exp->private ? "PRIVATE " : "",
  1574. exp->data ? " DATA" : "",
  1575. exp->its_name ? " ==" : "",
  1576. exp->its_name ? exp->its_name : "");
  1577. }
  1578. }
  1579. inform (_("Added exports to output file"));
  1580. }
  1581. /* generate_idata_ofile generates the portable assembly source code
  1582. for the idata sections. It appends the source code to the end of
  1583. the file. */
  1584. static void
  1585. generate_idata_ofile (FILE *filvar)
  1586. {
  1587. iheadtype *headptr;
  1588. ifunctype *funcptr;
  1589. int headindex;
  1590. int funcindex;
  1591. int nheads;
  1592. if (import_list == NULL)
  1593. return;
  1594. fprintf (filvar, "%s Import data sections\n", ASM_C);
  1595. fprintf (filvar, "\n\t.section\t.idata$2\n");
  1596. fprintf (filvar, "\t%s\tdoi_idata\n", ASM_GLOBAL);
  1597. fprintf (filvar, "doi_idata:\n");
  1598. nheads = 0;
  1599. for (headptr = import_list; headptr != NULL; headptr = headptr->next)
  1600. {
  1601. fprintf (filvar, "\t%slistone%d%s\t%s %s\n",
  1602. ASM_RVA_BEFORE, nheads, ASM_RVA_AFTER,
  1603. ASM_C, headptr->dllname);
  1604. fprintf (filvar, "\t%s\t0\n", ASM_LONG);
  1605. fprintf (filvar, "\t%s\t0\n", ASM_LONG);
  1606. fprintf (filvar, "\t%sdllname%d%s\n",
  1607. ASM_RVA_BEFORE, nheads, ASM_RVA_AFTER);
  1608. fprintf (filvar, "\t%slisttwo%d%s\n\n",
  1609. ASM_RVA_BEFORE, nheads, ASM_RVA_AFTER);
  1610. nheads++;
  1611. }
  1612. fprintf (filvar, "\t%s\t0\n", ASM_LONG); /* NULL record at */
  1613. fprintf (filvar, "\t%s\t0\n", ASM_LONG); /* end of idata$2 */
  1614. fprintf (filvar, "\t%s\t0\n", ASM_LONG); /* section */
  1615. fprintf (filvar, "\t%s\t0\n", ASM_LONG);
  1616. fprintf (filvar, "\t%s\t0\n", ASM_LONG);
  1617. fprintf (filvar, "\n\t.section\t.idata$4\n");
  1618. headindex = 0;
  1619. for (headptr = import_list; headptr != NULL; headptr = headptr->next)
  1620. {
  1621. fprintf (filvar, "listone%d:\n", headindex);
  1622. for (funcindex = 0; funcindex < headptr->nfuncs; funcindex++)
  1623. {
  1624. if (create_for_pep)
  1625. fprintf (filvar, "\t%sfuncptr%d_%d%s\n%s\t0\n",
  1626. ASM_RVA_BEFORE, headindex, funcindex, ASM_RVA_AFTER,
  1627. ASM_LONG);
  1628. else
  1629. fprintf (filvar, "\t%sfuncptr%d_%d%s\n",
  1630. ASM_RVA_BEFORE, headindex, funcindex, ASM_RVA_AFTER);
  1631. }
  1632. if (create_for_pep)
  1633. fprintf (filvar, "\t%s\t0\n\t%s\t0\n", ASM_LONG, ASM_LONG);
  1634. else
  1635. fprintf (filvar, "\t%s\t0\n", ASM_LONG); /* NULL terminating list. */
  1636. headindex++;
  1637. }
  1638. fprintf (filvar, "\n\t.section\t.idata$5\n");
  1639. headindex = 0;
  1640. for (headptr = import_list; headptr != NULL; headptr = headptr->next)
  1641. {
  1642. fprintf (filvar, "listtwo%d:\n", headindex);
  1643. for (funcindex = 0; funcindex < headptr->nfuncs; funcindex++)
  1644. {
  1645. if (create_for_pep)
  1646. fprintf (filvar, "\t%sfuncptr%d_%d%s\n%s\t0\n",
  1647. ASM_RVA_BEFORE, headindex, funcindex, ASM_RVA_AFTER,
  1648. ASM_LONG);
  1649. else
  1650. fprintf (filvar, "\t%sfuncptr%d_%d%s\n",
  1651. ASM_RVA_BEFORE, headindex, funcindex, ASM_RVA_AFTER);
  1652. }
  1653. if (create_for_pep)
  1654. fprintf (filvar, "\t%s\t0\n\t%s\t0\n", ASM_LONG, ASM_LONG);
  1655. else
  1656. fprintf (filvar, "\t%s\t0\n", ASM_LONG); /* NULL terminating list. */
  1657. headindex++;
  1658. }
  1659. fprintf (filvar, "\n\t.section\t.idata$6\n");
  1660. headindex = 0;
  1661. for (headptr = import_list; headptr != NULL; headptr = headptr->next)
  1662. {
  1663. funcindex = 0;
  1664. for (funcptr = headptr->funchead; funcptr != NULL;
  1665. funcptr = funcptr->next)
  1666. {
  1667. fprintf (filvar,"funcptr%d_%d:\n", headindex, funcindex);
  1668. fprintf (filvar,"\t%s\t%d\n", ASM_SHORT,
  1669. ((funcptr->ord) & 0xFFFF));
  1670. fprintf (filvar,"\t%s\t\"%s\"\n", ASM_TEXT,
  1671. (funcptr->its_name ? funcptr->its_name : funcptr->name));
  1672. fprintf (filvar,"\t%s\t0\n", ASM_BYTE);
  1673. funcindex++;
  1674. }
  1675. headindex++;
  1676. }
  1677. fprintf (filvar, "\n\t.section\t.idata$7\n");
  1678. headindex = 0;
  1679. for (headptr = import_list; headptr != NULL; headptr = headptr->next)
  1680. {
  1681. fprintf (filvar,"dllname%d:\n", headindex);
  1682. fprintf (filvar,"\t%s\t\"%s\"\n", ASM_TEXT, headptr->dllname);
  1683. fprintf (filvar,"\t%s\t0\n", ASM_BYTE);
  1684. headindex++;
  1685. }
  1686. }
  1687. /* Assemble the specified file. */
  1688. static void
  1689. assemble_file (const char * source, const char * dest)
  1690. {
  1691. char * cmd;
  1692. cmd = (char *) alloca (strlen (ASM_SWITCHES) + strlen (as_flags)
  1693. + strlen (source) + strlen (dest) + 50);
  1694. sprintf (cmd, "%s %s -o %s %s", ASM_SWITCHES, as_flags, dest, source);
  1695. run (as_name, cmd);
  1696. }
  1697. static const char * temp_file_to_remove[5];
  1698. #define TEMP_EXPORT_FILE 0
  1699. #define TEMP_HEAD_FILE 1
  1700. #define TEMP_TAIL_FILE 2
  1701. #define TEMP_HEAD_O_FILE 3
  1702. #define TEMP_TAIL_O_FILE 4
  1703. static void
  1704. unlink_temp_files (void)
  1705. {
  1706. unsigned i;
  1707. if (dontdeltemps > 0)
  1708. return;
  1709. for (i = 0; i < ARRAY_SIZE (temp_file_to_remove); i++)
  1710. {
  1711. if (temp_file_to_remove[i])
  1712. {
  1713. unlink (temp_file_to_remove[i]);
  1714. temp_file_to_remove[i] = NULL;
  1715. }
  1716. }
  1717. }
  1718. static void
  1719. gen_exp_file (void)
  1720. {
  1721. FILE *f;
  1722. int i;
  1723. export_type *exp;
  1724. dlist_type *dl;
  1725. /* xgettext:c-format */
  1726. inform (_("Generating export file: %s"), exp_name);
  1727. f = fopen (TMP_ASM, FOPEN_WT);
  1728. if (!f)
  1729. /* xgettext:c-format */
  1730. fatal (_("Unable to open temporary assembler file: %s"), TMP_ASM);
  1731. temp_file_to_remove[TEMP_EXPORT_FILE] = TMP_ASM;
  1732. /* xgettext:c-format */
  1733. inform (_("Opened temporary file: %s"), TMP_ASM);
  1734. dump_def_info (f);
  1735. if (d_exports)
  1736. {
  1737. fprintf (f, "\t.section .edata\n\n");
  1738. fprintf (f, "\t%s 0 %s Allways 0\n", ASM_LONG, ASM_C);
  1739. fprintf (f, "\t%s 0x%lx %s Time and date\n", ASM_LONG,
  1740. (unsigned long) time(0), ASM_C);
  1741. fprintf (f, "\t%s 0 %s Major and Minor version\n", ASM_LONG, ASM_C);
  1742. fprintf (f, "\t%sname%s %s Ptr to name of dll\n", ASM_RVA_BEFORE, ASM_RVA_AFTER, ASM_C);
  1743. fprintf (f, "\t%s %d %s Starting ordinal of exports\n", ASM_LONG, d_low_ord, ASM_C);
  1744. fprintf (f, "\t%s %d %s Number of functions\n", ASM_LONG, d_high_ord - d_low_ord + 1, ASM_C);
  1745. fprintf(f,"\t%s named funcs %d, low ord %d, high ord %d\n",
  1746. ASM_C,
  1747. d_named_nfuncs, d_low_ord, d_high_ord);
  1748. fprintf (f, "\t%s %d %s Number of names\n", ASM_LONG,
  1749. show_allnames ? d_high_ord - d_low_ord + 1 : d_named_nfuncs, ASM_C);
  1750. fprintf (f, "\t%safuncs%s %s Address of functions\n", ASM_RVA_BEFORE, ASM_RVA_AFTER, ASM_C);
  1751. fprintf (f, "\t%sanames%s %s Address of Name Pointer Table\n",
  1752. ASM_RVA_BEFORE, ASM_RVA_AFTER, ASM_C);
  1753. fprintf (f, "\t%sanords%s %s Address of ordinals\n", ASM_RVA_BEFORE, ASM_RVA_AFTER, ASM_C);
  1754. fprintf (f, "name: %s \"%s\"\n", ASM_TEXT, dll_name);
  1755. fprintf(f,"%s Export address Table\n", ASM_C);
  1756. fprintf(f,"\t%s\n", ASM_ALIGN_LONG);
  1757. fprintf (f, "afuncs:\n");
  1758. i = d_low_ord;
  1759. for (exp = d_exports; exp; exp = exp->next)
  1760. {
  1761. if (exp->ordinal != i)
  1762. {
  1763. while (i < exp->ordinal)
  1764. {
  1765. fprintf(f,"\t%s\t0\n", ASM_LONG);
  1766. i++;
  1767. }
  1768. }
  1769. if (exp->forward == 0)
  1770. {
  1771. if (exp->internal_name[0] == '@')
  1772. fprintf (f, "\t%s%s%s\t%s %d\n", ASM_RVA_BEFORE,
  1773. exp->internal_name, ASM_RVA_AFTER, ASM_C, exp->ordinal);
  1774. else
  1775. fprintf (f, "\t%s%s%s%s\t%s %d\n", ASM_RVA_BEFORE,
  1776. ASM_PREFIX (exp->internal_name),
  1777. exp->internal_name, ASM_RVA_AFTER, ASM_C, exp->ordinal);
  1778. }
  1779. else
  1780. fprintf (f, "\t%sf%d%s\t%s %d\n", ASM_RVA_BEFORE,
  1781. exp->forward, ASM_RVA_AFTER, ASM_C, exp->ordinal);
  1782. i++;
  1783. }
  1784. fprintf (f,"%s Export Name Pointer Table\n", ASM_C);
  1785. fprintf (f, "anames:\n");
  1786. for (i = 0; (exp = d_exports_lexically[i]); i++)
  1787. {
  1788. if (!exp->noname || show_allnames)
  1789. fprintf (f, "\t%sn%d%s\n",
  1790. ASM_RVA_BEFORE, exp->ordinal, ASM_RVA_AFTER);
  1791. }
  1792. fprintf (f,"%s Export Ordinal Table\n", ASM_C);
  1793. fprintf (f, "anords:\n");
  1794. for (i = 0; (exp = d_exports_lexically[i]); i++)
  1795. {
  1796. if (!exp->noname || show_allnames)
  1797. fprintf (f, "\t%s %d\n", ASM_SHORT, exp->ordinal - d_low_ord);
  1798. }
  1799. fprintf(f,"%s Export Name Table\n", ASM_C);
  1800. for (i = 0; (exp = d_exports_lexically[i]); i++)
  1801. {
  1802. if (!exp->noname || show_allnames)
  1803. fprintf (f, "n%d: %s \"%s\"\n",
  1804. exp->ordinal, ASM_TEXT,
  1805. (exp->its_name ? exp->its_name : xlate (exp->name)));
  1806. if (exp->forward != 0)
  1807. fprintf (f, "f%d: %s \"%s\"\n",
  1808. exp->forward, ASM_TEXT, exp->internal_name);
  1809. }
  1810. if (a_list)
  1811. {
  1812. fprintf (f, "\t.section %s\n", DRECTVE_SECTION_NAME);
  1813. for (dl = a_list; dl; dl = dl->next)
  1814. {
  1815. fprintf (f, "\t%s\t\"%s\"\n", ASM_TEXT, dl->text);
  1816. }
  1817. }
  1818. if (d_list)
  1819. {
  1820. fprintf (f, "\t.section .rdata\n");
  1821. for (dl = d_list; dl; dl = dl->next)
  1822. {
  1823. char *p;
  1824. int l;
  1825. /* We don't output as ascii because there can
  1826. be quote characters in the string. */
  1827. l = 0;
  1828. for (p = dl->text; *p; p++)
  1829. {
  1830. if (l == 0)
  1831. fprintf (f, "\t%s\t", ASM_BYTE);
  1832. else
  1833. fprintf (f, ",");
  1834. fprintf (f, "%d", *p);
  1835. if (p[1] == 0)
  1836. {
  1837. fprintf (f, ",0\n");
  1838. break;
  1839. }
  1840. if (++l == 10)
  1841. {
  1842. fprintf (f, "\n");
  1843. l = 0;
  1844. }
  1845. }
  1846. }
  1847. }
  1848. }
  1849. /* Add to the output file a way of getting to the exported names
  1850. without using the import library. */
  1851. if (add_indirect)
  1852. {
  1853. fprintf (f, "\t.section\t.rdata\n");
  1854. for (i = 0, exp = d_exports; exp; i++, exp = exp->next)
  1855. if (!exp->noname || show_allnames)
  1856. {
  1857. /* We use a single underscore for MS compatibility, and a
  1858. double underscore for backward compatibility with old
  1859. cygwin releases. */
  1860. if (create_compat_implib)
  1861. fprintf (f, "\t%s\t__imp_%s\n", ASM_GLOBAL, exp->name);
  1862. fprintf (f, "\t%s\t_imp_%s%s\n", ASM_GLOBAL,
  1863. (!leading_underscore ? "" : "_"), exp->name);
  1864. if (create_compat_implib)
  1865. fprintf (f, "__imp_%s:\n", exp->name);
  1866. fprintf (f, "_imp_%s%s:\n", (!leading_underscore ? "" : "_"), exp->name);
  1867. fprintf (f, "\t%s\t%s\n", ASM_LONG, exp->name);
  1868. }
  1869. }
  1870. /* Dump the reloc section if a base file is provided. */
  1871. if (base_file)
  1872. {
  1873. bfd_vma addr;
  1874. bfd_vma need[COFF_PAGE_SIZE];
  1875. bfd_vma page_addr;
  1876. bfd_size_type numbytes;
  1877. int num_entries;
  1878. bfd_vma *copy;
  1879. int j;
  1880. int on_page;
  1881. fprintf (f, "\t.section\t.init\n");
  1882. fprintf (f, "lab:\n");
  1883. fseek (base_file, 0, SEEK_END);
  1884. numbytes = ftell (base_file);
  1885. fseek (base_file, 0, SEEK_SET);
  1886. copy = xmalloc (numbytes);
  1887. if (fread (copy, 1, numbytes, base_file) < numbytes)
  1888. fatal (_("failed to read the number of entries from base file"));
  1889. num_entries = numbytes / sizeof (bfd_vma);
  1890. fprintf (f, "\t.section\t.reloc\n");
  1891. if (num_entries)
  1892. {
  1893. int src;
  1894. int dst = 0;
  1895. bfd_vma last = (bfd_vma) -1;
  1896. qsort (copy, num_entries, sizeof (bfd_vma), sfunc);
  1897. /* Delete duplicates */
  1898. for (src = 0; src < num_entries; src++)
  1899. {
  1900. if (last != copy[src])
  1901. last = copy[dst++] = copy[src];
  1902. }
  1903. num_entries = dst;
  1904. addr = copy[0];
  1905. page_addr = addr & PAGE_MASK; /* work out the page addr */
  1906. on_page = 0;
  1907. for (j = 0; j < num_entries; j++)
  1908. {
  1909. addr = copy[j];
  1910. if ((addr & PAGE_MASK) != page_addr)
  1911. {
  1912. flush_page (f, need, page_addr, on_page);
  1913. on_page = 0;
  1914. page_addr = addr & PAGE_MASK;
  1915. }
  1916. need[on_page++] = addr;
  1917. }
  1918. flush_page (f, need, page_addr, on_page);
  1919. /* fprintf (f, "\t%s\t0,0\t%s End\n", ASM_LONG, ASM_C);*/
  1920. }
  1921. }
  1922. generate_idata_ofile (f);
  1923. fclose (f);
  1924. /* Assemble the file. */
  1925. assemble_file (TMP_ASM, exp_name);
  1926. if (dontdeltemps == 0)
  1927. {
  1928. temp_file_to_remove[TEMP_EXPORT_FILE] = NULL;
  1929. unlink (TMP_ASM);
  1930. }
  1931. inform (_("Generated exports file"));
  1932. }
  1933. static const char *
  1934. xlate (const char *name)
  1935. {
  1936. int lead_at = (*name == '@');
  1937. int is_stdcall = (!lead_at && strchr (name, '@') != NULL);
  1938. if (!lead_at && (add_underscore
  1939. || (add_stdcall_underscore && is_stdcall)))
  1940. {
  1941. char *copy = xmalloc (strlen (name) + 2);
  1942. copy[0] = '_';
  1943. strcpy (copy + 1, name);
  1944. name = copy;
  1945. }
  1946. if (killat)
  1947. {
  1948. char *p;
  1949. name += lead_at;
  1950. /* PR 9766: Look for the last @ sign in the name. */
  1951. p = strrchr (name, '@');
  1952. if (p && ISDIGIT (p[1]))
  1953. *p = 0;
  1954. }
  1955. return name;
  1956. }
  1957. typedef struct
  1958. {
  1959. int id;
  1960. const char *name;
  1961. int flags;
  1962. int align;
  1963. asection *sec;
  1964. asymbol *sym;
  1965. asymbol **sympp;
  1966. int size;
  1967. unsigned char *data;
  1968. } sinfo;
  1969. #define INIT_SEC_DATA(id, name, flags, align) \
  1970. { id, name, flags, align, NULL, NULL, NULL, 0, NULL }
  1971. #ifndef DLLTOOL_PPC
  1972. #define TEXT 0
  1973. #define DATA 1
  1974. #define BSS 2
  1975. #define IDATA7 3
  1976. #define IDATA5 4
  1977. #define IDATA4 5
  1978. #define IDATA6 6
  1979. #define NSECS 7
  1980. #define TEXT_SEC_FLAGS \
  1981. (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_READONLY | SEC_HAS_CONTENTS)
  1982. #define DATA_SEC_FLAGS (SEC_ALLOC | SEC_LOAD | SEC_DATA)
  1983. #define BSS_SEC_FLAGS SEC_ALLOC
  1984. static sinfo secdata[NSECS] =
  1985. {
  1986. INIT_SEC_DATA (TEXT, ".text", TEXT_SEC_FLAGS, 2),
  1987. INIT_SEC_DATA (DATA, ".data", DATA_SEC_FLAGS, 2),
  1988. INIT_SEC_DATA (BSS, ".bss", BSS_SEC_FLAGS, 2),
  1989. INIT_SEC_DATA (IDATA7, ".idata$7", SEC_HAS_CONTENTS, 2),
  1990. INIT_SEC_DATA (IDATA5, ".idata$5", SEC_HAS_CONTENTS, 2),
  1991. INIT_SEC_DATA (IDATA4, ".idata$4", SEC_HAS_CONTENTS, 2),
  1992. INIT_SEC_DATA (IDATA6, ".idata$6", SEC_HAS_CONTENTS, 1)
  1993. };
  1994. #else
  1995. /* Sections numbered to make the order the same as other PowerPC NT
  1996. compilers. This also keeps funny alignment thingies from happening. */
  1997. #define TEXT 0
  1998. #define PDATA 1
  1999. #define RDATA 2
  2000. #define IDATA5 3
  2001. #define IDATA4 4
  2002. #define IDATA6 5
  2003. #define IDATA7 6
  2004. #define DATA 7
  2005. #define BSS 8
  2006. #define NSECS 9
  2007. static sinfo secdata[NSECS] =
  2008. {
  2009. INIT_SEC_DATA (TEXT, ".text", SEC_CODE | SEC_HAS_CONTENTS, 3),
  2010. INIT_SEC_DATA (PDATA, ".pdata", SEC_HAS_CONTENTS, 2),
  2011. INIT_SEC_DATA (RDATA, ".reldata", SEC_HAS_CONTENTS, 2),
  2012. INIT_SEC_DATA (IDATA5, ".idata$5", SEC_HAS_CONTENTS, 2),
  2013. INIT_SEC_DATA (IDATA4, ".idata$4", SEC_HAS_CONTENTS, 2),
  2014. INIT_SEC_DATA (IDATA6, ".idata$6", SEC_HAS_CONTENTS, 1),
  2015. INIT_SEC_DATA (IDATA7, ".idata$7", SEC_HAS_CONTENTS, 2),
  2016. INIT_SEC_DATA (DATA, ".data", SEC_DATA, 2),
  2017. INIT_SEC_DATA (BSS, ".bss", 0, 2)
  2018. };
  2019. #endif
  2020. /* This is what we're trying to make. We generate the imp symbols with
  2021. both single and double underscores, for compatibility.
  2022. .text
  2023. .global _GetFileVersionInfoSizeW@8
  2024. .global __imp_GetFileVersionInfoSizeW@8
  2025. _GetFileVersionInfoSizeW@8:
  2026. jmp * __imp_GetFileVersionInfoSizeW@8
  2027. .section .idata$7 # To force loading of head
  2028. .long __version_a_head
  2029. # Import Address Table
  2030. .section .idata$5
  2031. __imp_GetFileVersionInfoSizeW@8:
  2032. .rva ID2
  2033. # Import Lookup Table
  2034. .section .idata$4
  2035. .rva ID2
  2036. # Hint/Name table
  2037. .section .idata$6
  2038. ID2: .short 2
  2039. .asciz "GetFileVersionInfoSizeW"
  2040. For the PowerPC, here's the variation on the above scheme:
  2041. # Rather than a simple "jmp *", the code to get to the dll function
  2042. # looks like:
  2043. .text
  2044. lwz r11,[tocv]__imp_function_name(r2)
  2045. # RELOC: 00000000 TOCREL16,TOCDEFN __imp_function_name
  2046. lwz r12,0(r11)
  2047. stw r2,4(r1)
  2048. mtctr r12
  2049. lwz r2,4(r11)
  2050. bctr */
  2051. static char *
  2052. make_label (const char *prefix, const char *name)
  2053. {
  2054. int len = strlen (ASM_PREFIX (name)) + strlen (prefix) + strlen (name);
  2055. char *copy = xmalloc (len + 1);
  2056. strcpy (copy, ASM_PREFIX (name));
  2057. strcat (copy, prefix);
  2058. strcat (copy, name);
  2059. return copy;
  2060. }
  2061. static char *
  2062. make_imp_label (const char *prefix, const char *name)
  2063. {
  2064. int len;
  2065. char *copy;
  2066. if (name[0] == '@')
  2067. {
  2068. len = strlen (prefix) + strlen (name);
  2069. copy = xmalloc (len + 1);
  2070. strcpy (copy, prefix);
  2071. strcat (copy, name);
  2072. }
  2073. else
  2074. {
  2075. len = strlen (ASM_PREFIX (name)) + strlen (prefix) + strlen (name);
  2076. copy = xmalloc (len + 1);
  2077. strcpy (copy, prefix);
  2078. strcat (copy, ASM_PREFIX (name));
  2079. strcat (copy, name);
  2080. }
  2081. return copy;
  2082. }
  2083. static bfd *
  2084. make_one_lib_file (export_type *exp, int i, int delay)
  2085. {
  2086. bfd * abfd;
  2087. asymbol * exp_label;
  2088. asymbol * iname = 0;
  2089. asymbol * iname2;
  2090. asymbol * iname_lab;
  2091. asymbol ** iname_lab_pp;
  2092. asymbol ** iname_pp;
  2093. #ifdef DLLTOOL_PPC
  2094. asymbol ** fn_pp;
  2095. asymbol ** toc_pp;
  2096. #define EXTRA 2
  2097. #endif
  2098. #ifndef EXTRA
  2099. #define EXTRA 0
  2100. #endif
  2101. asymbol * ptrs[NSECS + 4 + EXTRA + 1];
  2102. flagword applicable;
  2103. char * outname = xmalloc (strlen (TMP_STUB) + 10);
  2104. int oidx = 0;
  2105. sprintf (outname, "%s%05d.o", TMP_STUB, i);
  2106. abfd = bfd_openw (outname, HOW_BFD_WRITE_TARGET);
  2107. if (!abfd)
  2108. /* xgettext:c-format */
  2109. fatal (_("bfd_open failed open stub file: %s: %s"),
  2110. outname, bfd_get_errmsg ());
  2111. /* xgettext:c-format */
  2112. inform (_("Creating stub file: %s"), outname);
  2113. bfd_set_format (abfd, bfd_object);
  2114. bfd_set_arch_mach (abfd, HOW_BFD_ARCH, 0);
  2115. #ifdef DLLTOOL_ARM
  2116. if (machine == MARM_INTERWORK || machine == MTHUMB)
  2117. bfd_set_private_flags (abfd, F_INTERWORK);
  2118. #endif
  2119. applicable = bfd_applicable_section_flags (abfd);
  2120. /* First make symbols for the sections. */
  2121. for (i = 0; i < NSECS; i++)
  2122. {
  2123. sinfo *si = secdata + i;
  2124. if (si->id != i)
  2125. abort ();
  2126. si->sec = bfd_make_section_old_way (abfd, si->name);
  2127. bfd_set_section_flags (abfd,
  2128. si->sec,
  2129. si->flags & applicable);
  2130. bfd_set_section_alignment(abfd, si->sec, si->align);
  2131. si->sec->output_section = si->sec;
  2132. si->sym = bfd_make_empty_symbol(abfd);
  2133. si->sym->name = si->sec->name;
  2134. si->sym->section = si->sec;
  2135. si->sym->flags = BSF_LOCAL;
  2136. si->sym->value = 0;
  2137. ptrs[oidx] = si->sym;
  2138. si->sympp = ptrs + oidx;
  2139. si->size = 0;
  2140. si->data = NULL;
  2141. oidx++;
  2142. }
  2143. if (! exp->data)
  2144. {
  2145. exp_label = bfd_make_empty_symbol (abfd);
  2146. exp_label->name = make_imp_label ("", exp->name);
  2147. /* On PowerPC, the function name points to a descriptor in
  2148. the rdata section, the first element of which is a
  2149. pointer to the code (..function_name), and the second
  2150. points to the .toc. */
  2151. #ifdef DLLTOOL_PPC
  2152. if (machine == MPPC)
  2153. exp_label->section = secdata[RDATA].sec;
  2154. else
  2155. #endif
  2156. exp_label->section = secdata[TEXT].sec;
  2157. exp_label->flags = BSF_GLOBAL;
  2158. exp_label->value = 0;
  2159. #ifdef DLLTOOL_ARM
  2160. if (machine == MTHUMB)
  2161. bfd_coff_set_symbol_class (abfd, exp_label, C_THUMBEXTFUNC);
  2162. #endif
  2163. ptrs[oidx++] = exp_label;
  2164. }
  2165. /* Generate imp symbols with one underscore for Microsoft
  2166. compatibility, and with two underscores for backward
  2167. compatibility with old versions of cygwin. */
  2168. if (create_compat_implib)
  2169. {
  2170. iname = bfd_make_empty_symbol (abfd);
  2171. iname->name = make_imp_label ("___imp", exp->name);
  2172. iname->section = secdata[IDATA5].sec;
  2173. iname->flags = BSF_GLOBAL;
  2174. iname->value = 0;
  2175. }
  2176. iname2 = bfd_make_empty_symbol (abfd);
  2177. iname2->name = make_imp_label ("__imp_", exp->name);
  2178. iname2->section = secdata[IDATA5].sec;
  2179. iname2->flags = BSF_GLOBAL;
  2180. iname2->value = 0;
  2181. iname_lab = bfd_make_empty_symbol (abfd);
  2182. iname_lab->name = head_label;
  2183. iname_lab->section = bfd_und_section_ptr;
  2184. iname_lab->flags = 0;
  2185. iname_lab->value = 0;
  2186. iname_pp = ptrs + oidx;
  2187. if (create_compat_implib)
  2188. ptrs[oidx++] = iname;
  2189. ptrs[oidx++] = iname2;
  2190. iname_lab_pp = ptrs + oidx;
  2191. ptrs[oidx++] = iname_lab;
  2192. #ifdef DLLTOOL_PPC
  2193. /* The symbol referring to the code (.text). */
  2194. {
  2195. asymbol *function_name;
  2196. function_name = bfd_make_empty_symbol(abfd);
  2197. function_name->name = make_label ("..", exp->name);
  2198. function_name->section = secdata[TEXT].sec;
  2199. function_name->flags = BSF_GLOBAL;
  2200. function_name->value = 0;
  2201. fn_pp = ptrs + oidx;
  2202. ptrs[oidx++] = function_name;
  2203. }
  2204. /* The .toc symbol. */
  2205. {
  2206. asymbol *toc_symbol;
  2207. toc_symbol = bfd_make_empty_symbol (abfd);
  2208. toc_symbol->name = make_label (".", "toc");
  2209. toc_symbol->section = bfd_und_section_ptr;
  2210. toc_symbol->flags = BSF_GLOBAL;
  2211. toc_symbol->value = 0;
  2212. toc_pp = ptrs + oidx;
  2213. ptrs[oidx++] = toc_symbol;
  2214. }
  2215. #endif
  2216. ptrs[oidx] = 0;
  2217. for (i = 0; i < NSECS; i++)
  2218. {
  2219. sinfo *si = secdata + i;
  2220. asection *sec = si->sec;
  2221. arelent *rel, *rel2 = 0, *rel3 = 0;
  2222. arelent **rpp;
  2223. switch (i)
  2224. {
  2225. case TEXT:
  2226. if (! exp->data)
  2227. {
  2228. si->size = HOW_JTAB_SIZE;
  2229. si->data = xmalloc (HOW_JTAB_SIZE);
  2230. memcpy (si->data, HOW_JTAB, HOW_JTAB_SIZE);
  2231. /* Add the reloc into idata$5. */
  2232. rel = xmalloc (sizeof (arelent));
  2233. rpp = xmalloc (sizeof (arelent *) * (delay ? 4 : 2));
  2234. rpp[0] = rel;
  2235. rpp[1] = 0;
  2236. rel->address = HOW_JTAB_ROFF;
  2237. rel->addend = 0;
  2238. if (delay)
  2239. {
  2240. rel2 = xmalloc (sizeof (arelent));
  2241. rpp[1] = rel2;
  2242. rel2->address = HOW_JTAB_ROFF2;
  2243. rel2->addend = 0;
  2244. rel3 = xmalloc (sizeof (arelent));
  2245. rpp[2] = rel3;
  2246. rel3->address = HOW_JTAB_ROFF3;
  2247. rel3->addend = 0;
  2248. rpp[3] = 0;
  2249. }
  2250. if (machine == MPPC)
  2251. {
  2252. rel->howto = bfd_reloc_type_lookup (abfd,
  2253. BFD_RELOC_16_GOTOFF);
  2254. rel->sym_ptr_ptr = iname_pp;
  2255. }
  2256. else if (machine == MX86)
  2257. {
  2258. rel->howto = bfd_reloc_type_lookup (abfd,
  2259. BFD_RELOC_32_PCREL);
  2260. rel->sym_ptr_ptr = iname_pp;
  2261. }
  2262. else
  2263. {
  2264. rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
  2265. rel->sym_ptr_ptr = secdata[IDATA5].sympp;
  2266. }
  2267. if (delay)
  2268. {
  2269. if (machine == MX86)
  2270. rel2->howto = bfd_reloc_type_lookup (abfd,
  2271. BFD_RELOC_32_PCREL);
  2272. else
  2273. rel2->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
  2274. rel2->sym_ptr_ptr = rel->sym_ptr_ptr;
  2275. rel3->howto = bfd_reloc_type_lookup (abfd,
  2276. BFD_RELOC_32_PCREL);
  2277. rel3->sym_ptr_ptr = iname_lab_pp;
  2278. }
  2279. sec->orelocation = rpp;
  2280. sec->reloc_count = delay ? 3 : 1;
  2281. }
  2282. break;
  2283. case IDATA5:
  2284. if (delay)
  2285. {
  2286. si->size = create_for_pep ? 8 : 4;
  2287. si->data = xmalloc (si->size);
  2288. sec->reloc_count = 1;
  2289. memset (si->data, 0, si->size);
  2290. /* Point after jmp [__imp_...] instruction. */
  2291. si->data[0] = 6;
  2292. rel = xmalloc (sizeof (arelent));
  2293. rpp = xmalloc (sizeof (arelent *) * 2);
  2294. rpp[0] = rel;
  2295. rpp[1] = 0;
  2296. rel->address = 0;
  2297. rel->addend = 0;
  2298. if (create_for_pep)
  2299. rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_64);
  2300. else
  2301. rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
  2302. rel->sym_ptr_ptr = secdata[TEXT].sympp;
  2303. sec->orelocation = rpp;
  2304. break;
  2305. }
  2306. /* else fall through */
  2307. case IDATA4:
  2308. /* An idata$4 or idata$5 is one word long, and has an
  2309. rva to idata$6. */
  2310. if (create_for_pep)
  2311. {
  2312. si->data = xmalloc (8);
  2313. si->size = 8;
  2314. if (exp->noname)
  2315. {
  2316. si->data[0] = exp->ordinal ;
  2317. si->data[1] = exp->ordinal >> 8;
  2318. si->data[2] = exp->ordinal >> 16;
  2319. si->data[3] = exp->ordinal >> 24;
  2320. si->data[4] = 0;
  2321. si->data[5] = 0;
  2322. si->data[6] = 0;
  2323. si->data[7] = 0x80;
  2324. }
  2325. else
  2326. {
  2327. sec->reloc_count = 1;
  2328. memset (si->data, 0, si->size);
  2329. rel = xmalloc (sizeof (arelent));
  2330. rpp = xmalloc (sizeof (arelent *) * 2);
  2331. rpp[0] = rel;
  2332. rpp[1] = 0;
  2333. rel->address = 0;
  2334. rel->addend = 0;
  2335. rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_RVA);
  2336. rel->sym_ptr_ptr = secdata[IDATA6].sympp;
  2337. sec->orelocation = rpp;
  2338. }
  2339. }
  2340. else
  2341. {
  2342. si->data = xmalloc (4);
  2343. si->size = 4;
  2344. if (exp->noname)
  2345. {
  2346. si->data[0] = exp->ordinal ;
  2347. si->data[1] = exp->ordinal >> 8;
  2348. si->data[2] = exp->ordinal >> 16;
  2349. si->data[3] = 0x80;
  2350. }
  2351. else
  2352. {
  2353. sec->reloc_count = 1;
  2354. memset (si->data, 0, si->size);
  2355. rel = xmalloc (sizeof (arelent));
  2356. rpp = xmalloc (sizeof (arelent *) * 2);
  2357. rpp[0] = rel;
  2358. rpp[1] = 0;
  2359. rel->address = 0;
  2360. rel->addend = 0;
  2361. rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_RVA);
  2362. rel->sym_ptr_ptr = secdata[IDATA6].sympp;
  2363. sec->orelocation = rpp;
  2364. }
  2365. }
  2366. break;
  2367. case IDATA6:
  2368. if (!exp->noname)
  2369. {
  2370. /* This used to add 1 to exp->hint. I don't know
  2371. why it did that, and it does not match what I see
  2372. in programs compiled with the MS tools. */
  2373. int idx = exp->hint;
  2374. if (exp->its_name)
  2375. si->size = strlen (exp->its_name) + 3;
  2376. else
  2377. si->size = strlen (xlate (exp->import_name)) + 3;
  2378. si->data = xmalloc (si->size);
  2379. memset (si->data, 0, si->size);
  2380. si->data[0] = idx & 0xff;
  2381. si->data[1] = idx >> 8;
  2382. if (exp->its_name)
  2383. strcpy ((char *) si->data + 2, exp->its_name);
  2384. else
  2385. strcpy ((char *) si->data + 2, xlate (exp->import_name));
  2386. }
  2387. break;
  2388. case IDATA7:
  2389. if (delay)
  2390. break;
  2391. si->size = 4;
  2392. si->data = xmalloc (4);
  2393. memset (si->data, 0, si->size);
  2394. rel = xmalloc (sizeof (arelent));
  2395. rpp = xmalloc (sizeof (arelent *) * 2);
  2396. rpp[0] = rel;
  2397. rel->address = 0;
  2398. rel->addend = 0;
  2399. rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_RVA);
  2400. rel->sym_ptr_ptr = iname_lab_pp;
  2401. sec->orelocation = rpp;
  2402. sec->reloc_count = 1;
  2403. break;
  2404. #ifdef DLLTOOL_PPC
  2405. case PDATA:
  2406. {
  2407. /* The .pdata section is 5 words long.
  2408. Think of it as:
  2409. struct
  2410. {
  2411. bfd_vma BeginAddress, [0x00]
  2412. EndAddress, [0x04]
  2413. ExceptionHandler, [0x08]
  2414. HandlerData, [0x0c]
  2415. PrologEndAddress; [0x10]
  2416. }; */
  2417. /* So this pdata section setups up this as a glue linkage to
  2418. a dll routine. There are a number of house keeping things
  2419. we need to do:
  2420. 1. In the name of glue trickery, the ADDR32 relocs for 0,
  2421. 4, and 0x10 are set to point to the same place:
  2422. "..function_name".
  2423. 2. There is one more reloc needed in the pdata section.
  2424. The actual glue instruction to restore the toc on
  2425. return is saved as the offset in an IMGLUE reloc.
  2426. So we need a total of four relocs for this section.
  2427. 3. Lastly, the HandlerData field is set to 0x03, to indicate
  2428. that this is a glue routine. */
  2429. arelent *imglue, *ba_rel, *ea_rel, *pea_rel;
  2430. /* Alignment must be set to 2**2 or you get extra stuff. */
  2431. bfd_set_section_alignment(abfd, sec, 2);
  2432. si->size = 4 * 5;
  2433. si->data = xmalloc (si->size);
  2434. memset (si->data, 0, si->size);
  2435. rpp = xmalloc (sizeof (arelent *) * 5);
  2436. rpp[0] = imglue = xmalloc (sizeof (arelent));
  2437. rpp[1] = ba_rel = xmalloc (sizeof (arelent));
  2438. rpp[2] = ea_rel = xmalloc (sizeof (arelent));
  2439. rpp[3] = pea_rel = xmalloc (sizeof (arelent));
  2440. rpp[4] = 0;
  2441. /* Stick the toc reload instruction in the glue reloc. */
  2442. bfd_put_32(abfd, ppc_glue_insn, (char *) &imglue->address);
  2443. imglue->addend = 0;
  2444. imglue->howto = bfd_reloc_type_lookup (abfd,
  2445. BFD_RELOC_32_GOTOFF);
  2446. imglue->sym_ptr_ptr = fn_pp;
  2447. ba_rel->address = 0;
  2448. ba_rel->addend = 0;
  2449. ba_rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
  2450. ba_rel->sym_ptr_ptr = fn_pp;
  2451. bfd_put_32 (abfd, 0x18, si->data + 0x04);
  2452. ea_rel->address = 4;
  2453. ea_rel->addend = 0;
  2454. ea_rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
  2455. ea_rel->sym_ptr_ptr = fn_pp;
  2456. /* Mark it as glue. */
  2457. bfd_put_32 (abfd, 0x03, si->data + 0x0c);
  2458. /* Mark the prolog end address. */
  2459. bfd_put_32 (abfd, 0x0D, si->data + 0x10);
  2460. pea_rel->address = 0x10;
  2461. pea_rel->addend = 0;
  2462. pea_rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
  2463. pea_rel->sym_ptr_ptr = fn_pp;
  2464. sec->orelocation = rpp;
  2465. sec->reloc_count = 4;
  2466. break;
  2467. }
  2468. case RDATA:
  2469. /* Each external function in a PowerPC PE file has a two word
  2470. descriptor consisting of:
  2471. 1. The address of the code.
  2472. 2. The address of the appropriate .toc
  2473. We use relocs to build this. */
  2474. si->size = 8;
  2475. si->data = xmalloc (8);
  2476. memset (si->data, 0, si->size);
  2477. rpp = xmalloc (sizeof (arelent *) * 3);
  2478. rpp[0] = rel = xmalloc (sizeof (arelent));
  2479. rpp[1] = xmalloc (sizeof (arelent));
  2480. rpp[2] = 0;
  2481. rel->address = 0;
  2482. rel->addend = 0;
  2483. rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
  2484. rel->sym_ptr_ptr = fn_pp;
  2485. rel = rpp[1];
  2486. rel->address = 4;
  2487. rel->addend = 0;
  2488. rel->howto = bfd_reloc_type_lookup (abfd, BFD_RELOC_32);
  2489. rel->sym_ptr_ptr = toc_pp;
  2490. sec->orelocation = rpp;
  2491. sec->reloc_count = 2;
  2492. break;
  2493. #endif /* DLLTOOL_PPC */
  2494. }
  2495. }
  2496. {
  2497. bfd_vma vma = 0;
  2498. /* Size up all the sections. */
  2499. for (i = 0; i < NSECS; i++)
  2500. {
  2501. sinfo *si = secdata + i;
  2502. bfd_set_section_size (abfd, si->sec, si->size);
  2503. bfd_set_section_vma (abfd, si->sec, vma);
  2504. }
  2505. }
  2506. /* Write them out. */
  2507. for (i = 0; i < NSECS; i++)
  2508. {
  2509. sinfo *si = secdata + i;
  2510. if (i == IDATA5 && no_idata5)
  2511. continue;
  2512. if (i == IDATA4 && no_idata4)
  2513. continue;
  2514. bfd_set_section_contents (abfd, si->sec,
  2515. si->data, 0,
  2516. si->size);
  2517. }
  2518. bfd_set_symtab (abfd, ptrs, oidx);
  2519. bfd_close (abfd);
  2520. abfd = bfd_openr (outname, HOW_BFD_READ_TARGET);
  2521. if (!abfd)
  2522. /* xgettext:c-format */
  2523. fatal (_("bfd_open failed reopen stub file: %s: %s"),
  2524. outname, bfd_get_errmsg ());
  2525. return abfd;
  2526. }
  2527. static bfd *
  2528. make_head (void)
  2529. {
  2530. FILE *f = fopen (TMP_HEAD_S, FOPEN_WT);
  2531. bfd *abfd;
  2532. if (f == NULL)
  2533. {
  2534. fatal (_("failed to open temporary head file: %s"), TMP_HEAD_S);
  2535. return NULL;
  2536. }
  2537. temp_file_to_remove[TEMP_HEAD_FILE] = TMP_HEAD_S;
  2538. fprintf (f, "%s IMAGE_IMPORT_DESCRIPTOR\n", ASM_C);
  2539. fprintf (f, "\t.section\t.idata$2\n");
  2540. fprintf (f,"\t%s\t%s\n", ASM_GLOBAL, head_label);
  2541. fprintf (f, "%s:\n", head_label);
  2542. fprintf (f, "\t%shname%s\t%sPtr to image import by name list\n",
  2543. ASM_RVA_BEFORE, ASM_RVA_AFTER, ASM_C);
  2544. fprintf (f, "\t%sthis should be the timestamp, but NT sometimes\n", ASM_C);
  2545. fprintf (f, "\t%sdoesn't load DLLs when this is set.\n", ASM_C);
  2546. fprintf (f, "\t%s\t0\t%s loaded time\n", ASM_LONG, ASM_C);
  2547. fprintf (f, "\t%s\t0\t%s Forwarder chain\n", ASM_LONG, ASM_C);
  2548. fprintf (f, "\t%s__%s_iname%s\t%s imported dll's name\n",
  2549. ASM_RVA_BEFORE,
  2550. imp_name_lab,
  2551. ASM_RVA_AFTER,
  2552. ASM_C);
  2553. fprintf (f, "\t%sfthunk%s\t%s pointer to firstthunk\n",
  2554. ASM_RVA_BEFORE,
  2555. ASM_RVA_AFTER, ASM_C);
  2556. fprintf (f, "%sStuff for compatibility\n", ASM_C);
  2557. if (!no_idata5)
  2558. {
  2559. fprintf (f, "\t.section\t.idata$5\n");
  2560. if (use_nul_prefixed_import_tables)
  2561. {
  2562. if (create_for_pep)
  2563. fprintf (f,"\t%s\t0\n\t%s\t0\n", ASM_LONG, ASM_LONG);
  2564. else
  2565. fprintf (f,"\t%s\t0\n", ASM_LONG);
  2566. }
  2567. fprintf (f, "fthunk:\n");
  2568. }
  2569. if (!no_idata4)
  2570. {
  2571. fprintf (f, "\t.section\t.idata$4\n");
  2572. if (use_nul_prefixed_import_tables)
  2573. {
  2574. if (create_for_pep)
  2575. fprintf (f,"\t%s\t0\n\t%s\t0\n", ASM_LONG, ASM_LONG);
  2576. else
  2577. fprintf (f,"\t%s\t0\n", ASM_LONG);
  2578. }
  2579. fprintf (f, "hname:\n");
  2580. }
  2581. fclose (f);
  2582. assemble_file (TMP_HEAD_S, TMP_HEAD_O);
  2583. abfd = bfd_openr (TMP_HEAD_O, HOW_BFD_READ_TARGET);
  2584. if (abfd == NULL)
  2585. /* xgettext:c-format */
  2586. fatal (_("failed to open temporary head file: %s: %s"),
  2587. TMP_HEAD_O, bfd_get_errmsg ());
  2588. temp_file_to_remove[TEMP_HEAD_O_FILE] = TMP_HEAD_O;
  2589. return abfd;
  2590. }
  2591. bfd *
  2592. make_delay_head (void)
  2593. {
  2594. FILE *f = fopen (TMP_HEAD_S, FOPEN_WT);
  2595. bfd *abfd;
  2596. if (f == NULL)
  2597. {
  2598. fatal (_("failed to open temporary head file: %s"), TMP_HEAD_S);
  2599. return NULL;
  2600. }
  2601. temp_file_to_remove[TEMP_HEAD_FILE] = TMP_HEAD_S;
  2602. /* Output the __tailMerge__xxx function */
  2603. fprintf (f, "%s Import trampoline\n", ASM_C);
  2604. fprintf (f, "\t.section\t.text\n");
  2605. fprintf(f,"\t%s\t%s\n", ASM_GLOBAL, head_label);
  2606. fprintf (f, "%s:\n", head_label);
  2607. fprintf (f, mtable[machine].trampoline, imp_name_lab);
  2608. /* Output the delay import descriptor */
  2609. fprintf (f, "\n%s DELAY_IMPORT_DESCRIPTOR\n", ASM_C);
  2610. fprintf (f, ".section\t.text$2\n");
  2611. fprintf (f,"%s __DELAY_IMPORT_DESCRIPTOR_%s\n", ASM_GLOBAL,imp_name_lab);
  2612. fprintf (f, "__DELAY_IMPORT_DESCRIPTOR_%s:\n", imp_name_lab);
  2613. fprintf (f, "\t%s 1\t%s grAttrs\n", ASM_LONG, ASM_C);
  2614. fprintf (f, "\t%s__%s_iname%s\t%s rvaDLLName\n",
  2615. ASM_RVA_BEFORE, imp_name_lab, ASM_RVA_AFTER, ASM_C);
  2616. fprintf (f, "\t%s__DLL_HANDLE_%s%s\t%s rvaHmod\n",
  2617. ASM_RVA_BEFORE, imp_name_lab, ASM_RVA_AFTER, ASM_C);
  2618. fprintf (f, "\t%s__IAT_%s%s\t%s rvaIAT\n",
  2619. ASM_RVA_BEFORE, imp_name_lab, ASM_RVA_AFTER, ASM_C);
  2620. fprintf (f, "\t%s__INT_%s%s\t%s rvaINT\n",
  2621. ASM_RVA_BEFORE, imp_name_lab, ASM_RVA_AFTER, ASM_C);
  2622. fprintf (f, "\t%s\t0\t%s rvaBoundIAT\n", ASM_LONG, ASM_C);
  2623. fprintf (f, "\t%s\t0\t%s rvaUnloadIAT\n", ASM_LONG, ASM_C);
  2624. fprintf (f, "\t%s\t0\t%s dwTimeStamp\n", ASM_LONG, ASM_C);
  2625. /* Output the dll_handle */
  2626. fprintf (f, "\n.section .data\n");
  2627. fprintf (f, "__DLL_HANDLE_%s:\n", imp_name_lab);
  2628. fprintf (f, "\t%s\t0\t%s Handle\n", ASM_LONG, ASM_C);
  2629. if (create_for_pep)
  2630. fprintf (f, "\t%s\t0\n", ASM_LONG);
  2631. fprintf (f, "\n");
  2632. fprintf (f, "%sStuff for compatibility\n", ASM_C);
  2633. if (!no_idata5)
  2634. {
  2635. fprintf (f, "\t.section\t.idata$5\n");
  2636. /* NULL terminating list. */
  2637. if (create_for_pep)
  2638. fprintf (f,"\t%s\t0\n\t%s\t0\n", ASM_LONG, ASM_LONG);
  2639. else
  2640. fprintf (f,"\t%s\t0\n", ASM_LONG);
  2641. fprintf (f, "__IAT_%s:\n", imp_name_lab);
  2642. }
  2643. if (!no_idata4)
  2644. {
  2645. fprintf (f, "\t.section\t.idata$4\n");
  2646. fprintf (f, "\t%s\t0\n", ASM_LONG);
  2647. if (create_for_pep)
  2648. fprintf (f, "\t%s\t0\n", ASM_LONG);
  2649. fprintf (f, "\t.section\t.idata$4\n");
  2650. fprintf (f, "__INT_%s:\n", imp_name_lab);
  2651. }
  2652. fprintf (f, "\t.section\t.idata$2\n");
  2653. fclose (f);
  2654. assemble_file (TMP_HEAD_S, TMP_HEAD_O);
  2655. abfd = bfd_openr (TMP_HEAD_O, HOW_BFD_READ_TARGET);
  2656. if (abfd == NULL)
  2657. /* xgettext:c-format */
  2658. fatal (_("failed to open temporary head file: %s: %s"),
  2659. TMP_HEAD_O, bfd_get_errmsg ());
  2660. temp_file_to_remove[TEMP_HEAD_O_FILE] = TMP_HEAD_O;
  2661. return abfd;
  2662. }
  2663. static bfd *
  2664. make_tail (void)
  2665. {
  2666. FILE *f = fopen (TMP_TAIL_S, FOPEN_WT);
  2667. bfd *abfd;
  2668. if (f == NULL)
  2669. {
  2670. fatal (_("failed to open temporary tail file: %s"), TMP_TAIL_S);
  2671. return NULL;
  2672. }
  2673. temp_file_to_remove[TEMP_TAIL_FILE] = TMP_TAIL_S;
  2674. if (!no_idata4)
  2675. {
  2676. fprintf (f, "\t.section\t.idata$4\n");
  2677. if (create_for_pep)
  2678. fprintf (f,"\t%s\t0\n\t%s\t0\n", ASM_LONG, ASM_LONG);
  2679. else
  2680. fprintf (f,"\t%s\t0\n", ASM_LONG); /* NULL terminating list. */
  2681. }
  2682. if (!no_idata5)
  2683. {
  2684. fprintf (f, "\t.section\t.idata$5\n");
  2685. if (create_for_pep)
  2686. fprintf (f,"\t%s\t0\n\t%s\t0\n", ASM_LONG, ASM_LONG);
  2687. else
  2688. fprintf (f,"\t%s\t0\n", ASM_LONG); /* NULL terminating list. */
  2689. }
  2690. #ifdef DLLTOOL_PPC
  2691. /* Normally, we need to see a null descriptor built in idata$3 to
  2692. act as the terminator for the list. The ideal way, I suppose,
  2693. would be to mark this section as a comdat type 2 section, so
  2694. only one would appear in the final .exe (if our linker supported
  2695. comdat, that is) or cause it to be inserted by something else (say
  2696. crt0). */
  2697. fprintf (f, "\t.section\t.idata$3\n");
  2698. fprintf (f, "\t%s\t0\n", ASM_LONG);
  2699. fprintf (f, "\t%s\t0\n", ASM_LONG);
  2700. fprintf (f, "\t%s\t0\n", ASM_LONG);
  2701. fprintf (f, "\t%s\t0\n", ASM_LONG);
  2702. fprintf (f, "\t%s\t0\n", ASM_LONG);
  2703. #endif
  2704. #ifdef DLLTOOL_PPC
  2705. /* Other PowerPC NT compilers use idata$6 for the dllname, so I
  2706. do too. Original, huh? */
  2707. fprintf (f, "\t.section\t.idata$6\n");
  2708. #else
  2709. fprintf (f, "\t.section\t.idata$7\n");
  2710. #endif
  2711. fprintf (f, "\t%s\t__%s_iname\n", ASM_GLOBAL, imp_name_lab);
  2712. fprintf (f, "__%s_iname:\t%s\t\"%s\"\n",
  2713. imp_name_lab, ASM_TEXT, dll_name);
  2714. fclose (f);
  2715. assemble_file (TMP_TAIL_S, TMP_TAIL_O);
  2716. abfd = bfd_openr (TMP_TAIL_O, HOW_BFD_READ_TARGET);
  2717. if (abfd == NULL)
  2718. /* xgettext:c-format */
  2719. fatal (_("failed to open temporary tail file: %s: %s"),
  2720. TMP_TAIL_O, bfd_get_errmsg ());
  2721. temp_file_to_remove[TEMP_TAIL_O_FILE] = TMP_TAIL_O;
  2722. return abfd;
  2723. }
  2724. static void
  2725. gen_lib_file (int delay)
  2726. {
  2727. int i;
  2728. export_type *exp;
  2729. bfd *ar_head;
  2730. bfd *ar_tail;
  2731. bfd *outarch;
  2732. bfd * head = 0;
  2733. unlink (imp_name);
  2734. outarch = bfd_openw (imp_name, HOW_BFD_WRITE_TARGET);
  2735. if (!outarch)
  2736. /* xgettext:c-format */
  2737. fatal (_("Can't create .lib file: %s: %s"),
  2738. imp_name, bfd_get_errmsg ());
  2739. /* xgettext:c-format */
  2740. inform (_("Creating library file: %s"), imp_name);
  2741. xatexit (unlink_temp_files);
  2742. bfd_set_format (outarch, bfd_archive);
  2743. outarch->has_armap = 1;
  2744. outarch->is_thin_archive = 0;
  2745. /* Work out a reasonable size of things to put onto one line. */
  2746. if (delay)
  2747. {
  2748. ar_head = make_delay_head ();
  2749. }
  2750. else
  2751. {
  2752. ar_head = make_head ();
  2753. }
  2754. ar_tail = make_tail();
  2755. if (ar_head == NULL || ar_tail == NULL)
  2756. return;
  2757. for (i = 0; (exp = d_exports_lexically[i]); i++)
  2758. {
  2759. bfd *n;
  2760. /* Don't add PRIVATE entries to import lib. */
  2761. if (exp->private)
  2762. continue;
  2763. n = make_one_lib_file (exp, i, delay);
  2764. n->archive_next = head;
  2765. head = n;
  2766. if (ext_prefix_alias)
  2767. {
  2768. export_type alias_exp;
  2769. assert (i < PREFIX_ALIAS_BASE);
  2770. alias_exp.name = make_imp_label (ext_prefix_alias, exp->name);
  2771. alias_exp.internal_name = exp->internal_name;
  2772. alias_exp.its_name = exp->its_name;
  2773. alias_exp.import_name = exp->name;
  2774. alias_exp.ordinal = exp->ordinal;
  2775. alias_exp.constant = exp->constant;
  2776. alias_exp.noname = exp->noname;
  2777. alias_exp.private = exp->private;
  2778. alias_exp.data = exp->data;
  2779. alias_exp.hint = exp->hint;
  2780. alias_exp.forward = exp->forward;
  2781. alias_exp.next = exp->next;
  2782. n = make_one_lib_file (&alias_exp, i + PREFIX_ALIAS_BASE, delay);
  2783. n->archive_next = head;
  2784. head = n;
  2785. }
  2786. }
  2787. /* Now stick them all into the archive. */
  2788. ar_head->archive_next = head;
  2789. ar_tail->archive_next = ar_head;
  2790. head = ar_tail;
  2791. if (! bfd_set_archive_head (outarch, head))
  2792. bfd_fatal ("bfd_set_archive_head");
  2793. if (! bfd_close (outarch))
  2794. bfd_fatal (imp_name);
  2795. while (head != NULL)
  2796. {
  2797. bfd *n = head->archive_next;
  2798. bfd_close (head);
  2799. head = n;
  2800. }
  2801. /* Delete all the temp files. */
  2802. unlink_temp_files ();
  2803. if (dontdeltemps < 2)
  2804. {
  2805. char *name;
  2806. name = (char *) alloca (strlen (TMP_STUB) + 10);
  2807. for (i = 0; (exp = d_exports_lexically[i]); i++)
  2808. {
  2809. /* Don't delete non-existent stubs for PRIVATE entries. */
  2810. if (exp->private)
  2811. continue;
  2812. sprintf (name, "%s%05d.o", TMP_STUB, i);
  2813. if (unlink (name) < 0)
  2814. /* xgettext:c-format */
  2815. non_fatal (_("cannot delete %s: %s"), name, strerror (errno));
  2816. if (ext_prefix_alias)
  2817. {
  2818. sprintf (name, "%s%05d.o", TMP_STUB, i + PREFIX_ALIAS_BASE);
  2819. if (unlink (name) < 0)
  2820. /* xgettext:c-format */
  2821. non_fatal (_("cannot delete %s: %s"), name, strerror (errno));
  2822. }
  2823. }
  2824. }
  2825. inform (_("Created lib file"));
  2826. }
  2827. /* Append a copy of data (cast to char *) to list. */
  2828. static void
  2829. dll_name_list_append (dll_name_list_type * list, bfd_byte * data)
  2830. {
  2831. dll_name_list_node_type * entry;
  2832. /* Error checking. */
  2833. if (! list || ! list->tail)
  2834. return;
  2835. /* Allocate new node. */
  2836. entry = ((dll_name_list_node_type *)
  2837. xmalloc (sizeof (dll_name_list_node_type)));
  2838. /* Initialize its values. */
  2839. entry->dllname = xstrdup ((char *) data);
  2840. entry->next = NULL;
  2841. /* Add to tail, and move tail. */
  2842. list->tail->next = entry;
  2843. list->tail = entry;
  2844. }
  2845. /* Count the number of entries in list. */
  2846. static int
  2847. dll_name_list_count (dll_name_list_type * list)
  2848. {
  2849. dll_name_list_node_type * p;
  2850. int count = 0;
  2851. /* Error checking. */
  2852. if (! list || ! list->head)
  2853. return 0;
  2854. p = list->head;
  2855. while (p && p->next)
  2856. {
  2857. count++;
  2858. p = p->next;
  2859. }
  2860. return count;
  2861. }
  2862. /* Print each entry in list to stdout. */
  2863. static void
  2864. dll_name_list_print (dll_name_list_type * list)
  2865. {
  2866. dll_name_list_node_type * p;
  2867. /* Error checking. */
  2868. if (! list || ! list->head)
  2869. return;
  2870. p = list->head;
  2871. while (p && p->next && p->next->dllname && *(p->next->dllname))
  2872. {
  2873. printf ("%s\n", p->next->dllname);
  2874. p = p->next;
  2875. }
  2876. }
  2877. /* Free all entries in list, and list itself. */
  2878. static void
  2879. dll_name_list_free (dll_name_list_type * list)
  2880. {
  2881. if (list)
  2882. {
  2883. dll_name_list_free_contents (list->head);
  2884. list->head = NULL;
  2885. list->tail = NULL;
  2886. free (list);
  2887. }
  2888. }
  2889. /* Recursive function to free all nodes entry->next->next...
  2890. as well as entry itself. */
  2891. static void
  2892. dll_name_list_free_contents (dll_name_list_node_type * entry)
  2893. {
  2894. if (entry)
  2895. {
  2896. if (entry->next)
  2897. {
  2898. dll_name_list_free_contents (entry->next);
  2899. entry->next = NULL;
  2900. }
  2901. if (entry->dllname)
  2902. {
  2903. free (entry->dllname);
  2904. entry->dllname = NULL;
  2905. }
  2906. free (entry);
  2907. }
  2908. }
  2909. /* Allocate and initialize a dll_name_list_type object,
  2910. including its sentinel node. Caller is responsible
  2911. for calling dll_name_list_free when finished with
  2912. the list. */
  2913. static dll_name_list_type *
  2914. dll_name_list_create (void)
  2915. {
  2916. /* Allocate list. */
  2917. dll_name_list_type * list = xmalloc (sizeof (dll_name_list_type));
  2918. /* Allocate and initialize sentinel node. */
  2919. list->head = xmalloc (sizeof (dll_name_list_node_type));
  2920. list->head->dllname = NULL;
  2921. list->head->next = NULL;
  2922. /* Bookkeeping for empty list. */
  2923. list->tail = list->head;
  2924. return list;
  2925. }
  2926. /* Search the symbol table of the suppled BFD for a symbol whose name matches
  2927. OBJ (where obj is cast to const char *). If found, set global variable
  2928. identify_member_contains_symname_result TRUE. It is the caller's
  2929. responsibility to set the result variable FALSE before iterating with
  2930. this function. */
  2931. static void
  2932. identify_member_contains_symname (bfd * abfd,
  2933. bfd * archive_bfd ATTRIBUTE_UNUSED,
  2934. void * obj)
  2935. {
  2936. long storage_needed;
  2937. asymbol ** symbol_table;
  2938. long number_of_symbols;
  2939. long i;
  2940. symname_search_data_type * search_data = (symname_search_data_type *) obj;
  2941. /* If we already found the symbol in a different member,
  2942. short circuit. */
  2943. if (search_data->found)
  2944. return;
  2945. storage_needed = bfd_get_symtab_upper_bound (abfd);
  2946. if (storage_needed <= 0)
  2947. return;
  2948. symbol_table = xmalloc (storage_needed);
  2949. number_of_symbols = bfd_canonicalize_symtab (abfd, symbol_table);
  2950. if (number_of_symbols < 0)
  2951. {
  2952. free (symbol_table);
  2953. return;
  2954. }
  2955. for (i = 0; i < number_of_symbols; i++)
  2956. {
  2957. if (strncmp (symbol_table[i]->name,
  2958. search_data->symname,
  2959. strlen (search_data->symname)) == 0)
  2960. {
  2961. search_data->found = TRUE;
  2962. break;
  2963. }
  2964. }
  2965. free (symbol_table);
  2966. }
  2967. /* This is the main implementation for the --identify option.
  2968. Given the name of an import library in identify_imp_name, first determine
  2969. if the import library is a GNU binutils-style one (where the DLL name is
  2970. stored in an .idata$7 (.idata$6 on PPC) section, or if it is a MS-style
  2971. one (where the DLL name, along with much other data, is stored in the
  2972. .idata$6 section). We determine the style of import library by searching
  2973. for the DLL-structure symbol inserted by MS tools:
  2974. __NULL_IMPORT_DESCRIPTOR.
  2975. Once we know which section to search, evaluate each section for the
  2976. appropriate properties that indicate it may contain the name of the
  2977. associated DLL (this differs depending on the style). Add the contents
  2978. of all sections which meet the criteria to a linked list of dll names.
  2979. Finally, print them all to stdout. (If --identify-strict, an error is
  2980. reported if more than one match was found). */
  2981. static void
  2982. identify_dll_for_implib (void)
  2983. {
  2984. bfd * abfd = NULL;
  2985. int count = 0;
  2986. identify_data_type identify_data;
  2987. symname_search_data_type search_data;
  2988. /* Initialize identify_data. */
  2989. identify_data.list = dll_name_list_create ();
  2990. identify_data.ms_style_implib = FALSE;
  2991. /* Initialize search_data. */
  2992. search_data.symname = "__NULL_IMPORT_DESCRIPTOR";
  2993. search_data.found = FALSE;
  2994. bfd_init ();
  2995. abfd = bfd_openr (identify_imp_name, 0);
  2996. if (abfd == NULL)
  2997. /* xgettext:c-format */
  2998. fatal (_("Can't open .lib file: %s: %s"),
  2999. identify_imp_name, bfd_get_errmsg ());
  3000. if (! bfd_check_format (abfd, bfd_archive))
  3001. {
  3002. if (! bfd_close (abfd))
  3003. bfd_fatal (identify_imp_name);
  3004. fatal (_("%s is not a library"), identify_imp_name);
  3005. }
  3006. /* Detect if this a Microsoft import library. */
  3007. identify_search_archive (abfd,
  3008. identify_member_contains_symname,
  3009. (void *)(& search_data));
  3010. if (search_data.found)
  3011. identify_data.ms_style_implib = TRUE;
  3012. /* Rewind the bfd. */
  3013. if (! bfd_close (abfd))
  3014. bfd_fatal (identify_imp_name);
  3015. abfd = bfd_openr (identify_imp_name, 0);
  3016. if (abfd == NULL)
  3017. bfd_fatal (identify_imp_name);
  3018. if (!bfd_check_format (abfd, bfd_archive))
  3019. {
  3020. if (!bfd_close (abfd))
  3021. bfd_fatal (identify_imp_name);
  3022. fatal (_("%s is not a library"), identify_imp_name);
  3023. }
  3024. /* Now search for the dll name. */
  3025. identify_search_archive (abfd,
  3026. identify_search_member,
  3027. (void *)(& identify_data));
  3028. if (! bfd_close (abfd))
  3029. bfd_fatal (identify_imp_name);
  3030. count = dll_name_list_count (identify_data.list);
  3031. if (count > 0)
  3032. {
  3033. if (identify_strict && count > 1)
  3034. {
  3035. dll_name_list_free (identify_data.list);
  3036. identify_data.list = NULL;
  3037. fatal (_("Import library `%s' specifies two or more dlls"),
  3038. identify_imp_name);
  3039. }
  3040. dll_name_list_print (identify_data.list);
  3041. dll_name_list_free (identify_data.list);
  3042. identify_data.list = NULL;
  3043. }
  3044. else
  3045. {
  3046. dll_name_list_free (identify_data.list);
  3047. identify_data.list = NULL;
  3048. fatal (_("Unable to determine dll name for `%s' (not an import library?)"),
  3049. identify_imp_name);
  3050. }
  3051. }
  3052. /* Loop over all members of the archive, applying the supplied function to
  3053. each member that is a bfd_object. The function will be called as if:
  3054. func (member_bfd, abfd, user_storage) */
  3055. static void
  3056. identify_search_archive (bfd * abfd,
  3057. void (* operation) (bfd *, bfd *, void *),
  3058. void * user_storage)
  3059. {
  3060. bfd * arfile = NULL;
  3061. bfd * last_arfile = NULL;
  3062. char ** matching;
  3063. while (1)
  3064. {
  3065. arfile = bfd_openr_next_archived_file (abfd, arfile);
  3066. if (arfile == NULL)
  3067. {
  3068. if (bfd_get_error () != bfd_error_no_more_archived_files)
  3069. bfd_fatal (bfd_get_filename (abfd));
  3070. break;
  3071. }
  3072. if (bfd_check_format_matches (arfile, bfd_object, &matching))
  3073. (*operation) (arfile, abfd, user_storage);
  3074. else
  3075. {
  3076. bfd_nonfatal (bfd_get_filename (arfile));
  3077. free (matching);
  3078. }
  3079. if (last_arfile != NULL)
  3080. {
  3081. bfd_close (last_arfile);
  3082. /* PR 17512: file: 8b2168d4. */
  3083. if (last_arfile == arfile)
  3084. {
  3085. last_arfile = NULL;
  3086. break;
  3087. }
  3088. }
  3089. last_arfile = arfile;
  3090. }
  3091. if (last_arfile != NULL)
  3092. {
  3093. bfd_close (last_arfile);
  3094. }
  3095. }
  3096. /* Call the identify_search_section() function for each section of this
  3097. archive member. */
  3098. static void
  3099. identify_search_member (bfd *abfd,
  3100. bfd *archive_bfd ATTRIBUTE_UNUSED,
  3101. void *obj)
  3102. {
  3103. bfd_map_over_sections (abfd, identify_search_section, obj);
  3104. }
  3105. /* This predicate returns true if section->name matches the desired value.
  3106. By default, this is .idata$7 (.idata$6 on PPC, or if the import
  3107. library is ms-style). */
  3108. static bfd_boolean
  3109. identify_process_section_p (asection * section, bfd_boolean ms_style_implib)
  3110. {
  3111. static const char * SECTION_NAME =
  3112. #ifdef DLLTOOL_PPC
  3113. /* dllname is stored in idata$6 on PPC */
  3114. ".idata$6";
  3115. #else
  3116. ".idata$7";
  3117. #endif
  3118. static const char * MS_SECTION_NAME = ".idata$6";
  3119. const char * section_name =
  3120. (ms_style_implib ? MS_SECTION_NAME : SECTION_NAME);
  3121. if (strcmp (section_name, section->name) == 0)
  3122. return TRUE;
  3123. return FALSE;
  3124. }
  3125. /* If *section has contents and its name is .idata$7 (.data$6 on PPC or if
  3126. import lib ms-generated) -- and it satisfies several other constraints
  3127. -- then add the contents of the section to obj->list. */
  3128. static void
  3129. identify_search_section (bfd * abfd, asection * section, void * obj)
  3130. {
  3131. bfd_byte *data = 0;
  3132. bfd_size_type datasize;
  3133. identify_data_type * identify_data = (identify_data_type *)obj;
  3134. bfd_boolean ms_style = identify_data->ms_style_implib;
  3135. if ((section->flags & SEC_HAS_CONTENTS) == 0)
  3136. return;
  3137. if (! identify_process_section_p (section, ms_style))
  3138. return;
  3139. /* Binutils import libs seem distinguish the .idata$7 section that contains
  3140. the DLL name from other .idata$7 sections by the absence of the
  3141. SEC_RELOC flag. */
  3142. if (!ms_style && ((section->flags & SEC_RELOC) == SEC_RELOC))
  3143. return;
  3144. /* MS import libs seem to distinguish the .idata$6 section
  3145. that contains the DLL name from other .idata$6 sections
  3146. by the presence of the SEC_DATA flag. */
  3147. if (ms_style && ((section->flags & SEC_DATA) == 0))
  3148. return;
  3149. if ((datasize = bfd_section_size (abfd, section)) == 0)
  3150. return;
  3151. data = (bfd_byte *) xmalloc (datasize + 1);
  3152. data[0] = '\0';
  3153. bfd_get_section_contents (abfd, section, data, 0, datasize);
  3154. data[datasize] = '\0';
  3155. /* Use a heuristic to determine if data is a dll name.
  3156. Possible to defeat this if (a) the library has MANY
  3157. (more than 0x302f) imports, (b) it is an ms-style
  3158. import library, but (c) it is buggy, in that the SEC_DATA
  3159. flag is set on the "wrong" sections. This heuristic might
  3160. also fail to record a valid dll name if the dllname uses
  3161. a multibyte or unicode character set (is that valid?).
  3162. This heuristic is based on the fact that symbols names in
  3163. the chosen section -- as opposed to the dll name -- begin
  3164. at offset 2 in the data. The first two bytes are a 16bit
  3165. little-endian count, and start at 0x0000. However, the dll
  3166. name begins at offset 0 in the data. We assume that the
  3167. dll name does not contain unprintable characters. */
  3168. if (data[0] != '\0' && ISPRINT (data[0])
  3169. && ((datasize < 2) || ISPRINT (data[1])))
  3170. dll_name_list_append (identify_data->list, data);
  3171. free (data);
  3172. }
  3173. /* Run through the information gathered from the .o files and the
  3174. .def file and work out the best stuff. */
  3175. static int
  3176. pfunc (const void *a, const void *b)
  3177. {
  3178. export_type *ap = *(export_type **) a;
  3179. export_type *bp = *(export_type **) b;
  3180. if (ap->ordinal == bp->ordinal)
  3181. return 0;
  3182. /* Unset ordinals go to the bottom. */
  3183. if (ap->ordinal == -1)
  3184. return 1;
  3185. if (bp->ordinal == -1)
  3186. return -1;
  3187. return (ap->ordinal - bp->ordinal);
  3188. }
  3189. static int
  3190. nfunc (const void *a, const void *b)
  3191. {
  3192. export_type *ap = *(export_type **) a;
  3193. export_type *bp = *(export_type **) b;
  3194. const char *an = ap->name;
  3195. const char *bn = bp->name;
  3196. if (ap->its_name)
  3197. an = ap->its_name;
  3198. if (bp->its_name)
  3199. an = bp->its_name;
  3200. if (killat)
  3201. {
  3202. an = (an[0] == '@') ? an + 1 : an;
  3203. bn = (bn[0] == '@') ? bn + 1 : bn;
  3204. }
  3205. return (strcmp (an, bn));
  3206. }
  3207. static void
  3208. remove_null_names (export_type **ptr)
  3209. {
  3210. int src;
  3211. int dst;
  3212. for (dst = src = 0; src < d_nfuncs; src++)
  3213. {
  3214. if (ptr[src])
  3215. {
  3216. ptr[dst] = ptr[src];
  3217. dst++;
  3218. }
  3219. }
  3220. d_nfuncs = dst;
  3221. }
  3222. static void
  3223. process_duplicates (export_type **d_export_vec)
  3224. {
  3225. int more = 1;
  3226. int i;
  3227. while (more)
  3228. {
  3229. more = 0;
  3230. /* Remove duplicates. */
  3231. qsort (d_export_vec, d_nfuncs, sizeof (export_type *), nfunc);
  3232. for (i = 0; i < d_nfuncs - 1; i++)
  3233. {
  3234. if (strcmp (d_export_vec[i]->name,
  3235. d_export_vec[i + 1]->name) == 0)
  3236. {
  3237. export_type *a = d_export_vec[i];
  3238. export_type *b = d_export_vec[i + 1];
  3239. more = 1;
  3240. /* xgettext:c-format */
  3241. inform (_("Warning, ignoring duplicate EXPORT %s %d,%d"),
  3242. a->name, a->ordinal, b->ordinal);
  3243. if (a->ordinal != -1
  3244. && b->ordinal != -1)
  3245. /* xgettext:c-format */
  3246. fatal (_("Error, duplicate EXPORT with ordinals: %s"),
  3247. a->name);
  3248. /* Merge attributes. */
  3249. b->ordinal = a->ordinal > 0 ? a->ordinal : b->ordinal;
  3250. b->constant |= a->constant;
  3251. b->noname |= a->noname;
  3252. b->data |= a->data;
  3253. d_export_vec[i] = 0;
  3254. }
  3255. remove_null_names (d_export_vec);
  3256. }
  3257. }
  3258. /* Count the names. */
  3259. for (i = 0; i < d_nfuncs; i++)
  3260. if (!d_export_vec[i]->noname)
  3261. d_named_nfuncs++;
  3262. }
  3263. static void
  3264. fill_ordinals (export_type **d_export_vec)
  3265. {
  3266. int lowest = -1;
  3267. int i;
  3268. char *ptr;
  3269. int size = 65536;
  3270. qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc);
  3271. /* Fill in the unset ordinals with ones from our range. */
  3272. ptr = (char *) xmalloc (size);
  3273. memset (ptr, 0, size);
  3274. /* Mark in our large vector all the numbers that are taken. */
  3275. for (i = 0; i < d_nfuncs; i++)
  3276. {
  3277. if (d_export_vec[i]->ordinal != -1)
  3278. {
  3279. ptr[d_export_vec[i]->ordinal] = 1;
  3280. if (lowest == -1 || d_export_vec[i]->ordinal < lowest)
  3281. lowest = d_export_vec[i]->ordinal;
  3282. }
  3283. }
  3284. /* Start at 1 for compatibility with MS toolchain. */
  3285. if (lowest == -1)
  3286. lowest = 1;
  3287. /* Now fill in ordinals where the user wants us to choose. */
  3288. for (i = 0; i < d_nfuncs; i++)
  3289. {
  3290. if (d_export_vec[i]->ordinal == -1)
  3291. {
  3292. int j;
  3293. /* First try within or after any user supplied range. */
  3294. for (j = lowest; j < size; j++)
  3295. if (ptr[j] == 0)
  3296. {
  3297. ptr[j] = 1;
  3298. d_export_vec[i]->ordinal = j;
  3299. goto done;
  3300. }
  3301. /* Then try before the range. */
  3302. for (j = lowest; j >0; j--)
  3303. if (ptr[j] == 0)
  3304. {
  3305. ptr[j] = 1;
  3306. d_export_vec[i]->ordinal = j;
  3307. goto done;
  3308. }
  3309. done:;
  3310. }
  3311. }
  3312. free (ptr);
  3313. /* And resort. */
  3314. qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc);
  3315. /* Work out the lowest and highest ordinal numbers. */
  3316. if (d_nfuncs)
  3317. {
  3318. if (d_export_vec[0])
  3319. d_low_ord = d_export_vec[0]->ordinal;
  3320. if (d_export_vec[d_nfuncs-1])
  3321. d_high_ord = d_export_vec[d_nfuncs-1]->ordinal;
  3322. }
  3323. }
  3324. static void
  3325. mangle_defs (void)
  3326. {
  3327. /* First work out the minimum ordinal chosen. */
  3328. export_type *exp;
  3329. int i;
  3330. int hint = 0;
  3331. export_type **d_export_vec = xmalloc (sizeof (export_type *) * d_nfuncs);
  3332. inform (_("Processing definitions"));
  3333. for (i = 0, exp = d_exports; exp; i++, exp = exp->next)
  3334. d_export_vec[i] = exp;
  3335. process_duplicates (d_export_vec);
  3336. fill_ordinals (d_export_vec);
  3337. /* Put back the list in the new order. */
  3338. d_exports = 0;
  3339. for (i = d_nfuncs - 1; i >= 0; i--)
  3340. {
  3341. d_export_vec[i]->next = d_exports;
  3342. d_exports = d_export_vec[i];
  3343. }
  3344. /* Build list in alpha order. */
  3345. d_exports_lexically = (export_type **)
  3346. xmalloc (sizeof (export_type *) * (d_nfuncs + 1));
  3347. for (i = 0, exp = d_exports; exp; i++, exp = exp->next)
  3348. d_exports_lexically[i] = exp;
  3349. d_exports_lexically[i] = 0;
  3350. qsort (d_exports_lexically, i, sizeof (export_type *), nfunc);
  3351. /* Fill exp entries with their hint values. */
  3352. for (i = 0; i < d_nfuncs; i++)
  3353. if (!d_exports_lexically[i]->noname || show_allnames)
  3354. d_exports_lexically[i]->hint = hint++;
  3355. inform (_("Processed definitions"));
  3356. }
  3357. static void
  3358. usage (FILE *file, int status)
  3359. {
  3360. /* xgetext:c-format */
  3361. fprintf (file, _("Usage %s <option(s)> <object-file(s)>\n"), program_name);
  3362. /* xgetext:c-format */
  3363. fprintf (file, _(" -m --machine <machine> Create as DLL for <machine>. [default: %s]\n"), mname);
  3364. fprintf (file, _(" possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n"));
  3365. fprintf (file, _(" -e --output-exp <outname> Generate an export file.\n"));
  3366. fprintf (file, _(" -l --output-lib <outname> Generate an interface library.\n"));
  3367. fprintf (file, _(" -y --output-delaylib <outname> Create a delay-import library.\n"));
  3368. fprintf (file, _(" -a --add-indirect Add dll indirects to export file.\n"));
  3369. fprintf (file, _(" -D --dllname <name> Name of input dll to put into interface lib.\n"));
  3370. fprintf (file, _(" -d --input-def <deffile> Name of .def file to be read in.\n"));
  3371. fprintf (file, _(" -z --output-def <deffile> Name of .def file to be created.\n"));
  3372. fprintf (file, _(" --export-all-symbols Export all symbols to .def\n"));
  3373. fprintf (file, _(" --no-export-all-symbols Only export listed symbols\n"));
  3374. fprintf (file, _(" --exclude-symbols <list> Don't export <list>\n"));
  3375. fprintf (file, _(" --no-default-excludes Clear default exclude symbols\n"));
  3376. fprintf (file, _(" -b --base-file <basefile> Read linker generated base file.\n"));
  3377. fprintf (file, _(" -x --no-idata4 Don't generate idata$4 section.\n"));
  3378. fprintf (file, _(" -c --no-idata5 Don't generate idata$5 section.\n"));
  3379. fprintf (file, _(" --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata$5.\n"));
  3380. fprintf (file, _(" -U --add-underscore Add underscores to all symbols in interface library.\n"));
  3381. fprintf (file, _(" --add-stdcall-underscore Add underscores to stdcall symbols in interface library.\n"));
  3382. fprintf (file, _(" --no-leading-underscore All symbols shouldn't be prefixed by an underscore.\n"));
  3383. fprintf (file, _(" --leading-underscore All symbols should be prefixed by an underscore.\n"));
  3384. fprintf (file, _(" -k --kill-at Kill @<n> from exported names.\n"));
  3385. fprintf (file, _(" -A --add-stdcall-alias Add aliases without @<n>.\n"));
  3386. fprintf (file, _(" -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"));
  3387. fprintf (file, _(" -S --as <name> Use <name> for assembler.\n"));
  3388. fprintf (file, _(" -f --as-flags <flags> Pass <flags> to the assembler.\n"));
  3389. fprintf (file, _(" -C --compat-implib Create backward compatible import library.\n"));
  3390. fprintf (file, _(" -n --no-delete Keep temp files (repeat for extra preservation).\n"));
  3391. fprintf (file, _(" -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"));
  3392. fprintf (file, _(" -I --identify <implib> Report the name of the DLL associated with <implib>.\n"));
  3393. fprintf (file, _(" --identify-strict Causes --identify to report error when multiple DLLs.\n"));
  3394. fprintf (file, _(" -v --verbose Be verbose.\n"));
  3395. fprintf (file, _(" -V --version Display the program version.\n"));
  3396. fprintf (file, _(" -h --help Display this information.\n"));
  3397. fprintf (file, _(" @<file> Read options from <file>.\n"));
  3398. #ifdef DLLTOOL_MCORE_ELF
  3399. fprintf (file, _(" -M --mcore-elf <outname> Process mcore-elf object files into <outname>.\n"));
  3400. fprintf (file, _(" -L --linker <name> Use <name> as the linker.\n"));
  3401. fprintf (file, _(" -F --linker-flags <flags> Pass <flags> to the linker.\n"));
  3402. #endif
  3403. if (REPORT_BUGS_TO[0] && status == 0)
  3404. fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO);
  3405. exit (status);
  3406. }
  3407. #define OPTION_EXPORT_ALL_SYMS 150
  3408. #define OPTION_NO_EXPORT_ALL_SYMS (OPTION_EXPORT_ALL_SYMS + 1)
  3409. #define OPTION_EXCLUDE_SYMS (OPTION_NO_EXPORT_ALL_SYMS + 1)
  3410. #define OPTION_NO_DEFAULT_EXCLUDES (OPTION_EXCLUDE_SYMS + 1)
  3411. #define OPTION_ADD_STDCALL_UNDERSCORE (OPTION_NO_DEFAULT_EXCLUDES + 1)
  3412. #define OPTION_USE_NUL_PREFIXED_IMPORT_TABLES \
  3413. (OPTION_ADD_STDCALL_UNDERSCORE + 1)
  3414. #define OPTION_IDENTIFY_STRICT (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES + 1)
  3415. #define OPTION_NO_LEADING_UNDERSCORE (OPTION_IDENTIFY_STRICT + 1)
  3416. #define OPTION_LEADING_UNDERSCORE (OPTION_NO_LEADING_UNDERSCORE + 1)
  3417. static const struct option long_options[] =
  3418. {
  3419. {"no-delete", no_argument, NULL, 'n'},
  3420. {"dllname", required_argument, NULL, 'D'},
  3421. {"no-idata4", no_argument, NULL, 'x'},
  3422. {"no-idata5", no_argument, NULL, 'c'},
  3423. {"use-nul-prefixed-import-tables", no_argument, NULL,
  3424. OPTION_USE_NUL_PREFIXED_IMPORT_TABLES},
  3425. {"output-exp", required_argument, NULL, 'e'},
  3426. {"output-def", required_argument, NULL, 'z'},
  3427. {"export-all-symbols", no_argument, NULL, OPTION_EXPORT_ALL_SYMS},
  3428. {"no-export-all-symbols", no_argument, NULL, OPTION_NO_EXPORT_ALL_SYMS},
  3429. {"exclude-symbols", required_argument, NULL, OPTION_EXCLUDE_SYMS},
  3430. {"no-default-excludes", no_argument, NULL, OPTION_NO_DEFAULT_EXCLUDES},
  3431. {"output-lib", required_argument, NULL, 'l'},
  3432. {"def", required_argument, NULL, 'd'}, /* for compatibility with older versions */
  3433. {"input-def", required_argument, NULL, 'd'},
  3434. {"add-underscore", no_argument, NULL, 'U'},
  3435. {"add-stdcall-underscore", no_argument, NULL, OPTION_ADD_STDCALL_UNDERSCORE},
  3436. {"no-leading-underscore", no_argument, NULL, OPTION_NO_LEADING_UNDERSCORE},
  3437. {"leading-underscore", no_argument, NULL, OPTION_LEADING_UNDERSCORE},
  3438. {"kill-at", no_argument, NULL, 'k'},
  3439. {"add-stdcall-alias", no_argument, NULL, 'A'},
  3440. {"ext-prefix-alias", required_argument, NULL, 'p'},
  3441. {"identify", required_argument, NULL, 'I'},
  3442. {"identify-strict", no_argument, NULL, OPTION_IDENTIFY_STRICT},
  3443. {"verbose", no_argument, NULL, 'v'},
  3444. {"version", no_argument, NULL, 'V'},
  3445. {"help", no_argument, NULL, 'h'},
  3446. {"machine", required_argument, NULL, 'm'},
  3447. {"add-indirect", no_argument, NULL, 'a'},
  3448. {"base-file", required_argument, NULL, 'b'},
  3449. {"as", required_argument, NULL, 'S'},
  3450. {"as-flags", required_argument, NULL, 'f'},
  3451. {"mcore-elf", required_argument, NULL, 'M'},
  3452. {"compat-implib", no_argument, NULL, 'C'},
  3453. {"temp-prefix", required_argument, NULL, 't'},
  3454. {"output-delaylib", required_argument, NULL, 'y'},
  3455. {NULL,0,NULL,0}
  3456. };
  3457. int main (int, char **);
  3458. int
  3459. main (int ac, char **av)
  3460. {
  3461. int c;
  3462. int i;
  3463. char *firstarg = 0;
  3464. program_name = av[0];
  3465. oav = av;
  3466. #if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES)
  3467. setlocale (LC_MESSAGES, "");
  3468. #endif
  3469. #if defined (HAVE_SETLOCALE)
  3470. setlocale (LC_CTYPE, "");
  3471. #endif
  3472. bindtextdomain (PACKAGE, LOCALEDIR);
  3473. textdomain (PACKAGE);
  3474. bfd_set_error_program_name (program_name);
  3475. expandargv (&ac, &av);
  3476. while ((c = getopt_long (ac, av,
  3477. #ifdef DLLTOOL_MCORE_ELF
  3478. "m:e:l:aD:d:z:b:xp:cCuUkAS:t:f:nI:vVHhM:L:F:",
  3479. #else
  3480. "m:e:l:y:aD:d:z:b:xp:cCuUkAS:t:f:nI:vVHh",
  3481. #endif
  3482. long_options, 0))
  3483. != EOF)
  3484. {
  3485. switch (c)
  3486. {
  3487. case OPTION_EXPORT_ALL_SYMS:
  3488. export_all_symbols = TRUE;
  3489. break;
  3490. case OPTION_NO_EXPORT_ALL_SYMS:
  3491. export_all_symbols = FALSE;
  3492. break;
  3493. case OPTION_EXCLUDE_SYMS:
  3494. add_excludes (optarg);
  3495. break;
  3496. case OPTION_NO_DEFAULT_EXCLUDES:
  3497. do_default_excludes = FALSE;
  3498. break;
  3499. case OPTION_USE_NUL_PREFIXED_IMPORT_TABLES:
  3500. use_nul_prefixed_import_tables = TRUE;
  3501. break;
  3502. case OPTION_ADD_STDCALL_UNDERSCORE:
  3503. add_stdcall_underscore = 1;
  3504. break;
  3505. case OPTION_NO_LEADING_UNDERSCORE:
  3506. leading_underscore = 0;
  3507. break;
  3508. case OPTION_LEADING_UNDERSCORE:
  3509. leading_underscore = 1;
  3510. break;
  3511. case OPTION_IDENTIFY_STRICT:
  3512. identify_strict = 1;
  3513. break;
  3514. case 'x':
  3515. no_idata4 = 1;
  3516. break;
  3517. case 'c':
  3518. no_idata5 = 1;
  3519. break;
  3520. case 'S':
  3521. as_name = optarg;
  3522. break;
  3523. case 't':
  3524. tmp_prefix = optarg;
  3525. break;
  3526. case 'f':
  3527. as_flags = optarg;
  3528. break;
  3529. /* Ignored for compatibility. */
  3530. case 'u':
  3531. break;
  3532. case 'a':
  3533. add_indirect = 1;
  3534. break;
  3535. case 'z':
  3536. output_def = fopen (optarg, FOPEN_WT);
  3537. if (!output_def)
  3538. /* xgettext:c-format */
  3539. fatal (_("Unable to open def-file: %s"), optarg);
  3540. break;
  3541. case 'D':
  3542. dll_name = (char*) lbasename (optarg);
  3543. if (dll_name != optarg)
  3544. non_fatal (_("Path components stripped from dllname, '%s'."),
  3545. optarg);
  3546. break;
  3547. case 'l':
  3548. imp_name = optarg;
  3549. break;
  3550. case 'e':
  3551. exp_name = optarg;
  3552. break;
  3553. case 'H':
  3554. case 'h':
  3555. usage (stdout, 0);
  3556. break;
  3557. case 'm':
  3558. mname = optarg;
  3559. break;
  3560. case 'I':
  3561. identify_imp_name = optarg;
  3562. break;
  3563. case 'v':
  3564. verbose = 1;
  3565. break;
  3566. case 'V':
  3567. print_version (program_name);
  3568. break;
  3569. case 'U':
  3570. add_underscore = 1;
  3571. break;
  3572. case 'k':
  3573. killat = 1;
  3574. break;
  3575. case 'A':
  3576. add_stdcall_alias = 1;
  3577. break;
  3578. case 'p':
  3579. ext_prefix_alias = optarg;
  3580. break;
  3581. case 'd':
  3582. def_file = optarg;
  3583. break;
  3584. case 'n':
  3585. dontdeltemps++;
  3586. break;
  3587. case 'b':
  3588. base_file = fopen (optarg, FOPEN_RB);
  3589. if (!base_file)
  3590. /* xgettext:c-format */
  3591. fatal (_("Unable to open base-file: %s"), optarg);
  3592. break;
  3593. #ifdef DLLTOOL_MCORE_ELF
  3594. case 'M':
  3595. mcore_elf_out_file = optarg;
  3596. break;
  3597. case 'L':
  3598. mcore_elf_linker = optarg;
  3599. break;
  3600. case 'F':
  3601. mcore_elf_linker_flags = optarg;
  3602. break;
  3603. #endif
  3604. case 'C':
  3605. create_compat_implib = 1;
  3606. break;
  3607. case 'y':
  3608. delayimp_name = optarg;
  3609. break;
  3610. default:
  3611. usage (stderr, 1);
  3612. break;
  3613. }
  3614. }
  3615. if (!tmp_prefix)
  3616. tmp_prefix = prefix_encode ("d", getpid ());
  3617. for (i = 0; mtable[i].type; i++)
  3618. if (strcmp (mtable[i].type, mname) == 0)
  3619. break;
  3620. if (!mtable[i].type)
  3621. /* xgettext:c-format */
  3622. fatal (_("Machine '%s' not supported"), mname);
  3623. machine = i;
  3624. /* Check if we generated PE+. */
  3625. create_for_pep = strcmp (mname, "i386:x86-64") == 0;
  3626. {
  3627. /* Check the default underscore */
  3628. int u = leading_underscore; /* Underscoring mode. -1 for use default. */
  3629. if (u == -1)
  3630. bfd_get_target_info (mtable[machine].how_bfd_target, NULL,
  3631. NULL, &u, NULL);
  3632. if (u != -1)
  3633. leading_underscore = (u != 0 ? TRUE : FALSE);
  3634. }
  3635. if (!dll_name && exp_name)
  3636. {
  3637. /* If we are inferring dll_name from exp_name,
  3638. strip off any path components, without emitting
  3639. a warning. */
  3640. const char* exp_basename = lbasename (exp_name);
  3641. const int len = strlen (exp_basename) + 5;
  3642. dll_name = xmalloc (len);
  3643. strcpy (dll_name, exp_basename);
  3644. strcat (dll_name, ".dll");
  3645. dll_name_set_by_exp_name = 1;
  3646. }
  3647. if (as_name == NULL)
  3648. as_name = deduce_name ("as");
  3649. /* Don't use the default exclude list if we're reading only the
  3650. symbols in the .drectve section. The default excludes are meant
  3651. to avoid exporting DLL entry point and Cygwin32 impure_ptr. */
  3652. if (! export_all_symbols)
  3653. do_default_excludes = FALSE;
  3654. if (do_default_excludes)
  3655. set_default_excludes ();
  3656. if (def_file)
  3657. process_def_file (def_file);
  3658. while (optind < ac)
  3659. {
  3660. if (!firstarg)
  3661. firstarg = av[optind];
  3662. scan_obj_file (av[optind]);
  3663. optind++;
  3664. }
  3665. mangle_defs ();
  3666. if (exp_name)
  3667. gen_exp_file ();
  3668. if (imp_name)
  3669. {
  3670. /* Make imp_name safe for use as a label. */
  3671. char *p;
  3672. imp_name_lab = xstrdup (imp_name);
  3673. for (p = imp_name_lab; *p; p++)
  3674. {
  3675. if (!ISALNUM (*p))
  3676. *p = '_';
  3677. }
  3678. head_label = make_label("_head_", imp_name_lab);
  3679. gen_lib_file (0);
  3680. }
  3681. if (delayimp_name)
  3682. {
  3683. /* Make delayimp_name safe for use as a label. */
  3684. char *p;
  3685. if (mtable[machine].how_dljtab == 0)
  3686. {
  3687. inform (_("Warning, machine type (%d) not supported for "
  3688. "delayimport."), machine);
  3689. }
  3690. else
  3691. {
  3692. killat = 1;
  3693. imp_name = delayimp_name;
  3694. imp_name_lab = xstrdup (imp_name);
  3695. for (p = imp_name_lab; *p; p++)
  3696. {
  3697. if (!ISALNUM (*p))
  3698. *p = '_';
  3699. }
  3700. head_label = make_label("__tailMerge_", imp_name_lab);
  3701. gen_lib_file (1);
  3702. }
  3703. }
  3704. if (output_def)
  3705. gen_def_file ();
  3706. if (identify_imp_name)
  3707. {
  3708. identify_dll_for_implib ();
  3709. }
  3710. #ifdef DLLTOOL_MCORE_ELF
  3711. if (mcore_elf_out_file)
  3712. mcore_elf_gen_out_file ();
  3713. #endif
  3714. return 0;
  3715. }
  3716. /* Look for the program formed by concatenating PROG_NAME and the
  3717. string running from PREFIX to END_PREFIX. If the concatenated
  3718. string contains a '/', try appending EXECUTABLE_SUFFIX if it is
  3719. appropriate. */
  3720. static char *
  3721. look_for_prog (const char *prog_name, const char *prefix, int end_prefix)
  3722. {
  3723. struct stat s;
  3724. char *cmd;
  3725. cmd = xmalloc (strlen (prefix)
  3726. + strlen (prog_name)
  3727. #ifdef HAVE_EXECUTABLE_SUFFIX
  3728. + strlen (EXECUTABLE_SUFFIX)
  3729. #endif
  3730. + 10);
  3731. strcpy (cmd, prefix);
  3732. sprintf (cmd + end_prefix, "%s", prog_name);
  3733. if (strchr (cmd, '/') != NULL)
  3734. {
  3735. int found;
  3736. found = (stat (cmd, &s) == 0
  3737. #ifdef HAVE_EXECUTABLE_SUFFIX
  3738. || stat (strcat (cmd, EXECUTABLE_SUFFIX), &s) == 0
  3739. #endif
  3740. );
  3741. if (! found)
  3742. {
  3743. /* xgettext:c-format */
  3744. inform (_("Tried file: %s"), cmd);
  3745. free (cmd);
  3746. return NULL;
  3747. }
  3748. }
  3749. /* xgettext:c-format */
  3750. inform (_("Using file: %s"), cmd);
  3751. return cmd;
  3752. }
  3753. /* Deduce the name of the program we are want to invoke.
  3754. PROG_NAME is the basic name of the program we want to run,
  3755. eg "as" or "ld". The catch is that we might want actually
  3756. run "i386-pe-as" or "ppc-pe-ld".
  3757. If argv[0] contains the full path, then try to find the program
  3758. in the same place, with and then without a target-like prefix.
  3759. Given, argv[0] = /usr/local/bin/i586-cygwin32-dlltool,
  3760. deduce_name("as") uses the following search order:
  3761. /usr/local/bin/i586-cygwin32-as
  3762. /usr/local/bin/as
  3763. as
  3764. If there's an EXECUTABLE_SUFFIX, it'll use that as well; for each
  3765. name, it'll try without and then with EXECUTABLE_SUFFIX.
  3766. Given, argv[0] = i586-cygwin32-dlltool, it will not even try "as"
  3767. as the fallback, but rather return i586-cygwin32-as.
  3768. Oh, and given, argv[0] = dlltool, it'll return "as".
  3769. Returns a dynamically allocated string. */
  3770. static char *
  3771. deduce_name (const char *prog_name)
  3772. {
  3773. char *cmd;
  3774. char *dash, *slash, *cp;
  3775. dash = NULL;
  3776. slash = NULL;
  3777. for (cp = program_name; *cp != '\0'; ++cp)
  3778. {
  3779. if (*cp == '-')
  3780. dash = cp;
  3781. if (
  3782. #if defined(__DJGPP__) || defined (__CYGWIN__) || defined(__WIN32__)
  3783. *cp == ':' || *cp == '\\' ||
  3784. #endif
  3785. *cp == '/')
  3786. {
  3787. slash = cp;
  3788. dash = NULL;
  3789. }
  3790. }
  3791. cmd = NULL;
  3792. if (dash != NULL)
  3793. {
  3794. /* First, try looking for a prefixed PROG_NAME in the
  3795. PROGRAM_NAME directory, with the same prefix as PROGRAM_NAME. */
  3796. cmd = look_for_prog (prog_name, program_name, dash - program_name + 1);
  3797. }
  3798. if (slash != NULL && cmd == NULL)
  3799. {
  3800. /* Next, try looking for a PROG_NAME in the same directory as
  3801. that of this program. */
  3802. cmd = look_for_prog (prog_name, program_name, slash - program_name + 1);
  3803. }
  3804. if (cmd == NULL)
  3805. {
  3806. /* Just return PROG_NAME as is. */
  3807. cmd = xstrdup (prog_name);
  3808. }
  3809. return cmd;
  3810. }
  3811. #ifdef DLLTOOL_MCORE_ELF
  3812. typedef struct fname_cache
  3813. {
  3814. const char * filename;
  3815. struct fname_cache * next;
  3816. }
  3817. fname_cache;
  3818. static fname_cache fnames;
  3819. static void
  3820. mcore_elf_cache_filename (const char * filename)
  3821. {
  3822. fname_cache * ptr;
  3823. ptr = & fnames;
  3824. while (ptr->next != NULL)
  3825. ptr = ptr->next;
  3826. ptr->filename = filename;
  3827. ptr->next = (fname_cache *) malloc (sizeof (fname_cache));
  3828. if (ptr->next != NULL)
  3829. ptr->next->next = NULL;
  3830. }
  3831. #define MCORE_ELF_TMP_OBJ "mcoreelf.o"
  3832. #define MCORE_ELF_TMP_EXP "mcoreelf.exp"
  3833. #define MCORE_ELF_TMP_LIB "mcoreelf.lib"
  3834. static void
  3835. mcore_elf_gen_out_file (void)
  3836. {
  3837. fname_cache * ptr;
  3838. dyn_string_t ds;
  3839. /* Step one. Run 'ld -r' on the input object files in order to resolve
  3840. any internal references and to generate a single .exports section. */
  3841. ptr = & fnames;
  3842. ds = dyn_string_new (100);
  3843. dyn_string_append_cstr (ds, "-r ");
  3844. if (mcore_elf_linker_flags != NULL)
  3845. dyn_string_append_cstr (ds, mcore_elf_linker_flags);
  3846. while (ptr->next != NULL)
  3847. {
  3848. dyn_string_append_cstr (ds, ptr->filename);
  3849. dyn_string_append_cstr (ds, " ");
  3850. ptr = ptr->next;
  3851. }
  3852. dyn_string_append_cstr (ds, "-o ");
  3853. dyn_string_append_cstr (ds, MCORE_ELF_TMP_OBJ);
  3854. if (mcore_elf_linker == NULL)
  3855. mcore_elf_linker = deduce_name ("ld");
  3856. run (mcore_elf_linker, ds->s);
  3857. dyn_string_delete (ds);
  3858. /* Step two. Create a .exp file and a .lib file from the temporary file.
  3859. Do this by recursively invoking dlltool... */
  3860. ds = dyn_string_new (100);
  3861. dyn_string_append_cstr (ds, "-S ");
  3862. dyn_string_append_cstr (ds, as_name);
  3863. dyn_string_append_cstr (ds, " -e ");
  3864. dyn_string_append_cstr (ds, MCORE_ELF_TMP_EXP);
  3865. dyn_string_append_cstr (ds, " -l ");
  3866. dyn_string_append_cstr (ds, MCORE_ELF_TMP_LIB);
  3867. dyn_string_append_cstr (ds, " " );
  3868. dyn_string_append_cstr (ds, MCORE_ELF_TMP_OBJ);
  3869. if (verbose)
  3870. dyn_string_append_cstr (ds, " -v");
  3871. if (dontdeltemps)
  3872. {
  3873. dyn_string_append_cstr (ds, " -n");
  3874. if (dontdeltemps > 1)
  3875. dyn_string_append_cstr (ds, " -n");
  3876. }
  3877. /* XXX - FIME: ought to check/copy other command line options as well. */
  3878. run (program_name, ds->s);
  3879. dyn_string_delete (ds);
  3880. /* Step four. Feed the .exp and object files to ld -shared to create the dll. */
  3881. ds = dyn_string_new (100);
  3882. dyn_string_append_cstr (ds, "-shared ");
  3883. if (mcore_elf_linker_flags)
  3884. dyn_string_append_cstr (ds, mcore_elf_linker_flags);
  3885. dyn_string_append_cstr (ds, " ");
  3886. dyn_string_append_cstr (ds, MCORE_ELF_TMP_EXP);
  3887. dyn_string_append_cstr (ds, " ");
  3888. dyn_string_append_cstr (ds, MCORE_ELF_TMP_OBJ);
  3889. dyn_string_append_cstr (ds, " -o ");
  3890. dyn_string_append_cstr (ds, mcore_elf_out_file);
  3891. run (mcore_elf_linker, ds->s);
  3892. dyn_string_delete (ds);
  3893. if (dontdeltemps == 0)
  3894. unlink (MCORE_ELF_TMP_EXP);
  3895. if (dontdeltemps < 2)
  3896. unlink (MCORE_ELF_TMP_OBJ);
  3897. }
  3898. #endif /* DLLTOOL_MCORE_ELF */