mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-03-10 20:53:47 +00:00
ld_symtab: add support for archives
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
%% local symbol table within a given file (if Value is string(), consult global table)
|
||||
-type local() :: #{SymNdx :: non_neg_integer() => Value :: non_neg_integer() | string()}.
|
||||
|
||||
%% map from file names to their local symbol tables
|
||||
-type filemap() :: #{File :: string() => Local :: local()}.
|
||||
%% map from input files to their local symbol tables
|
||||
-type filemap() :: #{File :: ifile() => Local :: local()}.
|
||||
|
||||
-endif. % LD_INTERNAL_HRL
|
||||
|
||||
Reference in New Issue
Block a user