Displaying 1 result from an estimated 1 matches for "emulparams".
2012 Dec 31
5
[LLVMdev] [lld] Linker script findings.
...ents. Each script indicates in a comment at the
top which command line arguments it is for. For example, `.xr` has at the
top:
/* Script for ld -r: link without relocation */
These scripts are produced by `ld/genscripts.sh` in the binutils tree. This
script sources one of the files in `ld/emulparams/` which sets some
parameters; notably, it selects one of the templates in `ld/scripttempl/`.
This template is then filled in with the parameters once for each different
kind of "job". Here is a listing of the ones on my machine matching
`elf_x86_64.x*` (corresponding to `ld/emulparams/elf...