1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-26 13:10:46 +03:00
mold/common
Rui Ueyama c4b69a1077 Re-throw a signal
Previously, mold exists silently when it gets killed by SIGSEGV.
This change makes it verbose; now the parent process would report
an error.
2024-03-11 16:04:55 +09:00
..
archive-file.h Reorganize files 2023-01-16 15:27:10 +08:00
cmdline.h Refactor 2023-10-10 12:01:08 +09:00
common.h Fix GCC warning 2024-03-01 10:44:35 +09:00
compress.cc Reorganize files 2023-01-16 15:27:10 +08:00
config.h.in Use madvise instead of munmap 2024-03-09 13:39:59 +09:00
demangle.cc Do not try to demangle C++ symbols as Rust ones 2023-11-30 13:53:23 +09:00
filepath.cc Import changes for the sold linker 2023-01-26 08:34:04 +08:00
filetype.h Format 2024-02-19 15:12:43 +09:00
glob.cc Allow escaped meta-characters in version script patterns 2023-12-24 14:04:51 +09:00
hyperloglog.cc replace pow(2,x) by ldexp(1.0,x) for performance 2023-07-20 09:28:35 +02:00
integers.h Reorganize files 2023-01-16 15:27:10 +08:00
main.cc Re-throw a signal 2024-03-11 16:04:55 +09:00
multi-glob.cc Fix version script priority 2023-12-23 18:20:22 +09:00
output-file-unix.h Simplify 2023-12-06 19:51:22 +09:00
output-file-win32.h Refactor 2023-10-13 13:14:01 +09:00
output-file.h Reorganize files 2023-01-16 15:27:10 +08:00
perf.cc Minor fixes for the Windows build 2024-02-21 15:24:07 +00:00
tar.cc Make --repro output readable by busybox's tar command 2023-07-28 15:12:45 +09:00
update-git-hash.cmake Move more files under common/ 2023-01-16 15:35:24 +08:00
uuid.cc Reorganize files 2023-01-16 15:27:10 +08:00