Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/include PR/49859: Kamil Rytarowski: Invalid p...



details:   https://anonhg.NetBSD.org/src/rev/ca961114a9dd
branches:  trunk
changeset: 337754:ca961114a9dd
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 26 12:44:08 2015 +0000

description:
PR/49859: Kamil Rytarowski: Invalid path to amd64nbsd-tdep.c in a comment

diffstat:

 sys/arch/amd64/include/frame_regs.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 837abec2e5de -r ca961114a9dd sys/arch/amd64/include/frame_regs.h
--- a/sys/arch/amd64/include/frame_regs.h       Sun Apr 26 09:45:40 2015 +0000
+++ b/sys/arch/amd64/include/frame_regs.h       Sun Apr 26 12:44:08 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: frame_regs.h,v 1.5 2014/11/27 04:41:55 uebayasi Exp $  */
+/*     $NetBSD: frame_regs.h,v 1.6 2015/04/26 12:44:08 christos Exp $  */
 
 #ifndef _AMD64_FRAME_REGS_H_
 #define _AMD64_FRAME_REGS_H_
@@ -11,8 +11,8 @@
  * has been changed to improve syscall efficiency.
  *
  * Notes:
- * 1) gdb (src/gnu/dist/gdb6/gdb/amd64nbsd-tdep.c) has a lookup table that
- *    assumes the __greg_t ordering.
+ * 1) gdb (src/external/gpl3/gdb/dist/gdb/amd64nbsd-tdep.c) has a lookup
+ *    table that assumes the __greg_t ordering.
  * 2) src/lib/libc/arch/x86_64/gen/makecontext.c assumes that the first
  *    6 entries in the __greg_t array match the registers used to pass
  *    function arguments.



Home | Main Index | Thread Index | Old Index