about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-23 21:04:58 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-23 21:04:58 +0000
commitfc9cfb28c05def1bfc0edc099d8001f83654fd10 (patch)
treeb52e496f09f5ead62daac452c7bfdab30a1ef86c /ChangeLog
parenteea1a8cf7cb1e919ce0e0d57b22a5f80d976bb57 (diff)
downloadglibc-fc9cfb28c05def1bfc0edc099d8001f83654fd10.tar.gz
glibc-fc9cfb28c05def1bfc0edc099d8001f83654fd10.tar.xz
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--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 846ed84863..a254cc09aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.