diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-01 18:49:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-01 18:49:40 +0000 |
commit | 8f23eb7abe7bb6a73c69f6a8342fbfd526a1843a (patch) | |
tree | e168d394139a2755eef0e39ee687d84b87653dde /elf/elf.h | |
parent | dd047aa514bba3fc2c289646afe0aab1d88a00b2 (diff) | |
download | glibc-8f23eb7abe7bb6a73c69f6a8342fbfd526a1843a.tar glibc-8f23eb7abe7bb6a73c69f6a8342fbfd526a1843a.tar.gz glibc-8f23eb7abe7bb6a73c69f6a8342fbfd526a1843a.tar.bz2 glibc-8f23eb7abe7bb6a73c69f6a8342fbfd526a1843a.zip |
Update.
2004-04-01 Ulrich Drepper <drepper@redhat.com>
* elf/elf.h: Define more ppc64 specific dynamic tags.
* libio/fileops.c (new_do_write): Return _IO_size_t to make 64-bit
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2077,7 +2077,9 @@ typedef Elf32_Addr Elf32_Conflict; /* PowerPC64 specific values for the Dyn d_tag field. */ #define DT_PPC64_GLINK (DT_LOPROC + 0) -#define DT_PPC64_NUM 1 +#define DT_PPC64_OPD (DT_LOPROC + 1) +#define DT_PPC64_OPDSZ (DT_LOPROC + 2) +#define DT_PPC64_NUM 3 /* ARM specific declarations */ |