All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: xen-devel <xen-devel@lists.xensource.com>
Cc: xen-ia64-devel <xen-ia64-devel@lists.xensource.com>
Subject: [PATCH] update libaio to 0.3.106
Date: Thu, 13 Jul 2006 16:57:29 -0600	[thread overview]
Message-ID: <1152831449.5789.40.camel@lappy> (raw)


   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"				\

                 reply	other threads:[~2006-07-13 22:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1152831449.5789.40.camel@lappy \
    --to=alex.williamson@hp.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-ia64-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.