-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
This ld doesn't implement standard Unix ld semantics, where "options which refer to files, such as -l [...], 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" (GNU Binutils 2.38 ld documentation).
Instead, this ld first collects all -l options:
..., makes them unique:
..., then reads all input files on the command line:
..., and then processes unresolved symbols:
Metadata
Metadata
Assignees
Labels
No labels