GNU Binutils: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m Errata
Comandi: Ciao a tutti! Ho usato il pilastro fondamentale di Wikipedia: ho aggiunto un riferimento; se pensi di aver sbagliato, per favore disfa la mia edizione e appena posso lo correggerò, grazie in anticipo!
 
(Una versione intermedia di uno stesso utente non è mostrata)
Riga 31:
|<code>[[GNU linker|ld]]</code> || [[Linking]]<ref>Per quanto alcuni testi e autori in [[lingua italiana]] abbiano scelto di tradurre il termine, quest'ultimo è di uso molto infrequente.</ref>
|-
|<code>[[gprof]]</code> || [[Analisi delle prestazioni del software]]<ref>{{Cita web |url = https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20160001359.pdf |titolo = Utilizing GPUs to Accelerate TurbomachineryCFD Codes |accesso = 29 decembre 2019 |data = gennaio 2016 |autore = Weylin MacCalla e Sameer Kulkarni |sito = [[NASA]] |lingua = en |citazione= The GNU Profiling tool is part of the GNU compiler package which is freely available under the GNU General Public License. It was used to take the initial profile of the code, and was able to provide subroutine-level results about the most time consuming parts of the code. The information from the GNU Profiler was used to narrow down the search for the sections of code to be offloaded to the GPU. |p = 7 }}</ref>
|<code>[[gprof]]</code> || [[Analisi delle prestazioni del software]]
|-
|<code>[[addr2line]]</code> || converti l'indirizzo in file e riga
Riga 47:
|<code>[[nm (Unix)|nm]]</code> || elenca i simboli nei file oggetto
|-
|<code>[[objcopy]]</code> || copiare i file oggetto, eventualmente apportando modifiche<ref>{{Cita web |url = https://www.thegeekstuff.com/2017/01/gnu-binutils-commands/ |titolo = 12 Linux GNU Binary Utilities Binutils Commands with Examples (as, ld, ar, nm, objcopy, objdump, size, strings, strip, c++flint, addr2line, readelf Command Examples) |accesso = 29 decembre 2019 |autore = Terrence Sun |data = 10 gennaio 2017 |sito = The Geek Stuff |lingua = en |citazione = objcopy can copy the content of one object file to another object file, and input/output object can in different format. There are times when you need to port an object file available for one kind of platform (like ARM or x86) to another kind of platform. }}</ref>
|<code>[[objcopy]]</code> || copiare i file oggetto, eventualmente apportando modifiche
|-
|<code>[[objdump]]</code> || scaricare informazioni sui file oggetto