* arm.h (SHT_ARM_PREEMPTMAP, SHT_ARM_ATTRIBUTES): New defines.
This commit is contained in:
parent
3e470ab5cd
commit
1cacb6941a
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-09-09 Richard Earnshaw <richard.earnshaw@arm.com>
|
||||||
|
|
||||||
|
* arm.h (SHT_ARM_PREEMPTMAP, SHT_ARM_ATTRIBUTES): New defines.
|
||||||
|
|
||||||
2005-08-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
2005-08-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||||
|
|
||||||
* hppa.h (SHT_PARISC_DLKM, SHF_PARISC_WEAKORDER, PT_PARISC_WEAKORDER):
|
* hppa.h (SHT_PARISC_DLKM, SHF_PARISC_WEAKORDER, PT_PARISC_WEAKORDER):
|
||||||
|
|
|
@ -71,6 +71,8 @@
|
||||||
|
|
||||||
/* Additional section types. */
|
/* Additional section types. */
|
||||||
#define SHT_ARM_EXIDX 0x70000001 /* Section holds ARM unwind info. */
|
#define SHT_ARM_EXIDX 0x70000001 /* Section holds ARM unwind info. */
|
||||||
|
#define SHT_ARM_PREEMPTMAP 0x70000002 /* Section pre-emption details. */
|
||||||
|
#define SHT_ARM_ATTRIBUTES 0x70000003 /* Section holds attributes. */
|
||||||
|
|
||||||
/* ARM-specific values for sh_flags. */
|
/* ARM-specific values for sh_flags. */
|
||||||
#define SHF_ENTRYSECT 0x10000000 /* Section contains an entry point. */
|
#define SHF_ENTRYSECT 0x10000000 /* Section contains an entry point. */
|
||||||
|
|
Loading…
Reference in a new issue