From: Dave A. <ai...@us...> - 2003-02-16 23:27:54
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax In directory sc8-pr-cvs1:/tmp/cvs-serv1624 Modified Files: uaccess.h Log Message: DA: use .previous instead of .text Index: uaccess.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/uaccess.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- uaccess.h 11 Mar 2001 23:51:59 -0000 1.3 +++ uaccess.h 16 Feb 2003 23:27:50 -0000 1.4 @@ -204,10 +204,11 @@ "3: movl %3, %0\n" \ " clrl %1\n" \ " jmp 2b\n" \ + ".previous\n" \ ".section __ex_table,\"a\"\n" \ " .align 2\n" \ " .long 1b,3b\n" \ - ".text" \ + ".previous" \ : "=r"(err), "=r"(x) \ : "m"(*addr), "i"(-EFAULT), "0"(err)) |