Blame sysdeps/arm/abi-note.S

Packit 6c4009
/* Tag_ABI_align8_preserved: This code preserves 8-byte
Packit 6c4009
   alignment in any callee.  */
Packit 6c4009
	.eabi_attribute 25, 1
Packit 6c4009
/* Tag_ABI_align8_needed: This code may require 8-byte alignment from
Packit 6c4009
   the caller.  */
Packit 6c4009
	.eabi_attribute 24, 1
Packit 6c4009
Packit 6c4009
#include <csu/abi-note.S>