mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 23:38:31 +00:00
Create ELF aliases for identical symbols
This change greatly reduces the number of modules that need to be compiled. The only issue right now is that sometimes when viewing symbol table entries, the aliased symbol is chosen.
This commit is contained in:
parent
e1b83399bd
commit
b8a6a989c0
191 changed files with 414 additions and 2190 deletions
2
third_party/make/job.c
vendored
2
third_party/make/job.c
vendored
|
@ -1315,7 +1315,7 @@ new_job (struct file *file)
|
|||
/* Start the command sequence, record it in a new
|
||||
'struct child', and add that to the chain. */
|
||||
|
||||
c = xcalloc (sizeof (struct child));
|
||||
c = xcalloc (1, sizeof (struct child));
|
||||
output_init (&c->output);
|
||||
|
||||
c->file = file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue