]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include generic symbol-hacks.h for x32
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 20 Jan 2014 19:05:22 +0000 (11:05 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 20 Jan 2014 19:13:43 +0000 (11:13 -0800)
In BZ #15605 fix with addding memset/memmove alias in symbol-hacks.h,
x32 symbol-hacks.h change was missing.  Fixed by including
<sysdeps/generic/symbol-hacks.h> in x32 symbol-hacks.h.

ChangeLog
sysdeps/x86_64/x32/symbol-hacks.h

index 74d433076e27a1d725210bfcfc4c9a06c2d5241a..15ce0b6aa237165c58d0c934c12a9b7ec96a0759 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       [BZ #15605]
+       * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
+
 2014-01-04  Maxim Kuvyrkov  <maxim@kugelworks.com>
            Ondřej Bílka  <neleai@seznam.cz>
 
index bc7b4c44411ced7fe196bb4607b86db8baaf0725..22aad0443765b550042cb9a6dfd3e0257d744bf1 100644 (file)
@@ -1 +1 @@
-/* Fortunately nothing to do.  */
+#include <sysdeps/generic/symbol-hacks.h>