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
- Build Status
Buildable 31702 Build 31701: arc lint + arc unit
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–247 | Maybe add a . before the [dx]? | |
| test/MC/AArch64/size-directive.s | ||
|---|---|---|
| 26 | preceding space? | |
Maybe add a . before the [dx]?