4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-12 03:59:09 +08:00

2009-05-27 H.J. Lu <hongjiu.lu@intel.com>

* common.h: Update comments for dynamic tag ranges.
This commit is contained in:
H.J. Lu 2009-05-27 17:05:53 +00:00
parent c0cf44eadc
commit c6e85c0de4
2 changed files with 10 additions and 4 deletions

View 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> 2009-04-30 DJ Delorie <dj@redhat.com>
* mep.h (EF_MEP_COP_*): New. * mep.h (EF_MEP_COP_*): New.

View File

@ -640,10 +640,12 @@
#define DT_LOPROC 0x70000000 #define DT_LOPROC 0x70000000
#define DT_HIPROC 0x7fffffff #define DT_HIPROC 0x7fffffff
/* The next four dynamic tags are used on Solaris. We support them /* The next 2 dynamic tag ranges, integer value range (DT_VALRNGLO to
everywhere. Note these values lie outside of the (new) range for DT_VALRNGHI) and virtual address range (DT_ADDRRNGLO to DT_ADDRRNGHI),
OS specific values. This is a deliberate special case and we are used on Solaris. We support them everywhere. Note these values
maintain it for backwards compatability. */ 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_VALRNGLO 0x6ffffd00
#define DT_GNU_PRELINKED 0x6ffffdf5 #define DT_GNU_PRELINKED 0x6ffffdf5
#define DT_GNU_CONFLICTSZ 0x6ffffdf6 #define DT_GNU_CONFLICTSZ 0x6ffffdf6