Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-05-27 21:05:53 +0400
committerH.J. Lu <hjl.tools@gmail.com>2009-05-27 21:05:53 +0400
commitc6e85c0de4c8916eccf78502ef8eca8f7ed59143 (patch)
treef8ac19ff8f3a5ca2b1d4ab309e427be959b7139a /include
parentc0cf44eadc5dacb96839641d0e588fd92e367343 (diff)
2009-05-27 H.J. Lu <hongjiu.lu@intel.com>
* common.h: Update comments for dynamic tag ranges.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/common.h10
2 files changed, 10 insertions, 4 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index dc2019c70..fb8c1a88e 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-27 H.J. Lu <hongjiu.lu@intel.com>
+
+ * common.h: Update comments for dynamic tag ranges.
+
2009-04-30 DJ Delorie <dj@redhat.com>
* mep.h (EF_MEP_COP_*): New.
diff --git a/include/elf/common.h b/include/elf/common.h
index a5b451d4d..75f4eb82d 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -640,10 +640,12 @@
#define DT_LOPROC 0x70000000
#define DT_HIPROC 0x7fffffff
-/* The next four dynamic tags are used on Solaris. We support them
- everywhere. Note these values lie outside of the (new) range for
- OS specific values. This is a deliberate special case and we
- maintain it for backwards compatability. */
+/* The next 2 dynamic tag ranges, integer value range (DT_VALRNGLO to
+ DT_VALRNGHI) and virtual address range (DT_ADDRRNGLO to DT_ADDRRNGHI),
+ are used on Solaris. We support them everywhere. Note these values
+ lie outside of the (new) range for OS specific values. This is a
+ deliberate special case and we maintain it for backwards compatability.
+ */
#define DT_VALRNGLO 0x6ffffd00
#define DT_GNU_PRELINKED 0x6ffffdf5
#define DT_GNU_CONFLICTSZ 0x6ffffdf6