summaryrefslogtreecommitdiff
path: root/ports/sysdeps/arm/abi-note.S
blob: 1060c3d2807a1eeb3c75dfdd3c33d33d815f5010 (plain)
1
2
3
4
5
6
7
8
9
/* Tag_ABI_align8_preserved: This code preserves 8-byte
   alignment in any callee.  */
	.eabi_attribute 25, 1
/* Tag_ABI_align8_needed: This code may require 8-byte alignment from
   the caller.  */
	.eabi_attribute 24, 1

#include <csu/abi-note.S>