about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-14 12:29:21 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-14 15:08:48 +0200
commit630bf4916f10bdba28a99480ef32170b977ea5fc (patch)
tree7712de6ab55a8351a22253d6ee234092297afbab /ChangeLog
parent9fa7449b35244645acaa450046b37678f46fe0f1 (diff)
downloadglibc-630bf4916f10bdba28a99480ef32170b977ea5fc.tar.gz
glibc-630bf4916f10bdba28a99480ef32170b977ea5fc.tar.xz
glibc-630bf4916f10bdba28a99480ef32170b977ea5fc.zip
_dl_start: Remove internal_function attribute
The i386 startup code needs adjusting because it calls the function
and the ABI has changed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf655ed0b4..74ad96d800 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2017-08-14  Florian Weimer  <fweimer@redhat.com>
 
+	* elf/rtld.c (_dl_start): Remove internal_function.
+	* sysdeps/i386/dl-machine.h (RTLD_START): Adjust call to
+	_dl_start.
+
+2017-08-14  Florian Weimer  <fweimer@redhat.com>
+
 	* elf/dl-fini.c (_dl_fini): Remove internal_function
 	* sysdeps/generic/ldsodefs.h (_dl_fini): Likewise.