Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
	* elf/elf.h (DT_CHECKSUM): Define.
  • Loading branch information
Ulrich Drepper committed Feb 15, 2001
1 parent 581cc57 commit 3f1866e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions elf/elf.h
Expand Up @@ -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
Expand Down

0 comments on commit 3f1866e

Please sign in to comment.