diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-23 21:04:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-23 21:04:58 +0000 |
commit | fc9cfb28c05def1bfc0edc099d8001f83654fd10 (patch) | |
tree | b52e496f09f5ead62daac452c7bfdab30a1ef86c /ChangeLog | |
parent | eea1a8cf7cb1e919ce0e0d57b22a5f80d976bb57 (diff) | |
download | glibc-fc9cfb28c05def1bfc0edc099d8001f83654fd10.tar glibc-fc9cfb28c05def1bfc0edc099d8001f83654fd10.tar.gz glibc-fc9cfb28c05def1bfc0edc099d8001f83654fd10.tar.bz2 glibc-fc9cfb28c05def1bfc0edc099d8001f83654fd10.zip |
Update.
1999-07-23 Ulrich Drepper <drepper@cygnus.com>
* elf/elf.h: Add ET_LOOS and ET_HIOS.
Add various EM_* constants.
Add SHN_LOOS and SHN_HIOS.
Add SHT_INIT_ARRAY, SHT_FINI_ARRAY, and SHT_PREINIT_ARRAY.
Add SHF_MERGE and SHF_STRINGS.
(ElfXX_Sym): Update description of st_other field.
Add STT_COMMON.
Add ELFXX_ST_VISIBILITY and ELFXX_ST_OTHER.
Add STV_* macros.
Update comment on DT_RPATH. Add DT_RUNPATH, DT_FLAGS, DT_ENCODING,
DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ.
Add DF_ORIGIN, DF_SYMBOLIC, DF_TEXTREL, and DF_BIND_NOW.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +1999-07-23 Ulrich Drepper <drepper@cygnus.com> + + * elf/elf.h: Add ET_LOOS and ET_HIOS. + Add various EM_* constants. + Add SHN_LOOS and SHN_HIOS. + Add SHT_INIT_ARRAY, SHT_FINI_ARRAY, and SHT_PREINIT_ARRAY. + Add SHF_MERGE and SHF_STRINGS. + (ElfXX_Sym): Update description of st_other field. + Add STT_COMMON. + Add ELFXX_ST_VISIBILITY and ELFXX_ST_OTHER. + Add STV_* macros. + Update comment on DT_RPATH. Add DT_RUNPATH, DT_FLAGS, DT_ENCODING, + DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ. + Add DF_ORIGIN, DF_SYMBOLIC, DF_TEXTREL, and DF_BIND_NOW. + 1999-07-21 Roland McGrath <roland@baalperazim.frob.com> * elf/dl-reloc.c (_dl_reloc_bad_type): New function. |