Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3 Deregister (o)vadvise from gdb & gdb.org: ppc/...
details: https://anonhg.NetBSD.org/src/rev/7f35d24f7d10
branches: trunk
changeset: 358280:7f35d24f7d10
user: kamil <kamil%NetBSD.org@localhost>
date: Tue Dec 19 19:13:30 2017 +0000
description:
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>
diffstat:
external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c | 2 +-
external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 1d078cf64b57 -r 7f35d24f7d10 external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c
--- a/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c Tue Dec 19 19:10:13 2017 +0000
+++ b/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c Tue Dec 19 19:13:30 2017 +0000
@@ -1155,7 +1155,7 @@
/* 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" },
diff -r 1d078cf64b57 -r 7f35d24f7d10 external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c
--- a/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c Tue Dec 19 19:10:13 2017 +0000
+++ b/external/gpl3/gdb/dist/sim/ppc/emul_netbsd.c Tue Dec 19 19:13:30 2017 +0000
@@ -1155,7 +1155,7 @@
/* 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" },
Home |
Main Index |
Thread Index |
Old Index