* [PATCH] update libaio to 0.3.106
@ 2006-07-13 22:57 Alex Williamson
0 siblings, 0 replies; only message in thread
From: Alex Williamson @ 2006-07-13 22:57 UTC (permalink / raw)
To: xen-devel; +Cc: xen-ia64-devel
Libaio 0.3.104 in xen-unstable doesn't build on ia64. This updates
to 0.3.106, which does build. Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r f692a0a476c5 tools/libaio/libaio.spec
--- a/tools/libaio/libaio.spec Thu Jul 13 15:33:08 2006 +0100
+++ b/tools/libaio/libaio.spec Thu Jul 13 16:19:27 2006 -0600
@@ -1,5 +1,5 @@ Name: libaio
Name: libaio
-Version: 0.3.104
+Version: 0.3.106
Release: 1
Summary: Linux-native asynchronous I/O access library
Copyright: LGPL
@@ -59,6 +59,16 @@ make install prefix=$RPM_BUILD_ROOT/usr
%attr(0644,root,root) %{_libdir}/libaio.a
%changelog
+* Tue Jan 3 2006 Jeff Moyer <jmoyer@redhat.com> - 0.3.106-1
+- Add a .proc directive for the ia64_aio_raw_syscall macro. This sounds a lot
+ like the previous entry, but that one fixed the __ia64_raw_syscall macro,
+ located in syscall-ia64.h. This macro is in raw_syscall.c, which pretty much
+ only exists for ia64. This bug prevented the package from building with
+ newer version of gcc.
+
+* Mon Aug 1 2005 Jeff Moyer <jmoyer@redhat.com> - 0.3.105-1
+- Add a .proc directive for the ia64 raw syscall macro.
+
* Fri Apr 1 2005 Jeff Moyer <jmoyer@redhat.com> - 0.3.104-1
- Add Alpha architecture support. (Sergey Tikhonov <tsv@solvo.ru>)
diff -r f692a0a476c5 tools/libaio/src/raw_syscall.c
--- a/tools/libaio/src/raw_syscall.c Thu Jul 13 15:33:08 2006 +0100
+++ b/tools/libaio/src/raw_syscall.c Thu Jul 13 16:19:27 2006 -0600
@@ -4,6 +4,7 @@
/* based on code from glibc by Jes Sorensen */
__asm__(".text\n"
".globl __ia64_aio_raw_syscall\n"
+ ".proc __ia64_aio_raw_syscall\n"
"__ia64_aio_raw_syscall:\n"
"alloc r2=ar.pfs,1,0,8,0\n"
"mov r15=r32\n"
diff -r f692a0a476c5 tools/libaio/src/syscall-ia64.h
--- a/tools/libaio/src/syscall-ia64.h Thu Jul 13 15:33:08 2006 +0100
+++ b/tools/libaio/src/syscall-ia64.h Thu Jul 13 16:19:27 2006 -0600
@@ -7,6 +7,7 @@
#define __ia64_raw_syscall(fname, sname) \
__asm__ (".text\n" \
".globl " SYMSTR(fname) "\n" \
+ ".proc " SYMSTR(fname) "\n" \
SYMSTR(fname) ":\n" \
" mov r15=" SYMSTR( __NR_ ## sname ) "\n" \
" break 0x100000\n" \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-07-13 22:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-13 22:57 [PATCH] update libaio to 0.3.106 Alex Williamson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.