diff options
author | Chih-Hung Hsieh <chh@google.com> | 2015-08-21 12:17:43 -0700 |
---|---|---|
committer | Chih-Hung Hsieh <chh@google.com> | 2015-08-21 15:58:26 -0700 |
commit | 7244cf2aa5494840c7ced3d1bc65de7d76e53014 (patch) | |
tree | 4097bf4afed85c3f9a1ac5e24bd888f97e56a3b5 /libutils/VectorImpl.cpp | |
parent | a1b2036f4daf9e0de0fe616e5f371d75f6b2357d (diff) |
To compile with llvm integrated assembler.
* Explicitly specify default .align 0.
* Use standard ldmfdlo instruction.
* Before and after gas outputs are identical,
with align 0 sections.
* Objdump showed .text/.data/.bss section alignment
attributes are 2^0 from gas and 2^2 from llvm
assembler. These .S files might be working when
compiled by gas, but llvm assembler's output should
be more correct or conservative.
Change-Id: I4e578dbc8155c0d06d1bbc1c33ec4cc851a18479
Diffstat (limited to 'libutils/VectorImpl.cpp')
0 files changed, 0 insertions, 0 deletions