From 8e33c9be8406165bceef333a2d7d2b42b00125ac Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 12 Sep 2002 18:56:23 +0000 Subject: [PATCH] Correct DT_LOOS and DT_HIOS values. --- elf/elf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elf/elf.h b/elf/elf.h index 7ce9165..2edf8e0 100644 --- 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 */ -- 2.7.4