commit | 67762d94a637661b995df1d9da741fa9439aa093 | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Tue May 01 09:54:54 2018 +0100 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Wed Jul 11 09:23:02 2018 +0100 |
tree | 9c6ce52f471ea75695bcd250dfb1bab02a22af29 | |
parent | 1a1d19f744befd6122b9e1794a9e2d3883e8bdf6 [diff] |
Remove .struct directive This directive is not implemented by clang assembler. The traditional way to implement structs in assembly is using two macros for every field, one for the offset, and another one for the size. For every field, the offset can be calculated using the size and offset of the previous field. Change-Id: Iacc6781e8f302fb925898737b8e85ab4e88a51cc Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>