From 8f23eb7abe7bb6a73c69f6a8342fbfd526a1843a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 1 Apr 2004 18:49:40 +0000 Subject: Update. 2004-04-01 Ulrich Drepper * elf/elf.h: Define more ppc64 specific dynamic tags. * libio/fileops.c (new_do_write): Return _IO_size_t to make 64-bit --- ChangeLog | 6 +++++- elf/elf.h | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 29a743bbea..f5ededceb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-01 Ulrich Drepper + + * elf/elf.h: Define more ppc64 specific dynamic tags. + 2004-04-01 Jakub Jelinek * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): If protocol @@ -11,7 +15,7 @@ 2004-03-31 Andreas Jaeger - * libio/fileops.c (new_do_write): Return _IO_size_t to make 64-bit + * libio/fileops.c (new_do_write): Return _IO_size_t to make 64-bit clean. 2004-03-31 Ulrich Drepper diff --git a/elf/elf.h b/elf/elf.h index 56ba059e67..444c6de30c 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -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 */ -- cgit 1.4.1