Add Changelog ...
[glibc.git] / sysdeps / arm / abi-note.S
blob1060c3d2807a1eeb3c75dfdd3c33d33d815f5010
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>