2009-05-27 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 27 May 2009 17:05:53 +0000 (17:05 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 27 May 2009 17:05:53 +0000 (17:05 +0000)
* common.h: Update comments for dynamic tag ranges.

include/elf/ChangeLog
include/elf/common.h

index dc2019c..fb8c1a8 100644 (file)
@@ -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.
index a5b451d..75f4eb8 100644 (file)
 #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