summaryrefslogtreecommitdiffstats
path: root/lib/csu/common/notes.h
Commit message (Collapse)AuthorAgeFilesLines
* Add an elf note on ARM to store the MACHINE_ARCH an executable was builtandrew2013-09-261-0/+1
| | | | | | | | | | for. This is useful for software needing to know which architecture a binary is built for as arm and armv6 have slight differences meaning only some binaries build for one will work as expected on the other. It is expected pkgng will be able to make use of this to simplify the logic to determine which package ABI to use. Approved by: re (kib)
* Add a header with definitions useful for constructing ELF notes.kib2012-03-111-0/+38
Reviewed by: kan MFC after: 3 weeks
OpenPOWER on IntegriCloud