ld: Script Format

1 
1 3.2 Linker Script Format
1 ========================
1 
1 Linker scripts are text files.
1 
1    You write a linker script as a series of commands.  Each command is
1 either a keyword, possibly followed by arguments, or an assignment to a
1 symbol.  You may separate commands using semicolons.  Whitespace is
1 generally ignored.
1 
1    Strings such as file or format names can normally be entered
1 directly.  If the file name contains a character such as a comma which
1 would otherwise serve to separate file names, you may put the file name
1 in double quotes.  There is no way to use a double quote character in a
1 file name.
1 
1    You may include comments in linker scripts just as in C, delimited by
1 '/*' and '*/'.  As in C, comments are syntactically equivalent to
1 whitespace.
1