platform_bionic/libc/arch-arm/include/machine
Elliott Hughes c13fb75cea Move bionic over to GCC's 'warning' attribute.
This is a better solution than the old __warn_references because it's
a compile-time rather than link-time warning, it doesn't rely on something
that doesn't appear to be supported by gold (which is why you only used
to see these warnings on mips builds), and the errors refer to the exact
call site(s) rather than just telling you which object file contains a
reference to the bad function.

This is primarily so we can build bionic for aarch64; building libc.so
caused these warnings to fire (because link time is the wrong time) and
warnings are errors.

Change-Id: I5df9281b2a9d98b164a9b11807ea9472c6faa9e3
2013-12-17 20:43:30 -08:00
..
_types.h Upgrade libm. 2013-02-01 14:51:19 -08:00
asm.h Add .cfi_startproc/.cfi_endproc to ENTRY/END. 2013-11-19 16:31:24 -08:00
cpu-features.h Clean up some ARMv4/ARMv5 cruft. 2013-12-13 14:02:30 -08:00
elf_machdep.h Use the NetBSD <sys/exec_elf.h>. 2013-01-29 15:02:50 -08:00
endian.h Clean up some ARMv4/ARMv5 cruft. 2013-12-13 14:02:30 -08:00
exec.h Initial Contribution 2008-10-21 07:00:00 -07:00
ieee.h Initial Contribution 2008-10-21 07:00:00 -07:00
kernel.h Initial Contribution 2008-10-21 07:00:00 -07:00
limits.h Initial Contribution 2008-10-21 07:00:00 -07:00
setjmp.h Fix setjmp()/longjmp() to save FP registers on ARMv7. - DO NOT MERGE 2010-06-09 13:18:29 -07:00