diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/x86_64/x32/symbol-hacks.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ed1153f06c..a8e289ebb7 100644 --- 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] diff --git a/sysdeps/x86_64/x32/symbol-hacks.h b/sysdeps/x86_64/x32/symbol-hacks.h index bc7b4c4441..22aad04437 100644 --- a/sysdeps/x86_64/x32/symbol-hacks.h +++ b/sysdeps/x86_64/x32/symbol-hacks.h @@ -1 +1 @@ -/* Fortunately nothing to do. */ +#include <sysdeps/generic/symbol-hacks.h> |