mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Update.
* elf/elf.h: Fix typo in comment.
This commit is contained in:
parent
80f50bfacf
commit
828037ae0e
@ -1,5 +1,7 @@
|
||||
2004-01-15 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user