From: Ulrich Drepper Date: Thu, 15 Jan 2004 22:32:26 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~11390 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=828037ae0e5ce383531e73d5878a4a700669e295;p=platform%2Fupstream%2Flinaro-glibc.git Update. * elf/elf.h: Fix typo in comment. --- diff --git a/ChangeLog b/ChangeLog index 6583cbc..ff3e60a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-01-15 Ulrich Drepper + * elf/elf.h: Fix typo in comment. + * sysdeps/generic/dl-sysdep.c: Initialize __libc_stack_end. * elf/rtld.c: Initialize _dl_argv to allow aliasing. diff --git a/elf/elf.h b/elf/elf.h index 9a4da65..198dc7f 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -363,8 +363,8 @@ typedef struct #define SHF_MASKPROC 0xf0000000 /* Processor-specific */ #define SHF_ORDERED (1 << 30) /* Special ordering requirement (Solaris). */ -#define SHF_EXCLUDE (1 << 31) /* Section is excluded unless refereced - or allocated (Solaris). */ +#define SHF_EXCLUDE (1 << 31) /* Section is excluded unless + referenced or allocated (Solaris).*/ /* Section group handling. */ #define GRP_COMDAT 0x1 /* Mark group as COMDAT. */