mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-28 03:44:33 +00:00
This change fixes minor bugs and adds a feature, which lets us store the ELF symbol table, inside the ZIP directory. We use the path /zip/.symtab which can be safely removed using a zip editing tool, to make the binary smaller after compilation. This supplements the existing method of using a separate .com.dbg file, which is still supported. The intent is people don't always know that it's a good idea to download the debug file. It's not great having someone's first experience be a crash report, that only has numbers rather than symbols. This will help fix that! |
||
|---|---|---|
| .. | ||
| close.c | ||
| fcntl.c | ||
| find.c | ||
| fstat.c | ||
| get.c | ||
| lseek.c | ||
| notat.c | ||
| open.c | ||
| parseuri.c | ||
| read.c | ||
| stat-impl.c | ||
| stat.c | ||
| zipos.internal.h | ||
| zipos.mk | ||
| zipos.S | ||