S390: Ifunc resolver macro for vector instructions.
[glibc.git] / sysdeps / arm / abi-note.S
blob07bd4c461994eb490eef08bdd5373bf26375ffd4
1 /* Tag_ABI_align8_preserved: This code preserves 8-byte
2    alignment in any callee.  */
3         .eabi_attribute 25, 1
4 /* Tag_ABI_align8_needed: This code may require 8-byte alignment from
5    the caller.  */
6         .eabi_attribute 24, 1
8 #include <csu/abi-note.S>