mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Update.
* elf/elf.h (DT_CHECKSUM): Define.
This commit is contained in:
parent
581cc571c2
commit
3f1866e362
@ -1,5 +1,7 @@
|
|||||||
2001-02-15 Ulrich Drepper <drepper@redhat.com>
|
2001-02-15 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* elf/elf.h (DT_CHECKSUM): Define.
|
||||||
|
|
||||||
* sysdeps/generic/strtoll.c: Don't export __strto*_internal as
|
* sysdeps/generic/strtoll.c: Don't export __strto*_internal as
|
||||||
default symbol.
|
default symbol.
|
||||||
* sysdeps/generic/strtoull.c: Likewise.
|
* sysdeps/generic/strtoull.c: Likewise.
|
||||||
|
@ -628,6 +628,7 @@ typedef struct
|
|||||||
Dyn.d_un.d_val field of the Elf*_Dyn structure. This follows Sun's
|
Dyn.d_un.d_val field of the Elf*_Dyn structure. This follows Sun's
|
||||||
approach. */
|
approach. */
|
||||||
#define DT_VALRNGLO 0x6ffffd00
|
#define DT_VALRNGLO 0x6ffffd00
|
||||||
|
#define DT_CHECKSUM 0x6ffffdf8
|
||||||
#define DT_PLTPADSZ 0x6ffffdf9
|
#define DT_PLTPADSZ 0x6ffffdf9
|
||||||
#define DT_MOVEENT 0x6ffffdfa
|
#define DT_MOVEENT 0x6ffffdfa
|
||||||
#define DT_MOVESZ 0x6ffffdfb
|
#define DT_MOVESZ 0x6ffffdfb
|
||||||
|
Loading…
Reference in New Issue
Block a user