Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb.old/dist/sim/ppc gdb.old: Add missing */



details:   https://anonhg.NetBSD.org/src/rev/9191ac9d9433
branches:  trunk
changeset: 828563:9191ac9d9433
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Dec 19 09:01:24 2017 +0000

description:
gdb.old: Add missing */

Sponsored by <The NetBSD Foundation>

diffstat:

 external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1f0285bad0a9 -r 9191ac9d9433 external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c
--- a/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c  Tue Dec 19 08:51:09 2017 +0000
+++ b/external/gpl3/gdb.old/dist/sim/ppc/emul_netbsd.c  Tue Dec 19 09:01:24 2017 +0000
@@ -1153,7 +1153,7 @@
   { 0, }, /* 67 is obsolete vread */
   { 0, }, /* 68 is obsolete vwrite */
   /* 69 */ { 0, "sbrk" },
-  { 0, }, /* 70 is obsolete sstk *
+  { 0, }, /* 70 is obsolete sstk */
   { 0, }, /* 71 is old mmap */
   /* 72 */ { 0, "vadvise" },
   /* 73 */ { 0, "munmap" },



Home | Main Index | Thread Index | Old Index