Module Name:    src
Committed By:   kamil
Date:           Tue Dec 19 19:13:30 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:
Deregister (o)vadvise from gdb & gdb.org: ppc/emul_netbsd

The (o)vadvise syscall is dummy since the beginning of NetBSD.

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c
cvs rdiff -u -r1.8 -r1.9 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.8 src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c:1.9
--- src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c:1.8	Tue Dec 19 09:01:24 2017
+++ src/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c	Tue Dec 19 19:13:30 2017
@@ -1155,7 +1155,7 @@ static emul_syscall_descriptor netbsd_de
   /* 69 */ { 0, "sbrk" },
   { 0, }, /* 70 is obsolete sstk */
   { 0, }, /* 71 is old mmap */
-  /* 72 */ { 0, "vadvise" },
+  { 0, }, /* 72 is obsolete vadvise */
   /* 73 */ { 0, "munmap" },
   /* 74 */ { 0, "mprotect" },
   /* 75 */ { 0, "madvise" },

Index: src/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c
diff -u src/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c:1.8 src/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c:1.9
--- src/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c:1.8	Tue Dec 19 08:02:55 2017
+++ src/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c	Tue Dec 19 19:13:30 2017
@@ -1155,7 +1155,7 @@ static emul_syscall_descriptor netbsd_de
   /* 69 */ { 0, "sbrk" },
   { 0, }, /* 70 is obsolete sstk */
   { 0, }, /* 71 is old mmap */
-  /* 72 */ { 0, "vadvise" },
+  { 0, }, /* 72 is obsolete vadvise */
   /* 73 */ { 0, "munmap" },
   /* 74 */ { 0, "mprotect" },
   /* 75 */ { 0, "madvise" },

Reply via email to