Module Name: src
Committed By: kamil
Date: Tue Dec 19 08:02:55 UTC 2017
Modified Files:
src/external/gpl3/gdb.old/dist/sim/ppc: emul_netbsd.c
src/external/gpl3/gdb/dist/sim/ppc: emul_netbsd.c
Log Message:
gdb & gdb.old: Forget about sstk in ppc/emul_netbsd.c
The sstk(2) syscall has not been implemented and will be removed.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c
diff -u src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c:1.6 src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c:1.7
--- src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c:1.6 Tue Nov 28 18:10:15 2017
+++ src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c Tue Dec 19 08:02:55 2017
@@ -1153,7 +1153,7 @@ static emul_syscall_descriptor netbsd_de
{ 0, }, /* 67 is obsolete vread */
{ 0, }, /* 68 is obsolete vwrite */
/* 69 */ { 0, "sbrk" },
- /* 70 */ { 0, "sstk" },
+ { 0, }, /* 70 is obsolete sstk *
{ 0, }, /* 71 is old mmap */
/* 72 */ { 0, "vadvise" },
/* 73 */ { 0, "munmap" },
Index: src/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c
diff -u src/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c:1.7 src/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c:1.8
--- src/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c:1.7 Tue Nov 28 22:04:55 2017
+++ src/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c Tue Dec 19 08:02:55 2017
@@ -1153,7 +1153,7 @@ static emul_syscall_descriptor netbsd_de
{ 0, }, /* 67 is obsolete vread */
{ 0, }, /* 68 is obsolete vwrite */
/* 69 */ { 0, "sbrk" },
- /* 70 */ { 0, "sstk" },
+ { 0, }, /* 70 is obsolete sstk */
{ 0, }, /* 71 is old mmap */
/* 72 */ { 0, "vadvise" },
/* 73 */ { 0, "munmap" },