Emit .type and .size directives on RISC-V and ARM

To match x86
This commit is contained in:
Alexey Yerin 2023-02-23 17:10:19 +03:00 committed by Quentin Carbonneaux
parent 9632f2f148
commit 7410f90629
2 changed files with 3 additions and 0 deletions

View file

@ -557,4 +557,5 @@ rv64_emitfn(Fn *fn, FILE *f)
}
}
id0 += fn->nblk;
elf_emitfnfin(fn->name, f);
}