Browse Source

update for newer binutils

Mike Frysinger 18 years ago
parent
commit
7682b26483
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/stdlib/abort.c

+ 1 - 1
libc/stdlib/abort.c

@@ -37,7 +37,7 @@ Cambridge, MA 02139, USA.  */
 #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__)