1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-22 10:27:48 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-10-22 23:00:04 +09:00
parent 413242301f
commit e51b2069be

View File

@ -111,7 +111,7 @@ static void read_file(std::vector<ObjectFile *> &files, StringRef path) {
// alloc writable !exec !tls !nobits
// alloc writable !exec !tls nobits
// alloc writable !exec tls !nobits
// alloc writable !exec tls nobits
// alloc writable !exec tls nobits
// alloc writable exec
// !alloc
static int get_rank(OutputSection *x) {