commit | 015c9519c1b230f0619dc34251c574871b989a52 | [log] [tgz] |
---|---|---|
author | Krzysztof Koch <krzysztof.koch@arm.com> | Mon Nov 25 10:01:28 2019 +0000 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Tue Nov 26 12:16:05 2019 +0000 |
tree | d4dc234c329574dbf6bff7ea38a82f75ef0d73f0 | |
parent | dec9ffea1ef05604ec79b8fbd6abc7a7c72393f6 [diff] |
aarch64: Use common header file in memcpy.S Include asmdefs.h in memcpy.S to avoid duplicate macro definitions. Add macro for defining labels in asmdefs.h. Change the default routine entry point alignment to 64 bytes. Define a new macro which allows controlling the entry point alignment. Add include guard to asmdefs.h.