commit | dacfb6ebd630641d851b6df94c3b4587969a6cfb | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Thu Jun 03 14:21:07 1999 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Thu Jun 03 14:21:07 1999 +0000 |
tree | e3ad50dcdfba5daa256bb6de3d023843d12dbdb3 | |
parent | 8783c011ea6b511c52c7813132d29751c0746f5f [diff] [blame] |
Add sparc patches from Jakub Jelinek
diff --git a/syscall.c b/syscall.c index 4504e4c..cea9e67 100644 --- a/syscall.c +++ b/syscall.c
@@ -653,6 +653,10 @@ /* Linux/SPARC syscall trap. */ set_personality(0); break; + case 0x91d0206d: + /* Linux/SPARC64 syscall trap. */ + fprintf(stderr,"syscall: Linux/SPARC64 not supported yet\n"); + return -1; case 0x91d02000: /* SunOS syscall trap. (pers 1) */ fprintf(stderr,"syscall: SunOS no support\n");