svn commit: trunk/uClibc/libc/stdlib

vapier at uclibc.org vapier at uclibc.org
Mon Jan 9 04:04:12 UTC 2006


Author: vapier
Date: 2006-01-08 20:04:11 -0800 (Sun, 08 Jan 2006)
New Revision: 13195

Log:
update for newer binutils

Modified:
   trunk/uClibc/libc/stdlib/abort.c


Changeset:
Modified: trunk/uClibc/libc/stdlib/abort.c
===================================================================
--- trunk/uClibc/libc/stdlib/abort.c	2006-01-09 03:57:37 UTC (rev 13194)
+++ trunk/uClibc/libc/stdlib/abort.c	2006-01-09 04:04:11 UTC (rev 13195)
@@ -37,7 +37,7 @@
 #elif defined(__arm__)
 #define ABORT_INSTRUCTION asm ("bl abort")
 #elif defined(__hppa__)
-#define ABORT_INSTRUCTION asm ("iitlbp %r0,(%r0)")
+#define ABORT_INSTRUCTION asm ("iitlbp %r0,(%sr0,%r0)")
 #elif defined(__i386__)
 #define ABORT_INSTRUCTION asm ("hlt")
 #elif defined(__ia64__)




More information about the uClibc-cvs mailing list