repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add stub sys/procfs.h file
[glibc.git]
/
sysdeps
/
arm
/
abi-note.S
blob
07bd4c461994eb490eef08bdd5373bf26375ffd4
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
7
8
#include <csu/abi-note.S>