* elf/elf.h (DT_CHECKSUM): Define.
This commit is contained in:
Ulrich Drepper 2001-02-15 18:08:37 +00:00
parent 581cc571c2
commit 3f1866e362
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2001-02-15 Ulrich Drepper <drepper@redhat.com>
* elf/elf.h (DT_CHECKSUM): Define.
* sysdeps/generic/strtoll.c: Don't export __strto*_internal as
default symbol.
* sysdeps/generic/strtoull.c: Likewise.

View File

@ -628,6 +628,7 @@ typedef struct
Dyn.d_un.d_val field of the Elf*_Dyn structure. This follows Sun's
approach. */
#define DT_VALRNGLO 0x6ffffd00
#define DT_CHECKSUM 0x6ffffdf8
#define DT_PLTPADSZ 0x6ffffdf9
#define DT_MOVEENT 0x6ffffdfa
#define DT_MOVESZ 0x6ffffdfb