about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos_odonell@mentor.com>2012-04-07 09:34:45 -0400
committerDavid S. Miller <davem@davemloft.net>2012-04-07 09:41:22 -0400
commit96154cd892c614f13f32996ce75df1442641fb5b (patch)
treebdd4ca7d973305a053895d3ea3cfd5dff428b9cc /ChangeLog
parentf8887d0a5feda97244613135822b0439addc2b1f (diff)
downloadglibc-96154cd892c614f13f32996ce75df1442641fb5b.tar.gz
glibc-96154cd892c614f13f32996ce75df1442641fb5b.tar.xz
glibc-96154cd892c614f13f32996ce75df1442641fb5b.zip
Simplify _ELF_DYNAMIC_DO_RELOC after combining the old two defs.
	* elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
	conditions and remove no longer applicable assertion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91e836149c..0544a89ab4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
+
+	* elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
+	conditions and remove no longer applicable assertion.
+
 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* bits/byteswap.h (__bswap_16): Removed.