X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fld65.sgml;h=d37beced749309c3cc5a50e03fe4cea46e77651d;hb=a7f392a96fefd667bbcabfc816bbb6b3e3de70ac;hp=02ba5307f48fb0eebd570d36943172dcf0f1fe45;hpb=0f39cc7443411b97bbe1f0b70dec5b788c78bbca;p=cc65 diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 02ba5307f..d37beced7 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -55,25 +55,41 @@ The linker is called as follows: --------------------------------------------------------------------------- Usage: ld65 [options] module ... Short options: - -C name Use linker config file - -Ln name Create a VICE label file - -Lp Mark write protected segments as such (VICE) - -S addr Set the default start address - -V Print the linker version - -h Help (this text) - -m name Create a map file - -o name Name the default output file - -t sys Set the target system - -v Verbose mode - -vm Verbose map file + -( Start a library group + -) End a library group + -C name Use linker config file + -D sym=val Define a symbol + -L path Specify a library search path + -Ln name Create a VICE label file + -S addr Set the default start address + -V Print the linker version + -h Help (this text) + -m name Create a map file + -o name Name the default output file + -t sys Set the target system + -u sym Force an import of symbol `sym' + -v Verbose mode + -vm Verbose map file Long options: - --config name Use linker config file - --help Help (this text) - --mapfile name Create a map file + --cfg-path path Specify a config file search path + --config name Use linker config file + --dbgfile name Generate debug information + --define sym=val Define a symbol + --dump-config name Dump a builtin configuration + --end-group End a library group + --force-import sym Force an import of symbol `sym' + --help Help (this text) + --lib file Link this library + --lib-path path Specify a library search path + --mapfile name Create a map file + --module-id id Specify a module id + --obj file Link this object file + --obj-path path Specify an object file search path --start-addr addr Set the default start address - --target sys Set the target system - --version Print the linker version + --start-group Start a library group + --target sys Set the target system + --version Print the linker version --------------------------------------------------------------------------- @@ -84,6 +100,26 @@ Here is a description of all the command line options: +