crtstuff: Move ELF note definitions to dedicated header
authorJohn Marino <draco@marino.st>
Sat, 17 Mar 2012 11:15:04 +0000 (12:15 +0100)
committerJohn Marino <draco@marino.st>
Sun, 18 Mar 2012 02:11:55 +0000 (03:11 +0100)
commit7ddb295fd0b0dc289b34853c355bae6492797271
tree5eed802c2432486e27f7f1a9561e67ad9a85d0a6
parent2816d07c9fbb8eb5c2113fe5b98864d6683d43c4
crtstuff: Move ELF note definitions to dedicated header

Currently only note.ABI-tag is defined in crt files for the purpose
of identifying the operating system and version that created the binary.
Soon a new type of note will be created to indicate whether crt is
responsible for calling the _init function or not.  Creating a separate
header avoids duplicate note definitions.
lib/csu/common/crtbrand.c
lib/csu/common/notes.h [new file with mode: 0644]