Friday, 22 September 2017

Ld Output Format Binario Options


ld-linux (8) - pagina man Linux ld. so, ld-linux. so - dinamica linkerloader Il linker dinamico può essere eseguito sia indirettamente, eseguendo un certo programma collegato dinamicamente o libreria (in questo caso senza opzioni della riga di comando per la dinamica linker può essere passato e, nel caso ELF, il linker dinamico che è memorizzato nella sezione. interp del programma viene eseguito) o direttamente eseguendo: libld-linux. so. Opzioni programma ARGOMENTI Descrizione I programmi ld. so e ld-linux. so trovare e caricare le librerie condivise necessarie da un programma, preparare il programma da eseguire, e quindi eseguirlo. binari di Linux richiedono il collegamento dinamico (collegamento in fase di esecuzione) a meno che l'opzione - static è stato dato a ld (1) durante la compilazione. Il programma di ld. so gestisce i binari a. out, un formato utilizzato molto tempo fa ld-linux. so gestisce ELF (libld-linux. so.1 per libc5, libld-linux. so.2 per glibc2), che ognuno ha utilizzato ormai da anni. In caso contrario, entrambi hanno lo stesso comportamento, e utilizzare gli stessi file di supporto e programmi ldd (1), ldconfig (8) e etcld. so. conf. Quando risolvere le dipendenze di libreria, il linker dinamico prima ispeziona ogni stringa dipendenza per vedere se contiene una barra (questo può verificarsi se un percorso libreria contenente barre è stato specificato in fase di collegamento). Se viene trovata una barra, quindi la stringa di dipendenza viene interpretata come un percorso (relativo o assoluto), e la libreria viene caricata utilizzando tale percorso. Se una dipendenza libreria non contiene una barra, allora è cercato nel seguente ordine: o (solo ELF) Utilizzando le directory specificate nella DTRPATH attributo sezione dinamica del binario se l'attributo presente e DTRUNPATH non esiste. L'utilizzo di DTRPATH è deprecato. Utilizzando il LDLIBRARYPATH variabile di ambiente. A meno che l'eseguibile è un set-user-IDset-group-ID binario, nel qual caso viene ignorato. (Solo ELF) Utilizzo degli elenchi di cui l'attributo sezione dinamica DTRUNPATH del binario, se presente. Dal file di cache etcld. so. cache. che contiene un elenco compilato di librerie candidati precedentemente presenti nel percorso della libreria aumentata. Se, tuttavia, il binario è stato collegato con l'opzione nodeflib linker - z, librerie nei percorsi della libreria di default vengono ignorati. Librerie installate nelle directory capacità hardware (vedi sotto) sono da preferire ad altre biblioteche. Nel lib percorso predefinito. e poi usrlib. Se il binario è stato collegato con l'opzione nodeflib linker - z, questo passaggio viene saltato. Origine e rpath ld. so capisce l'ORIGINE stringa (o equivalentemente) in una specifica rpath (DTRPATH o DTRUNPATH) per indicare la directory contenente l'eseguibile dell'applicazione. Così, la domanda si trova nella somedirapp potrebbe essere compilato con gcc - Wl, - rpath, ORIGIN..lib in modo che trova una libreria condivisa associata a somedirlib non importa dove somedir si trova nella gerarchia di directory. Questo facilita la creazione di applicazioni chiavi in ​​mano che non hanno bisogno di essere installato in directory speciali, ma può invece essere scompattato in una cartella qualsiasi e ancora trovare le loro librerie condivise. Elencare tutte le dipendenze e il modo in cui vengono risolti. --verify Verificare che il programma è collegato dinamicamente e questo linker dinamico in grado di gestirlo. --library-path PATH utilizzare il percorso invece di impostazione variabile d'ambiente LDLIBRARYPATH (vedi sotto). --inhibit-rpath ignore list RPATH e RUNPATH informazioni in nomi degli oggetti in LIST. Questa opzione viene ignorata se ld. so è set-user-ID e set-group-ID. --audit lista utilizzano oggetti denominati in ELENCO qualità di uditori. Capacità hardware Alcune librerie sono compilati utilizzando le istruzioni specifiche per l'hardware che non esistono su ogni CPU. Tali librerie dovrebbero essere installate nelle directory i cui nomi definiscono le capacità hardware necessario, come ad esempio usrlibsse2. Il linker dinamico controlla queste directory contro l'hardware della macchina e seleziona la versione più adatto di una data libreria. directory capacità hardware possono essere collegati in cascata per combinare le caratteristiche della CPU. L'elenco dei nomi di capacità hardware supportati dipende dalla CPU. I seguenti nomi sono attualmente riconosciute: Alpha EV4, EV5, ev56, EV6, ev67 loongson2e, loongson2f, OCTEON, octeon2 PowerPC 4xxmac, AltiVec, arch205, arch206, booke, cellbe, DFP, efpdouble, efpsingle, FPU, icsnoop, MMU, notB , PA6T, Power4, POWER5, POWER5, power6x, ppc32, ppc601, ppc64, SMT, SPE, ucache, VSX SPARC a filo, MulDiv, STBAR, di swap, Ultra3, v9, v9v, v9v2 DFP, eimm, esan3, etf3enh, G5, highgprs, hpage, ldisp, MSA, stfle, z900, z990, z9-109, z10, 86 Zarch (32-bit) ACPI, APIC, clflush, cmov, CX8, dts, fxsr, HT, i386, i486, i586, i686, MCA, MMX, MTRR, Pat, PBE, PGE, pn, PSE36, settembre, ss, SSE, SSE2, tm Ambiente ci sono quattro importanti variabili d'ambiente. LDBINDNOW (libc5 glibc dal 2.1.1) Se impostato su una stringa non vuota, fa sì che il linker dinamico per risolvere tutti i simboli all'avvio del programma, invece di rinviare la risoluzione funzione di chiamata al punto in cui sono primo riferimento. Questo è utile quando si utilizza un debugger. LDLIBRARYPATH Un elenco separato dai due punti di directory in cui cercare le librerie ELF a tempo di esecuzione. Simile alla variabile d'ambiente PATH. Ignorato in set-user-ID e programmi di set-group-ID. LDPRELOAD Un elenco di ulteriori librerie, specificato dall'utente, condivise ELF di essere caricato prima di tutti gli altri. Le voci della lista possono essere separati da spazi o due punti. Questo può essere usato per ignorare selettivamente funzioni in altre librerie condivise. Le librerie vengono ricercati utilizzando le regole date sotto DESCRIZIONE. Per set-user-IDset-group-ID binari ELF, percorsi di precarico contenenti barre vengono ignorati, e le librerie nelle directory di ricerca standard vengono caricati solo se il bit permessi set-user-ID è abilitata sul file di libreria. LDTRACELOADEDOBJECTS (solo ELF) Se impostato su una stringa non vuota, fa sì che il programma di elencare le sue dipendenze librerie dinamiche, come se gestito da ldd (1), invece di correre normalmente. Poi ci sono un sacco di variabili più o meno oscure, molti obsoleti o solo per uso interno. LDAOUTLIBRARYPATH (libc5) Versione di LDLIBRARYPATH solo per i binari a. out. Le vecchie versioni di LD-linux. so.1 supportati anche LDELFLIBRARYPATH. LDAOUTPRELOAD (libc5) Versione di LDPRELOAD solo per i binari a. out. Le vecchie versioni di LD-linux. so.1 supportati anche LDELFPRELOAD. LDAUDIT (glibc dal 2,4) Un elenco separato dai due punti di oggetti specificati dall'utente, condivise ELF da caricare prima di tutti gli altri in uno spazio dei nomi linker separato (cioè uno che non intromettersi sulle normali associazioni di simbolo che si verificherebbero nel processo). Queste librerie possono essere utilizzati per controllare il funzionamento del linker dinamico. LDAUDIT viene ignorata per i binari set-user-IDset-group-ID. Il linker dinamico notificherà le librerie di audit presso i cosiddetti punti di controllo, ad esempio di revisione contabile, il caricamento di una nuova libreria, la risoluzione di un simbolo, o chiamando un simbolo da un altro oggetto condiviso-chiamando una funzione appropriata all'interno della libreria di revisione. Per i dettagli, vedere rtld-audit (7). L'interfaccia di controllo è in gran parte compatibile con quello previsto su Solaris, come descritto nella sua guida Linker e librerie. nel capitolo runtime Linker Revisione Interface. LDBINDNOT (glibc dal 2.1.95) non si aggiorna il GOT (tabella globale offset) e PLT (Procedura tavolo linkage) dopo aver risolto un simbolo. LDDEBUG (glibc dal 2,1) Output dettagliato le informazioni di debug per il linker dinamico. Se impostato su tutte le stampe tutte le informazioni di debug che ha, se impostato per aiutare stampe un messaggio di aiuto su quali categorie possono essere specificate in questa variabile d'ambiente. Dal momento che glibc 2.3.4, LDDEBUG viene ignorato per i binari set-user-IDset-group-ID. LDDEBUGOUTPUT (glibc dal 2,1) file in cui l'uscita LDDEBUG dovrebbe essere alimentato in, di default è lo standard output. LDDEBUGOUTPUT viene ignorato per i binari set-user-IDset-group-ID. LDDYNAMICWEAK (glibc dal 2.1.91) Consentire simboli deboli per essere ignorati (ritornare al vecchio comportamento glibc). Per motivi di sicurezza, dal momento che glibc 2.3.4, LDDYNAMICWEAK viene ignorato per i binari set-user-IDset-group-ID. LDHWCAPMASK (glibc dal 2,1) Maschera per capacità hardware. LDKEEPDIR (a. out solo) (libc5) Dont ignorare la directory nei nomi delle librerie a. out da caricare. L'utilizzo di questa opzione è fortemente sconsigliato. LDNOWARN (a. out solo) (libc5) Sopprimere avvertimenti circa le librerie a. out con incompatibili numeri di versione minore. LDORIGINPATH (glibc dal 2,1) Percorso in cui si trova il file binario (per i programmi non-set-user-ID). Per motivi di sicurezza, dal momento che glibc 2.4, LDORIGINPATH viene ignorato per i binari set-user-IDset-group-ID. LDPOINTERGUARD (glibc dal 2.4) Impostare a 0 per disabilitare il puntatore guardia. Qualsiasi altro valore consente puntatore guardia, che è anche il default. Pointer guardia è un meccanismo di sicurezza per cui alcune indicazioni per codice memorizzato nella memoria di programma scrivibile (indirizzi di ritorno salvati da setjmp (3) o puntatori a funzione utilizzati dai vari interni glibc) sono straziati semi-casuale per rendere più difficile per un utente malintenzionato di dirottare il puntatori per l'uso in caso di sovraccarico del buffer o stack-smashing attacco. LDPROFILE (glibc dal 2,1) oggetto condiviso da profilato, specificato come un percorso o di un soname. uscita profiling è scritto nel file il cui nome è: LDPROFILEOUTPUT LDPROFILE. profile. LDPROFILEOUTPUT (glibc dal 2.1) Directory in cui l'uscita LDPROFILE dovrebbe essere scritto. Se questa variabile non è definita, o è definito come una stringa vuota, allora il valore predefinito è vartmp. LDPROFILEOUTPUT viene ignorato per il set-user-ID e programmi di set-group-ID, che utilizzano sempre varprofile. LDSHOWAUXV (glibc dal 2,1) Mostra array ausiliario passata dal kernel. Per motivi di sicurezza, dal momento che glibc 2.3.5, LDSHOWAUXV viene ignorato per i binari set-user-IDset-group-ID. LDUSELOADBIAS Per default (cioè se questa variabile non è definita) eseguibili e prelinked oggetti condivisi onorerà indirizzi di base delle loro librerie dipendenti ed eseguibili (nonprelinked) indipendente dalla posizione (torte) e altri oggetti condivisi non li onorerà. Se LDUSELOADBIAS è definito ingegno il valore, sia eseguibili e torte onoreranno gli indirizzi di base. Se LDUSELOADBIAS è definito con il valore 0, né eseguibili né PIE onoreranno gli indirizzi di base. Questa variabile viene ignorato dai programmi di set-user-ID e set-group-ID. LDVERBOSE (glibc dal 2.1) Se è impostato su una stringa vuota, simbolo di uscita delle versioni informazioni sul programma se la variabile LDTRACELOADEDOBJECTS è stata impostata. LDWARN (solo ELF) (glibc dal 2.1.3) Se impostato su una stringa vuota, mettere in guardia circa i simboli non risolti. LDDARGV0 (libc5) argv 0 per essere utilizzati da ldd (1) quando nessuno è presente. libld. so libld-linux. so linkerloader a. out dinamica. 1, 2 ELF dinamica linkerloader etcld. so. cache file contenente un elenco compilato di directory in cui cercare le librerie e un elenco ordinato di librerie candidati. etcld. so. preload file contenente un elenco separato da spazi di ELF librerie condivise da caricare prima che il programma. lib. so librerie condivise La funzionalità ld. so è disponibile per gli eseguibili compilati utilizzando la versione libc 4.4.3 o superiore. funzionalità ELF è disponibile da Linux 1.1.52 e libc5.Is c'è una serie di opzioni della riga di comando che convincerà gcc per produrre un file binario piatta da un file sorgente autonoma Per esempio, supponiamo che il contenuto di foo. c sono riferimenti esterni, niente di esportare al linker. Id come per ottenere un piccolo file con solo le istruzioni macchina per questa funzione, senza alcuna altra decorazione. Un po 'come un file (DOS) ad eccezione della modalità protetta a 32 bit. chiesto 30 ottobre 09 in 00:26 Le altre risposte sono sicuramente la strada da percorrere. Tuttavia, ho dovuto specificare ulteriori argomenti della riga di comando per objcopy in modo che la mia uscita di essere come previsto. Si noti che sto sviluppando codice a 32 bit su un computer a 64 bit, quindi l'argomento - m32. Inoltre, mi piace sintassi assembly Intel meglio, in modo youll vedere che negli argomenti pure. Ok, ecco dove ho dovuto specificare che ho voluto specificamente solo la sezione. text: Mi ci sono voluti circa 2 ore di lettura e provando diverse opzioni prima ho capito questo fuori. Speriamo che questo salva qualcun altro quel momento. È possibile passare le opzioni al linker direttamente con - Wl, ltlinker optiongt la documentazione richiesta sia copiato sotto dal - Wl uomo gcc, opzione opzione Passo come opzione per il linker. Se l'opzione contiene virgole, che viene suddiviso in più pasti presso le virgole. È possibile utilizzare questa sintassi per passare un argomento per l'opzione. Ad esempio, - Wl, - Map, output. map passa output. map - Map al linker. Quando si utilizza il linker GNU, è anche possibile ottenere lo stesso effetto con - Wl, - Mapoutput. map. Così, quando la compilazione con gcc se si passa - Wl, - oformatbinary si genererà un file binario al posto del formato ELF. Dove --oformatbinary dice ld per generare un file binario. Ciò elimina la necessità di objcopy separatamente. Si noti che --oformatbinary può essere espresso come OutputFormat (binario) da uno script del linker. Se si vuole fare con i binari piatte, theres una grande opportunità che si sarebbe beneficiare di alto livello di controllo che gli script del linker forniscono. rispose 6 maggio 14 at 18: 40 L'GNU linker ld è destinato a coprire una vasta gamma di situazioni, e di essere il più possibile compatibile con altri linker. Di conseguenza, si hanno molte scelte per controllare il suo comportamento. Ecco un riepilogo delle opzioni che è possibile utilizzare sulla linea di comando ld: Questa pletora di opzioni della riga di comando può sembrare complicata, ma in poche effettiva pratica di essi sono utilizzati in qualsiasi contesto particolare. Per esempio, un uso frequente di LD è quello di collegare i file oggetto standard Unix su uno standard, sistema Unix supportato. In un tale sistema, per collegare un file hello. o. Questo dice ld per produrre un file chiamato uscita come il risultato di collegare il libcrt0.o file con hello. o e la biblioteca libc. a. che arriverà dalle directory di ricerca standard. (Si veda la discussione dell'opzione - l sotto.) Le opzioni della riga di comando per ld possono essere specificati in qualsiasi ordine, e possono essere ripetuti a volontà. Ripetendo maggior parte delle opzioni con un argomento diverso sarà o non hanno altro effetto, o ignorare le occorrenze precedenti (quelli più a sinistra sulla riga di comando) di questa opzione. Le eccezioni - che possono essere utilizzati per significato più di una volta - sono - A. - b (o il suo sinonimo - format), - defsym. - L. - l. - R. - u. e -.. ((o il suo sinonimo --start-gruppo) L'elenco dei file oggetto da collegare insieme, indicato come objfile può seguire, precedere, o essere mescolato con le opzioni della riga di comando, tranne che un argomento objfile non possono essere collocato tra un'opzione e il suo argomento. di solito il linker viene richiamato con almeno un file oggetto, ma è possibile specificare altre forme di file di input binari utilizzando - l. - R. e il linguaggio di comando di script. Se nessun file di input binari a tutti sono specificati, il linker non produce alcun output, e visualizza il messaggio Nessun file di input. Se il linker non è in grado di riconoscere il formato di un file oggetto, si assume che si tratta di uno script del linker. uno script specificate in questo modo Potenziati lo script del linker principale utilizzato per il collegamento (o lo script predefinito linker o quello specificato utilizzando - T). Questa caratteristica consente al linker di collegare contro un file che sembra essere un oggetto o un archivio, ma in realtà si limita a definire qualche simbolo valori, o utilizza l'ingresso o GROUP per caricare altri oggetti. Vedere la sezione Command Language. Per le opzioni i cui nomi sono una sola lettera, gli argomenti delle opzioni devono o seguire la lettera opzione senza intervenire spazi, o essere passati come argomenti separati subito dopo la possibilità che impone loro. Per le opzioni i cui nomi sono più lettere, o uno o due cruscotto può precedere il nome di opzione, ad esempio, --oformat e - oformat sono equivalenti. Gli argomenti a opzioni multiple lettere devono o essere separati dal nome dell'opzione da un segno di uguale, o essere dati come argomenti separati subito dopo la possibilità che impone loro. Ad esempio, --oformat SREC e --oformatsrec sono equivalenti. Si accettano le abbreviazioni uniche dei nomi di opzioni multiple lettere. - b LD input-formato può essere configurato per supportare più di un tipo di file oggetto. Se la ld è configurato in questo modo, è possibile utilizzare l'opzione - b per specificare il formato binario per i file oggetto di input che seguono questa opzione sulla riga di comando. Anche quando ld è configurato per supportare i formati di oggetto alternativi, non fate solitamente necessario specificare questo, come LD deve essere configurato in modo da aspettarsi come formato di input di default il più consueto formato su ogni macchina. input-formato è una stringa di testo, il nome di un particolare formato supportato dalle librerie BFD. (Si possono elencare i formati binari disponibili con - i objdump.) - format Input-formato ha lo stesso effetto, come fa il comando script TARGET. Vedere la sezione BFD. Si consiglia di utilizzare questa opzione se si sta collegando i file con un formato binario insolito. È inoltre possibile utilizzare - b per passare formati in modo esplicito (durante il collegamento file oggetto di diversi formati), includendo input-formato - b prima di ogni gruppo di file oggetto in un particolare formato. Il formato di default è preso dall'ambiente GNUTARGET variabile. È inoltre possibile definire il formato di input da uno script, utilizzando il comando TARGET vedere Comandi sezione Opzioni. - Bstatic Non linkare librerie condivise. Questo è significativo solo sulle piattaforme per le quali hanno condiviso le librerie sono supportati. Collegamento - Bdynamic contro librerie dinamiche. Questo è significativo solo sulle piattaforme per le quali hanno condiviso le librerie sono supportati. Questa opzione è di solito il default su tali piattaforme. - Bsymbolic Quando si crea una libreria condivisa, si legano i riferimenti ai simboli globali per la definizione all'interno della libreria condivisa, se presente. Normalmente, è possibile per un programma collegato contro una libreria condivisa di ignorare la definizione all'interno della libreria condivisa. Questa opzione ha senso solo su piattaforme ELF che supportano librerie condivise. - c MRI-commandfile Per la compatibilità con i linker prodotte dalla risonanza magnetica, ld accetta file di script scritti in un supplente, linguaggio di comando ristretta, descritti nella sezione MRI file di script compatibile. Introdurre file di script MRI con l'opzione - c utilizzare l'opzione - T per eseguire script del linker scritti nel linguaggio LD di scripting general-purpose. Se MRI-cmdfile non esiste, ld lo cerca nelle directory specificate da qualsiasi opzione - L. - d - dc - dp Queste tre opzioni sono molteplici forme equivalenti sono supportati per la compatibilità con altri linker. Si assegnano spazio per simboli comuni anche se si specifica un file di output mobile (con - r). Il FORCECOMMONALLOCATION comando script ha lo stesso effetto. Vedere Comandi sezione Opzioni. - defsym espressione simbolo Creare un simbolo globale nel file di output, che contiene l'indirizzo assoluto data dalla espressione. È possibile utilizzare questa opzione come numero di volte necessario per definire più simboli nella riga di comando. Una forma limitata di aritmetica è supportato per l'espressione in questo contesto: si può dare una costante esadecimale o il nome di un simbolo esistente, o usare e - per aggiungere o sottrarre costanti esadecimali o simboli. Se avete bisogno di espressioni più elaborate, è possibile utilizzare il linguaggio di comando del linker da uno script (vedere la sezione Assegnazione: Definizione di simboli). Nota: non ci dovrebbe essere spazio bianco tra simbolo. il segno di uguale (), e l'espressione. - Embedded-relocs Questa opzione ha senso solo quando si collega MIPS incorporati codice PIC, generati dall'opzione - membedded-pic al compilatore GNU e assembler. Essa provoca il linker per creare una tabella che può essere utilizzato in fase di esecuzione di trasferire tutti i dati che è stato staticamente inizializzato a valori di puntatore. Vedere il codice in testsuiteld-empic per i dettagli. - e voce Usare la voce come il simbolo esplicito per iniziare l'esecuzione del programma, piuttosto che il punto di ingresso di default. Vedere la sezione Il punto di ingresso. per una discussione di inadempienze e altri modi di specificare il punto di ingresso. formato - F - F ignorati. Alcuni linker anziani usati questa opzione durante una toolchain compilation per specificare formato di file oggetto per entrambi i file oggetto input e di output. I meccanismi ld utilizza a questo scopo (le opzioni - b o - format per i file di input, opzione - oformat o il comando TARGET negli script del linker per i file di output, la variabile d'ambiente GNUTARGET) sono più flessibili, ma ld accetta l'opzione - F per compatibilità con gli script scritti per chiamare il vecchio linker. - format Sinonimo di input-format per l'input-format - b. - g Ignorato. Previsto per la compatibilità con altri strumenti. valore - G - G valore Imposta la dimensione massima degli oggetti da ottimizzare usando il registro GP di dimensioni sotto MIPS ECOFF. Ignorato per altri formati di file oggetto. - help Stampa un sommario delle opzioni della riga di comando sullo standard output e l'uscita. - i Eseguire un collegamento incrementale (stessa opzione - r). - l ar Aggiungere archivio file di archivio per la lista dei file da collegare. Questa opzione può essere utilizzata un numero illimitato di volte. ld cercherà il suo percorso-list per le occorrenze di lib. a ar per ogni archivio specificato. - L Searchdir - L searchdir Aggiungi percorso searchdir alla lista di percorsi che ld cercherà per le biblioteche d'archivio e script di controllo ld. È possibile utilizzare questa opzione un numero illimitato di volte. Le directory vengono ricercati nell'ordine in cui sono specificati nella riga di comando. Directory specificate sulla riga di comando vengono consultati prima le directory di default. Tutte le opzioni - L si applicano a tutte le opzioni - l, indipendentemente dall'ordine in cui appaiono le opzioni. I percorsi possono anche essere specificati in uno script legame con il comando SEARCHDIR. Directory specificate in questo modo vengono cercati in corrispondenza del punto in cui lo script del linker appare nella linea di comando. Stampa - M (sullo standard output) una mappa collegamento - informazioni diagnostiche su dove i simboli sono mappati da ld. e le informazioni sulla allocazione dello storage comune globale. - Map Mapfile Stampa al file mapfile una mappa collegamento - informazioni diagnostiche su dove i simboli sono mappati da ld. e le informazioni sulla allocazione dello storage comune globale. - m emulazione - m emulazione emulare il linker di emulazione. Si possono elencare le emulazioni disponibili con le opzioni --verbose o - V. L'impostazione predefinita dipende dal modo in cui il ld è stato configurato. - N Impostare le sezioni di testo e dati per essere leggibile e scrivibile. Inoltre, non page-allineare il segmento di dati. Se il formato di output supporta i numeri di magia in stile Unix, marcare l'output come OMAGIC. - n Impostare il segmento di testo da leggere solo, e segnare l'uscita come NMAGIC se possibile. - noinhibit-exec conservare il file di output eseguibile ogni volta che è ancora utilizzabile. Normalmente, il linker non produrrà un file di output se incontra gli errori durante il processo di collegamento esce senza scrivere un file di output quando emette alcun errore di sorta. - no-keep-memoria ld ottimizza normalmente per la velocità oltre l'utilizzo della memoria per la memorizzazione nella cache delle tabelle dei simboli di file di input in memoria. Questa opzione dice ld per ottimizzare, invece, per l'utilizzo della memoria, rileggendo le tabelle dei simboli, se necessario. Questo può essere necessario se ld esaurisce lo spazio di memoria durante il collegamento di un ampio eseguibile. - o uscita utilizzare l'uscita come nome per il programma prodotto da ld, se questa opzione non è specificata, il nome a. out viene utilizzato per impostazione predefinita. L'output del comando script può anche specificare il nome del file di output. - oformat LD uscita-formato può essere configurato per supportare più di un tipo di file oggetto. Se la ld è configurato in questo modo, è possibile utilizzare l'opzione - oformat per specificare il formato binario per il file oggetto di output. Anche quando ld è configurato per supportare i formati di oggetto alternativi, non fate solitamente necessario specificare questo, come LD deve essere configurato in modo da produrre un formato di output predefinito il più consueto formato su ogni macchina. output-formato è una stringa di testo, il nome di un particolare formato supportato dalle librerie BFD. (Si possono elencare i formati binari disponibili con - i objdump.) Il comando OutputFormat script può anche specificare il formato di output, ma questa opzione prevale su di esso. Vedere la sezione BFD. il nome del file - R Leggi i nomi dei simboli e dei loro indirizzi da nome del file. ma non spostare o includerlo in uscita. In questo modo il file di output per riferirsi simbolicamente alle posizioni assolute di memoria definiti in altri programmi. - Relax Un'opzione con macchine effetti dipendenti. Su alcune piattaforme, l'opzione - Relax esegue ottimizzazioni globali che diventano possibili quando il linker risolve affrontare nel programma, come rilassante modalità di indirizzo e sintetizzando nuove istruzioni nel file oggetto di output. - retain-simboli-file nomefile mantenere solo i simboli elencati nel file nome del file. scartando tutti gli altri. il nome del file è semplicemente un file flat, con un nome del simbolo per riga. Questa opzione è particolarmente utile in ambienti in cui un grande tavolo simbolo globale è accumulato gradualmente, per conservare la memoria di run-time. - simboli - retain file non scarta i simboli non definiti o simboli necessari per le delocalizzazioni. È possibile specificare solo - retain-simboli-file una volta nella riga di comando. Esso sovrascrive - s e - S. - r generare output relocatable - i. e. generare un file di output che può a sua volta servire come input per ld. Questo è spesso chiamato collegamento parziale. Come effetto collaterale, in ambienti che supportano numeri magici standard Unix, questa opzione imposta anche i file di output numero magico per OMAGIC. Se questa opzione non è specificata, un file assoluto viene prodotto. Quando si collegano programmi C, questa opzione non sarà risolvere i riferimenti alle costruttori per farlo, usare - UR. Questa opzione fa la stessa cosa come - i. - S Omettere informazioni simbolo debugger (ma non tutti i simboli) dal file di output. - s omettere tutte le informazioni simbolo dal file di output. - shared Creare una libreria condivisa. Questo è attualmente supportato solo su piattaforme ELF e SunOS. Sul SunOS, il linker creerà automaticamente una libreria condivisa se l'opzione - e non viene utilizzata e non ci sono simboli non definiti nel link. - sort-Comune Normalmente, quando ld pone i simboli comuni globali in sezioni di uscita appropriati, li ordina in base alle dimensioni. Prima vengono tutti i simboli un byte, allora tutte le due byte, allora tutte le quattro byte, e poi tutto il resto. Questo per evitare che spazi tra i simboli a causa di vincoli di allineamento. Questa opzione disabilita l'ordinamento. - split-by-reloc conteggio trys per crea sezioni supplementari in file di output in modo che nessuna sezione di uscita singolo nel file contiene più di contare delocalizzazioni. Questo è utile quando la generazione di enorme ricollocabili per il download in alcuni kernel in tempo reale con il formato di file oggetto COFF COFF poiché non può rappresentare più di 65535 delocalizzazioni in un'unica sezione. Si noti che questo non riuscirà a lavorare con i formati di file oggetto che non supportano le sezioni arbitrarie. Il linker non dividere le sezioni di ingresso individuali per la redistribuzione, quindi se una singola sezione di ingresso contiene più di delocalizzazioni conteggio una sezione di output conterrà che molte delocalizzazioni. - split-by-file simile a - split-by-reloc ma crea una nuova sezione di uscita per ogni file di input. - Stats Compute e le statistiche di visualizzazione sul funzionamento del linker, come il tempo di esecuzione e utilizzo della memoria. - Tbss Org - Tdata org - Ttext org Utilizzare org come l'indirizzo di partenza per - rispettivamente - il bss. dati. o il segmento di testo del file di output. org deve essere un singolo intero esadecimale per la compatibilità con altri linker, si può omettere il prefisso 0x solito associata a valori esadecimali. - T Commandfile - T commandfile Leggi comandi di collegamento dal file commandfile. Questi comandi sostituire ld s script di collegamento di default (piuttosto che aggiungere ad esso), così commandfile devono specificare tutto il necessario per descrivere il formato di destinazione. Vedere la sezione Command Language. Se commandfile non esiste, ld lo cerca nelle directory specificate da qualsiasi opzione - L precedenti. Molteplici opzioni - T si accumulano. - t Stampa i nomi dei file di input come ld li elabora. - traditional-formato Per alcuni obiettivi, l'uscita di ld è diverso in qualche modo da l'uscita di qualche linker esistente. Questo interruttore richiede ld per utilizzare il formato tradizionale, invece. Per esempio, su SunOS, ld combina voci duplicate nella tabella dei simboli stringa. Ciò può ridurre la dimensione di un file di output con le informazioni di debugging di oltre il 30 per cento. Purtroppo, il programma dbx SunOS non è in grado di leggere il programma risultante (gdb non ha problemi). L'interruttore - traditional formato dice ld a non combinare voci duplicate. - u simbolo simbolo della forza da inserire nel file di output come un simbolo indefinito. Ciò potrebbe, ad esempio, far scattare il collegamento di moduli aggiuntivi da librerie standard. - u può essere ripetuto con argomenti diversi opzione per inserire simboli indefiniti aggiuntivi. - UR Per qualcosa di diverso da programmi C, questa opzione è equivalente a - R. esso genera output relocatable - i. e. un file di output che può a sua volta servire come input per ld. Quando si collegano programmi C, - UR fa risolvere i riferimenti alle costruttori, a differenza - r. Non funziona per usare - UR su file che sono stati essi stessi legati con - UR una volta che il tavolo costruttore è stato costruito, non può essere aggiunto a. Utilizzare - UR solo per l'ultimo anello parziale e - r per gli altri. --verbose Visualizzare il numero di versione per ld ed elencare i emulazioni linker supportati. Mostra i file di input possono e non possono essere aperte. - v - V visualizzare il numero di versione per ld. L'opzione - v elenca anche le emulazioni supportate. - version Visualizza il numero di versione per ld e uscita. - warn-comune Avvisa quando un simbolo comune è combinato con un altro simbolo comune o con una definizione del simbolo. linker Unix consentono questa pratica un po 'sciatta, ma linker su alcuni altri sistemi operativi non lo fanno. Questa opzione consente di trovare potenziali problemi da combinando simboli globali. Purtroppo, alcune librerie C usano questa pratica, quindi è possibile ottenere alcuni avvertimenti circa i simboli nelle biblioteche, così come nei programmi. Ci sono tre tipi di simboli globali, qui illustrati da esempi C: int i 1 Una definizione, che va nella sezione dati inizializzata del file di output. extern int i Un riferimento non definito, che non alloca spazio. Ci deve essere una definizione o un simbolo comune per qualche variabile. int i Un simbolo comune. Se ci sono solo (uno o più) i simboli comuni per una variabile, si va nell'area dati non inizializzato del file di output. Il linker unisce più simboli comuni per la stessa variabile in un unico simbolo. Se sono di dimensioni diverse, raccoglie la dimensione più grande. Il linker trasforma un simbolo comune in una dichiarazione, se non vi è una definizione della stessa variabile. L'opzione - warn-comune in grado di produrre cinque tipi di avvisi. Ogni avvertimento costituito da una coppia di rami: il primo descrive il simbolo appena incontrato, e la seconda descrive il simbolo precedente incontrato con lo stesso nome. Uno o entrambi i due simboli sarà un simbolo comune. Girando un simbolo comune in un punto di riferimento, perché c'è già una definizione per il simbolo. Girando un simbolo comune in un riferimento, perché si incontra una definizione più tardi per il simbolo. Questo è lo stesso del caso precedente, tranne che i simboli si incontrano in un ordine diverso. Unire un simbolo comune con un precedente stessa grandezza simbolo comune. Unire un simbolo comune con un precedente più grande simbolo comune. Unire un simbolo comune con un precedente piccolo simbolo comune. Questo è lo stesso del caso precedente, tranne che i simboli si incontrano in un ordine diverso. - warn-costruttori Avvisa se vengono utilizzati eventuali costruttori globali. Questo è utile solo per alcuni formati di file oggetto. Per formati come COFF o ELF, il linker non è in grado di rilevare l'uso di costruttori globali. - warn-una volta solo mettere in guardia una volta per ogni simbolo indefinito, piuttosto che una volta per ogni modulo che si riferisce ad esso. For each archive mentioned on the command line, include every object file in the archive in the link, rather than searching the archive for the required object files. This is normally used to turn an archive file into a shared library, forcing every object to be included in the resulting shared library. - X Delete all temporary local symbols. For most targets, this is all local symbols whose names begin with L. - x Delete all local symbols. - y symbol Print the name of each linked file in which symbol appears. This option may be given any number of times. On many systems it is necessary to prepend an underscore. This option is useful when you have an undefined symbol in your link but dont know where the reference is coming from. -( archives -) --start-group archives --end-group The archives should be a list of archive files. They may be either explicit file names, or - l options. The specified archives are searched repeatedly until no new undefined references are created. Normally, an archive is searched only once in the order that it is specified on the command line. If a symbol in that archive is needed to resolve an undefined symbol referred to by an object in an archive that appears later on the command line, the linker would not be able to resolve that reference. By grouping the archives, they all be searched repeatedly until all possible references are resolved. Using this option has a significant performance cost. It is best to use it only when there are unavoidable circular references between two or more archives. Go to the first. previous. next. last section, table of contents. Linux and Unix ld command ld combines a number of object and archive files, relocates their data and ties up symbol references. Usually the last step in compiling a program is to run ld. ld accepts Linker Command Language files written in a superset of ATampT s Link Editor Command Language syntax, to provide explicit and total control over the linking process. For full details on the ld command language, see the ld info page. Here, well cover a broad overview of how to use GNU ld, which is used in most versions of Linux . This version of ld uses the general purpose BFD libraries to operate on object files. This allows ld to read, combine, and write object files in many different formats: for example, COFF or a. out . Different formats may be linked together to produce any available kind of object file. Aside from its flexibility, the GNU linker is more helpful than other linkers in providing diagnostic information. Many linkers abandon execution immediately upon encountering an error whenever possible, ld continues executing, allowing you to identify other errors (or, in some cases, to get an output file in spite of the error). The GNU linker ld is meant to cover a broad range of situations, and to be as compatible as possible with other linkers. As a result, you have many choices to control its behavior. The linker supports many command-line options, but in actual practice few of them are used in any particular context. For instance, a frequent use of ld is to link standard Unix object files on a standard, supported Unix system. On such a system, to link a file hello. o : This tells ld to produce a file called output as the result of linking the file libcrt0.o with hello. o and the library libc. a , which will come from the standard search directories. See the - l option below. Some of the command-line options to ld may be specified at any point in the command line. However, options which refer to files, such as - l or - T . cause the file to be read at the point at which the option appears in the command line, relative to the object files and other file options. Repeating non-file options with a different argument will either have no further effect, or override prior occurrences (those further to the left on the command line) of that option. Options which may be meaningfully specified more than once are noted in the descriptions below. Non-option arguments are object files or archives which are to be linked together. They may follow, precede, or be mixed in with command-line options, except that an object file argument may not be placed between an option and its argument. Usually the linker is invoked with at least one object file, but you can specify other forms of binary input files using - l . - R . and the script command language. If no binary input files at all are specified, the linker does not produce any output, and issues the message No input files . If the linker cannot recognize the format of an object file, it will assume that it is a linker script. A script specified in this way augments the main linker script used for the link (either the default linker script or the one specified by using - T ). This feature permits the linker to link against a file which appears to be an object or an archive. but actually merely defines some symbol values, or uses INPUT or GROUP to load other objects. Specifying a script in this way merely augments the main linker script, with the extra commands placed after the main script use the - T option to replace the default linker script entirely, but note the effect of the INSERT command. For options whose names are a single letter, option arguments must either follow the option letter without intervening whitespace. or be given as separate arguments immediately following the option that requires them. For options whose names are multiple letters, either one dash or two can precede the option name for example, - trace-symbol and --trace-symbol are equivalent. Note that there is one exception to this rule: Multiple letter options that start with a lower case o can only be preceded by two dashes. This is to reduce confusion with the - o option. So for example - omagic sets the output file name to magic whereas --omagic sets the NMAGIC flag on the output. Arguments to multiple-letter options must either be separated from the option name by an equals sign, or be given as separate arguments immediately following the option that requires them. For example, --trace-symbol foo and --trace-symbolfoo are equivalent. Unique abbreviations of the names of multiple-letter options are accepted. Note that if the linker is being invoked indirectly, via a compiler driver (e. g. gcc ) then all the linker command line options should be prefixed by - Wl . (or whatever is appropriate for the particular compiler driver) like this: This is important, because otherwise the compiler driver program may silently drop the linker options, resulting in a bad link. Confusion may also arise when passing options that require values through a driver, as the use of a space between option and argument acts as a separator, and causes the driver to pass only the option to the linker and the argument to the compiler. In this case, it is simplest to use the joined forms of both single - and multiple-letter options, such as: Here is a table of the generic command line switches accepted by the GNU linker: Read command-line options from file . The options read are inserted in place of the original file option. If file does not exist, or cannot be read, then the option will be treated literally, and not removed. Options in file are separated by whitespace. A whitespace character may be included in an option by surrounding the entire option in either single or double quotes. Any character (including a backslash) may be included by prefixing the character to be included with a backslash. The file may itself contain additional file options any such options will be processed recursively . This option is supported for HP-UX compatibility. The keyword argument must be one of the strings archive . shared . or default . - aarchive is functionally equivalent to - Bstatic . and the other two keywords are functionally equivalent to - Bdynamic . This option may be used any number of times. Adds AUDITLIB to the DTAUDIT entry of the dynamic section. AUDITLIB is not checked for existence, nor will it use the DTSONAME specified in the library. If specified multiple times DTAUDIT will contain a colon separated list of audit interfaces to use. If the linker finds an object with an audit entry while searching for shared libraries, it will add a corresponding DTDEPAUDIT entry in the output file. This option is only meaningful on ELF platforms supporting the rtld-audit interface. In the current release of ld . this option is useful only for the Intel 960 family of architectures. In that ld configuration, the architecture argument identifies the particular architecture in the 960 family, enabling some safeguards and modifying the archive-library search path. Future releases of ld may support similar functionality for other architecture families. ld may be configured to support more than one kind of object file. If your ld is configured this way, you can use the - b option to specify the binary format for input object files that follow this option on the command line. Even when ld is configured to support alternative object formats, you dont usually need to specify this, as ld should be configured to expect as a default input format the most usual format on each machine. input-format is a text string, the name of a particular format supported by the BFD libraries. You can list the available binary formats with objdump - i . You may want to use this option if you are linking files with an unusual binary format. You can also use - b to switch formats explicitly (when linking object files of different formats), by including - b input-format before each group of object files in a particular format. The default format is taken from the environment variable GNUTARGET. You can also define the input format from a script, using the command TARGET For compatibility with linkers produced by MRI, ld accepts script files written in an alternate, restricted command language, described in the MRI Compatible Script Files section of GNU ld documentation. Introduce MRI script files with the option - c use the - T option to run linker scripts written in the general-purpose ld scripting language. If MRI-cmdfile does not exist, ld looks for it in the directories specified by any - L options. These three options are equivalent multiple forms are supported for compatibility with other linkers. They assign space to common symbols even if a relocatable output file is specified (with - r ). The script command FORCECOMMONALLOCATION has the same effect. Adds AUDITLIB to the DTDEPAUDIT entry of the dynamic section. AUDITLIB is not checked for existence, nor will it use the DTSONAME specified in the library. If specified multiple times DTDEPAUDIT will contain a colon separated list of audit interfaces to use. This option is only meaningful on ELF platforms supporting the rtld-audit interface. The - P option is provided for Solaris compatibility. Use entry as the explicit symbol for beginning execution of your program, rather than the default entry point. If there is no symbol named entry . the linker will try to parse entry as a number, and use that as the entry address (the number will be interpreted in base 10 you may use a leading 0x for base 16, or a leading 0 for base 8). Specifies a list of archive libraries from which symbols should not be automatically exported. The library names may be delimited by commas or colons. Specifying --exclude-libs ALL excludes symbols in all archive libraries from automatic export. This option is available only for the i386 PE targeted port of the linker and for ELF targeted ports. For i386 PE, symbols explicitly listed in a. def file are still exported, regardless of this option. For ELF targeted ports, symbols affected by this option will be treated as hidden. Specifies a list of object files or archive members, from which symbols should not be automatically exported, but which should be copied wholesale into the import library being generated during the link. The module names may be delimited by commas or colons, and must match exactly the filenames used by ld to open the files for archive members, this is simply the member name, but for object files the name listed must include and match precisely any path used to specify the input file on the linkers command-line. This option is available only for the i386 PE targeted port of the linker. Symbols explicitly listed in a. def file are still exported, regardless of this option. When creating a dynamically linked executable, using the - E option or the --export-dynamic option causes the linker to add all symbols to the dynamic symbol table. The dynamic symbol table is the set of symbols which are visible from dynamic objects at run time. If you do not use either of these options (or use the --no-export-dynamic option to restore the default behavior), the dynamic symbol table will normally contain only those symbols which are referenced by some dynamic object mentioned in the link. If you use dlopen to load a dynamic object which needs to refer back to the symbols defined by the program, rather than some other dynamic object, then you will probably need to use this option when linking the program itself. You can also use the dynamic list to control what symbols should be added to the dynamic symbol table if the output format supports it. See the description of --dynamic-list . Note that this option is specific to ELF targeted ports. PE targets support a similar function to export all symbols from a DLL or EXE see the description of --export-all-symbols below. Link big-endian objects. This affects the default output format. Link little-endian objects. This affects the default output format. When creating an ELF shared object, set the internal DTAUXILIARY field to the specified name. This tells the dynamic linker that the symbol table of the shared object should be used as an auxiliary filter on the symbol table of the shared object name. If you later link a program against this filter object, then, when you run the program, the dynamic linker will see the DTAUXILIARY field. If the dynamic linker resolves any symbols from the filter object, it will first check whether there is a definition in the shared object name. If there is one, it will be used instead of the definition in the filter object. The shared object name need not exist. Thus the shared object name may be used to provide an alternative implementation of certain functions, perhaps for debugging or for machine specific performance. This option may be specified more than once. The DTAUXILIARY entries will be created in the order in which they appear on the command line. When creating an ELF shared object, set the internal DTFILTER field to the specified name. This tells the dynamic linker that the symbol table of the shared object which is being created should be used as a filter on the symbol table of the shared object name. If you later link a program against this filter object, then, when you run the program, the dynamic linker will see the DTFILTER field. The dynamic linker will resolve symbols according to the symbol table of the filter object as usual, but it will actually link to the definitions found in the shared object name. Thus the filter object can be used to select a subset of the symbols provided by the object name. Some older linkers used the - F option throughout a compilation toolchain for specifying object-file format for both input and output object files. The GNU linker uses other mechanisms for this purpose: the - b . --format . --oformat options, the TARGET command in linker scripts, and the GNUTARGET environment variable. The GNU linker will ignore the - F option when not creating an ELF shared object. When creating an ELF executable or shared object, call NAME when the executable or shared object is unloaded, by setting DTFINI to the address of the function. By default, the linker uses fini as the function to call. Ignored. Provided for compatibility with other tools. Set the maximum size of objects to be optimized using the GP register to size. This is only meaningful for object file formats such as MIPS ECOFF which supports putting large and small objects into different sections. This is ignored for other object file formats. When creating an ELF shared object, set the internal DTSONAME field to the specified name. When an executable is linked with a shared object which has a DTSONAME field, then when the executable is run the dynamic linker will attempt to load the shared object specified by the DTSONAME field rather than the using the file name given to the linker. Perform an incremental link (same as option - r ). When creating an ELF executable or shared object, call NAME when the executable or shared object is loaded, by setting DTINIT to the address of the function. By default, the linker uses init as the function to call. Add the archive or object file specified by namespec to the list of files to link. This option may be used any number of times. If namespec is of the form : filename . ld will search the library path for a file called filename . otherwise it will search the library path for a file called lib namespec. a . On systems which support shared libraries, ld may also search for files other than lib namespec. a . Specifically, on ELF and SunOS systems, ld will search a directory for a library called lib namespec. so before searching for one called lib namespec. a . By convention, a. so extension indicates a shared library. Note that this behavior does not apply to : filename . which always specifies a file called filename . The linker will search an archive only once, at the location where it is specified on the command line. If the archive defines a symbol which was undefined in some object which appeared before the archive on the command line, the linker will include the appropriate file(s) from the archive. However, an undefined symbol in an object appearing later on the command line will not cause the linker to search the archive again. See the -( option for a way to force the linker to search archives multiple times. You may list the same archive multiple times on the command line. This type of archive searching is standard for Unix linkers. However, if you are using ld on AIX. note that it is different from the behaviour of the AIX linker. Add path searchdir to the list of paths that ld will search for archive libraries and ld control scripts. You may use this option any number of times. The directories are searched in the order in which they are specified on the command line. Directories specified on the command line are searched before the default directories. All - L options apply to all - l options, regardless of the order in which the options appear. - L options do not affect how ld searches for a linker script unless - T option is specified. If searchdir begins with , then the will be replaced by the sysroot prefix, a path specified when the linker is configured. The default set of paths searched (without being specified with - L ) depends on which emulation mode ld is using, and in some cases also on how it was configured at build time. The paths can also be specified in a link script with the SEARCHDIR command. Directories specified this way are searched at the point in which the linker script appears in the command line. Emulate the emulation linker. You can list the available emulations with the --verbose or - V options. If the - m option is not used, the emulation is taken from the LDEMULATION environment variable, if that is defined. Otherwise, the default emulation depends upon how the linker was configured. Print a link map to the standard output. A link map provides information about the link, including the following: Where object files are mapped into memory. How common symbols are allocated. All archive members included in the link, with a mention of the symbol which caused the archive member to be brought in. The values assigned to symbols. Note: symbols whose values are computed by an expression which involves a reference to a previous value of the same symbol may not have correct result displayed in the link map. This is because the linker discards intermediate results and only retains the final value of an expression. Under such circumstances the linker will display the final value enclosed by square brackets. Thus for example a linker script containing:will produce the following output in the link map if the - M option is used: Turn off page alignment of sections, and disable linking against shared libraries. If the output format supports Unix style magic numbers, mark the output as NMAGIC. Set the text and data sections to be readable and writable. Also, do not page-align the data segment, and disable linking against shared libraries. If the output format supports Unix style magic numbers, mark the output as OMAGIC. Note: Although a writable text section is allowed for PE-COFF targets, it does not conform to the format specification published by Microsoft . This option negates most of the effects of the - N option. It sets the text section to be read-only, and forces the data segment to be page-aligned. Note - this option does not enable linking against shared libraries. Use - Bdynamic for this. Use output as the name for the program produced by ld if this option is not specified, the name a. out is used by default. The script command OUTPUT can also specify the output file name. If level is a numeric value greater than zero ld optimizes the output. This might take significantly longer and therefore probably should only be enabled for the final binary. At the moment this option only affects ELF shared library generation. Future releases of the linker may make more use of this option. Also currently there is no difference in the linkers behaviour for different non-zero values of this option. Again this may change with future releases. Leave relocation sections and contents in fully linked executables. Post link analysis and optimization tools may need this information in order to perform correct modifications of executables. This results in larger executables. This option is currently only supported on ELF platforms. Force the output file to have dynamic sections. This option is specific to VxWorks targets. Generate relocatable output: i. e. generate an output file that can in turn serve as input to ld . This is often called partial linking. As a side effect, in environments that support standard Unix magic numbers, this option also sets the output files magic number to OMAGIC. If this option is not specified, an absolute file is produced. When linking C programs, this option will not resolve references to constructors to do that, use - Ur . When an input file does not have the same format as the output file, partial linking is only supported if that input file does not contain any relocations. Different output formats can have further restrictions for example some a. out - based formats do not support partial linking with input files in other formats at all. This option does the same thing as - i . Read symbol names and their addresses from filename . but do not relocate it or include it in the output. This allows your output file to refer symbolically to absolute locations of memory defined in other programs. You may use this option more than once. For compatibility with other ELF linkers, if the - R option is followed by a directory name, rather than a file name, it is treated as the - rpath option. Omit all symbol information from the output file. Use scriptfile as the linker script. This script replaces ld s default linker script (rather than adding to it), so commandfile must specify everything necessary to describe the output file. If scriptfile does not exist in the current directory, ld looks for it in the directories specified by any preceding - L options. Multiple - T options accumulate. Use scriptfile as the default linker script. This option is similar to the --script option except that processing of the script is delayed until after the rest of the command line has been processed. This allows options placed after the --default-script option on the command line to affect the behaviour of the linker script, which can be important when the linker command line cannot be directly controlled by the user. (e. g. because the command line is being constructed by another tool, such as gcc ). Force symbol to be entered in the output file as an undefined symbol. Doing this may, for example, trigger linking of additional modules from standard libraries. - u may be repeated with different option arguments to enter additional undefined symbols. This option is equivalent to the EXTERN linker script command. For anything other than C programs, this option is equivalent to - r . it generates relocatable output i. e. an output file that can in turn serve as input to ld . When linking C programs, - Ur does resolve references to constructors, unlike - r . It does not work to use - Ur on files that were themselves linked with - Ur once the constructor table has been built, it cannot be added to. Use - Ur only for the last partial link, and - r for the others. Creates a separate output section for every input section matching SECTION, or if the optional wildcard SECTION argument is missing, for every orphan input section. An orphan section is one not specifically mentioned in a linker script. You may use this option multiple times on the command line It prevents the normal merging of input sections with the same name, overriding output section assignments in a linker script. Display the version number for ld . The - V option also lists the supported emulations. Other keywords are ignored for Solaris compatibility. --start-group archives --end-group The archives should be a list of archive files. They may be either explicit file names, or - l options. The specified archives are searched repeatedly until no new undefined references are created. Normally, an archive is searched only once in the order that it is specified on the command line. If a symbol in that archive is needed to resolve an undefined symbol referred to by an object in an archive that appears later on the command line, the linker would not be able to resolve that reference. By grouping the archives, they all be searched repeatedly until all possible references are resolved. Using this option has a significant performance cost. It is best to use it only when there are unavoidable circular references between two or more archives. Tells the linker to accept input files whose architecture cannot be recognised. The assumption is that the user knows what they are doing and deliberately wants to link in these unknown input files. This was the default behaviour of the linker, before release 2.14. The default behaviour from release 2.14 onwards is to reject such input files, and so the --accept-unknown-input-arch option has been added to restore the old behaviour. This option affects ELF DTNEEDED tags for dynamic libraries mentioned on the command line after the --as-needed option. Normally the linker will add a DTNEEDED tag for each dynamic library mentioned on the command line, regardless of whether the library is actually needed or not. --as-needed causes a DTNEEDED tag to only be emitted for a library that satisfies an undefined symbol reference from a regular object file or, if the library is not found in the DTNEEDED lists of other libraries linked up to that point, an undefined symbol reference from another dynamic library. --no-as-needed restores the default behaviour. These two options have been deprecated because of the similarity of their names to the --as-needed and --no-as-needed options. They have been replaced by --copy-dt-needed-entries and --no-copy-dt-needed-entries . This option is ignored for SunOS compatibility. Link against dynamic libraries. This is only meaningful on platforms for which shared libraries are supported. This option is normally the default on such platforms. The different variants of this option are for compatibility with various systems. You may use this option multiple times on the command line: it affects library searching for - l options which follow it. Set the DF1GROUP flag in the DTFLAGS1 entry in the dynamic section. This causes the runtime linker to handle lookups in this object and its dependencies to be performed only inside the group. --unresolved-symbolsreport-all is implied. This option is only meaningful on ELF platforms which support shared libraries. Do not link against shared libraries. This is only meaningful on platforms for which shared libraries are supported. The different variants of this option are for compatibility with various systems. You may use this option multiple times on the command line: it affects library searching for - l options which follow it. This option also implies --unresolved-symbolsreport-all . This option can be used with - shared . Doing so means that a shared library is being created but that all of the librarys external references must be resolved by pulling in entries from static libraries. When creating a shared library, bind references to global symbols to the definition within the shared library, if any. Normally, it is possible for a program linked against a shared library to override the definition within the shared library. This option is only meaningful on ELF platforms which support shared libraries. When creating a shared library, bind references to global function symbols to the definition within the shared library, if any. This option is only meaningful on ELF platforms which support shared libraries. Specify the name of a dynamic list file to the linker. This is typically used when creating shared libraries to specify a list of global symbols whose references shouldnt be bound to the definition within the shared library, or creating dynamically linked executables to specify a list of symbols which should be added to the symbol table in the executable. This option is only meaningful on ELF platforms which support shared libraries. The format of the dynamic list is the same as the version node without scope and node name. Include all global data symbols to the dynamic list. Provide the builtin dynamic list for C operator new and delete. It is mainly useful for building shared libstdc. Provide the builtin dynamic list for C runtime type identification. Asks the linker not to check section addresses after they have been assigned to see if there are any overlaps. Normally the linker will perform this check, and if it finds any overlaps it will produce suitable error messages. The linker does know about, and does make allowances for sections in overlays. The default behaviour can be restored by using the command line switch --check-sections . Section overlap is not usually checked for relocatable links. You can force checking in that case by using the --check-sections option. This option affects the treatment of dynamic libraries referred to by DTNEEDED tags inside ELF dynamic libraries mentioned on the command line. Normally the linker wont add a DTNEEDED tag to the output binary for each library mentioned in a DTNEEDED tag in an input dynamic library. With --copy-dt-needed-entries specified on the command line however any dynamic libraries that follow it will have their DTNEEDED entries added. The default behaviour can be restored with --no-copy-dt-needed-entries . This option also has an effect on the resolution of symbols in dynamic libraries. With --copy-dt-needed-entries dynamic libraries mentioned on the command line will be recursively searched, following their DTNEEDED tags to other libraries, in order to resolve symbols required by the output binary. With the default setting however the searching of dynamic libraries that follow it will stop with the dynamic library itself. No DTNEEDED links will be traversed to resolve symbols. Output a cross reference table. If a linker map file is being generated, the cross reference table is printed to the map file. Otherwise, it is printed on the standard output. The format of the table is intentionally simple, so that it may be easily processed by a script if necessary. The symbols are printed out, sorted by name. For each symbol, a list of file names is given. If the symbol is defined, the first file listed is the location of the definition. The remaining files contain references to the symbol. This option inhibits the assignment of addresses to common symbols. The script command INHIBITCOMMONALLOCATION has the same effect. The --no-define-common option allows decoupling the decision to assign addresses to Common symbols from the choice of the output file type otherwise a non-Relocatable output type forces assigning addresses to Common symbols. Using --no-define-common allows Common symbols that are referenced from a shared library to be assigned addresses only in the main program. This eliminates the unused duplicate space in the shared library, and also prevents any possible confusion over resolving to the wrong duplicate when there are many dynamic modules with specialized search paths for runtime symbol resolution. Create a global symbol in the output file, containing the absolute address given by expression . You may use this option as many times as necessary to define multiple symbols in the command line. A limited form of arithmetic is supported for the expression in this context: you may give a hexadecimal constant or the name of an existing symbol, or use and - to add or subtract hexadecimal constants or symbols. If you need more elaborate expressions, consider using the linker command language from a script. Note: there should be no white space between symbol, the equals sign ( ), and expression . These options control whether to demangle symbol names in error messages and other output. When the linker is told to demangle, it tries to present symbol names in a readable fashion: it strips leading underscores if they are used by the object file format, and converts C mangled symbol names into user readable names. Different compilers have different mangling styles. The optional demangling style argument can be used to choose an appropriate demangling style for your compiler. The linker will demangle by default unless the environment variable COLLECTNODEMANGLE is set. These options may be used to override the default. Set the name of the dynamic linker. This is only meaningful when generating dynamically linked ELF executables. The default dynamic linker is normally correct dont use this unless you know what you are doing. Treat all warnings as errors. The default behaviour can be restored with the option --no-fatal-warnings . Make sure that an output file has a. exe suffix. If a successfully built fully linked output file does not have a. exe or. dll suffix, this option forces the linker to copy the output file to one of the same name with a. exe suffix. This option is useful when using unmodified Unix makefiles on a Microsoft Windows host, since some versions of Windows wont run an image unless it ends in a. exe suffix. Enable garbage collection of unused input sections. It is ignored on targets that do not support this option. The default behaviour (of not performing this garbage collection) can be restored by specifying --no-gc-sections on the command line. --gc-sections decides which input sections are used by examining symbols and relocations. The section containing the entry symbol and all sections containing symbols undefined on the command-line will be kept, as will sections containing symbols referenced by dynamic objects. Note that when building shared libraries, the linker must assume that any visible symbol is referenced. Once this initial set of sections has been determined, the linker recursively marks as used any section referenced by their relocations. See --entry and --undefined . This option can be set when doing a partial link (enabled with option - r ). In this case the root of symbols kept must be explicitly specified either by an --entry or --undefined option or by a ENTRY command in the linker script. List all sections removed by garbage collection. The listing is printed on stderr. This option is only effective if garbage collection has been enabled via the --gc-sections ) option. The default behaviour (of not listing the sections that are removed) can be restored by specifying --no-print-gc-sections on the command line. Print the name of the default output format (perhaps influenced by other command-line options). This is the string that would appear in an OUTPUTFORMAT linker script command. Print a summary of the command-line options on the standard output and exit. Report unresolved symbols that are contained in shared libraries, but ignore them if they come from regular object files. Report unresolved symbols that come from regular object files, but ignore them if they come from shared libraries. This can be useful when creating a dynamic binary and it is known that all the shared libraries that it should be referencing are included on the linkers command line. The behaviour for shared libraries on their own can also be controlled by the -- no - allow-shlib-undefined option. Normally the linker will generate an error message for each reported unresolved symbol but the option --warn-unresolved-symbols can change this to a warning. Display the version number for ld and list the linker emulations supported. Display which input files can and cannot be opened. Display the linker script being used by the linker. If the optional NUMBER argument gt 1 . plugin symbol status will also be displayed. Specify the name of a version script to the linker. This is typically used when creating shared libraries to specify additional information about the version hierarchy for the library being created. This option is only fully supported on ELF platforms which support shared libraries. It is partially supported on PE platforms, which can use version scripts to filter symbol visibility in auto-export mode: any symbols marked local in the version script will not be exported. Warn when a common symbol is combined with another common symbol or with a symbol definition. Unix linkers allow this somewhat sloppy practice, but linkers on some other operating systems do not. This option allows you to find potential problems from combining global symbols. Unfortunately, some C libraries use this practice, so you may get some warnings about symbols in the libraries as well as in your programs. There are three kinds of global symbols, illustrated here by C examples: A definition, which goes in the initialized data section of the output file. An undefined reference, which does not allocate space. There must be either a definition or a common symbol for the variable somewhere. A common symbol. If there are only (one or more) common symbols for a variable, it goes in the uninitialized data area of the output file. The linker merges multiple common symbols for the same variable into a single symbol. If they are of different sizes, it picks the largest size. The linker turns a common symbol into a declaration, if there is a definition of the same variable. The --warn-common option can produce five kinds of warnings. Each warning consists of a pair of lines: the first describes the symbol just encountered, and the second describes the previous symbol encountered with the same name. One or both of the two symbols will be a common symbol. 1. Turning a common symbol into a reference, because there is already a definition for the symbol. 2. Turning a common symbol into a reference, because a later definition for the symbol is encountered. This is the same as the previous case, except that the symbols are encountered in a different order. 3. Merging a common symbol with a previous same-sized common symbol. 4. Merging a common symbol with a previous larger common symbol. 5. Merging a common symbol with a previous smaller common symbol. This is the same as the previous case, except that the symbols are encountered in a different order. Warn if any global constructors are used. This is only useful for a few object file formats. For formats like COFF or ELF, the linker can not detect the use of global constructors. Warn if multiple global pointer values are required in the output file. This is only meaningful for certain processors, such as the DEC Alpha. Specifically, some processors put large-valued constants in a special section. A special register (the global pointer) points into the middle of this section, so that constants can be loaded efficiently via a base-register relative addressing mode. Since the offset in base-register relative mode is fixed and relatively small (e. g. 16 bits ), this limits the maximum size of the constant pool. Thus, in large programs, it is often necessary to use multiple global pointer values in order to be able to address all possible constants. This option causes a warning to be issued whenever this case occurs. Only warn once for each undefined symbol, rather than once per module which refers to it. Warn if the address of an output section is changed because of alignment. Typically, the alignment will be set by an input section. The address will only be changed if it not explicitly specified that is, if the SECTIONS command does not specify a start address for the section. Warn if the linker adds a DTTEXTREL to a shared object.

No comments:

Post a Comment