]> sourceware.org Git - glibc.git/commitdiff
Correct DT_LOOS and DT_HIOS values.
authorUlrich Drepper <drepper@redhat.com>
Thu, 12 Sep 2002 18:56:23 +0000 (18:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 12 Sep 2002 18:56:23 +0000 (18:56 +0000)
elf/elf.h

index 7ce9165a43b20bc3dd34af936ef05e16a9f900db..2edf8e081b2fcf0374ce75d15c07f5b6d650b010 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -656,8 +656,8 @@ typedef struct
 #define DT_PREINIT_ARRAY 32            /* Array with addresses of preinit fct*/
 #define DT_PREINIT_ARRAYSZ 33          /* size in bytes of DT_PREINIT_ARRAY */
 #define        DT_NUM          34              /* Number used */
-#define DT_LOOS                0x60000000      /* Start of OS-specific */
-#define DT_HIOS                0x6fffffff      /* End of OS-specific */
+#define DT_LOOS                0x6000000d      /* Start of OS-specific */
+#define DT_HIOS                0x6ffff000      /* End of OS-specific */
 #define DT_LOPROC      0x70000000      /* Start of processor-specific */
 #define DT_HIPROC      0x7fffffff      /* End of processor-specific */
 #define        DT_PROCNUM      DT_MIPS_NUM     /* Most used by any processor */
This page took 0.048364 seconds and 5 git commands to generate.