]> sourceware.org Git - newlib-cygwin.git/commitdiff
* arm.h (SHT_ARM_PREEMPTMAP, SHT_ARM_ATTRIBUTES): New defines.
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 9 Sep 2005 13:06:21 +0000 (13:06 +0000)
committerRichard Earnshaw <rearnsha@arm.com>
Fri, 9 Sep 2005 13:06:21 +0000 (13:06 +0000)
include/elf/ChangeLog
include/elf/arm.h

index a2858c9cfca498b3e7905d5537d10e2d743735ba..310e99752fe9316164c25ef77d3b22122281b0c8 100644 (file)
@@ -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>
 
        * hppa.h (SHT_PARISC_DLKM, SHF_PARISC_WEAKORDER, PT_PARISC_WEAKORDER):
index 23d9f92e25d1fe4ba779657d847c6d8a89ae31b9..c4bfaf2872311a864ff7fc8704397c895c57517d 100644 (file)
@@ -71,6 +71,8 @@
 
 /* Additional section types.  */
 #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.  */
 #define SHF_ENTRYSECT      0x10000000   /* Section contains an entry point.  */
This page took 0.029484 seconds and 5 git commands to generate.