summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-08-27 07:50:23 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-08-27 07:50:34 -0700
commit267dfab1bd91954eca636e7aa7f5652f6e72fbfc (patch)
tree9798232e8591cc5ee1872f15bde0f71b3d69cfbd /ChangeLog
parente30680c07a1504434db57d598d63bd93b8d01606 (diff)
downloadglibc-267dfab1bd91954eca636e7aa7f5652f6e72fbfc.tar.gz
glibc-267dfab1bd91954eca636e7aa7f5652f6e72fbfc.tar.xz
glibc-267dfab1bd91954eca636e7aa7f5652f6e72fbfc.zip
Move i486/htonl.S to htonl.S
Since glibc doesn't support i386 any more, we can move i486/htonl.S to
htonl.S.

	* sysdeps/i386/i486/htonl.S: Moved ...
	* sysdeps/i386/htonl.S: here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10833a55e4..fcc23c77df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/i386/i486/htonl.S: Moved ...
+	* sysdeps/i386/htonl.S: here.
+
+2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/i386/i486/bits/atomic.h: Moved to ...
 	* sysdeps/i386/bits/atomic.h: Here.