aboutsummaryrefslogtreecommitdiff
path: root/REORG.TODO/sysdeps/arm/abi-note.S
blob: 07bd4c461994eb490eef08bdd5373bf26375ffd4 (plain)
1
2
3
4
5
6
7
8
/* 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>