mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
Emit .type and .size directives on RISC-V and ARM
To match x86
This commit is contained in:
parent
9632f2f148
commit
7410f90629
@ -636,4 +636,6 @@ arm64_emitfn(Fn *fn, FILE *out)
|
||||
}
|
||||
}
|
||||
id0 += e->fn->nblk;
|
||||
if (!T.apple)
|
||||
elf_emitfnfin(fn->name, out);
|
||||
}
|
||||
|
||||
@ -557,4 +557,5 @@ rv64_emitfn(Fn *fn, FILE *f)
|
||||
}
|
||||
}
|
||||
id0 += fn->nblk;
|
||||
elf_emitfnfin(fn->name, f);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user