The ".dword" directive is a synonym for ".xword" and is used used
by klibc, a minimalistic libc subset for initramfs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This is the doc saying dword == xword:
http://www.rowleydownload.co.uk/arm/documentation/gnu/as/AArch64-Directives.html
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | ||
---|---|---|
244 ↗ | (On Diff #198766) | Maybe add a . before the [dx]? |
test/MC/AArch64/size-directive.s | ||
---|---|---|
25 ↗ | (On Diff #198900) | preceding space? |