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:11:01 +0000 (11:11 -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 ed1153f..a8e289e 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-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
        [BZ#16431]
index bc7b4c4..22aad04 100644 (file)
@@ -1 +1 @@
-/* Fortunately nothing to do.  */
+#include <sysdeps/generic/symbol-hacks.h>