Module Name:    src
Committed By:   christos
Date:           Sun Apr 26 12:44:08 UTC 2015

Modified Files:
        src/sys/arch/amd64/include: frame_regs.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amd64/include/frame_regs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/include/frame_regs.h
diff -u src/sys/arch/amd64/include/frame_regs.h:1.5 src/sys/arch/amd64/include/frame_regs.h:1.6
--- src/sys/arch/amd64/include/frame_regs.h:1.5	Wed Nov 26 23:41:55 2014
+++ src/sys/arch/amd64/include/frame_regs.h	Sun Apr 26 08:44:08 2015
@@ -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.

Reply via email to