diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/x86_64/x32/divdi3.c | 1 | ||||
-rw-r--r-- | sysdeps/x86_64/x32/symbol-hacks.h | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2012-05-16 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/x86_64/x32/divdi3.c: New dummy file. + * sysdeps/x86_64/x32/symbol-hacks.h: Likewise. + +2012-05-16 H.J. Lu <hongjiu.lu@intel.com> + * sysvipc/sys/msg.h (msgbuf): Replace long int with __syscall_slong_t. diff --git a/sysdeps/x86_64/x32/divdi3.c b/sysdeps/x86_64/x32/divdi3.c new file mode 100644 index 0000000000..bc7b4c4441 --- /dev/null +++ b/sysdeps/x86_64/x32/divdi3.c @@ -0,0 +1 @@ +/* Fortunately nothing to do. */ diff --git a/sysdeps/x86_64/x32/symbol-hacks.h b/sysdeps/x86_64/x32/symbol-hacks.h new file mode 100644 index 0000000000..bc7b4c4441 --- /dev/null +++ b/sysdeps/x86_64/x32/symbol-hacks.h @@ -0,0 +1 @@ +/* Fortunately nothing to do. */ |