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 remove any pathname for gdb's amd64nb...



details:   https://anonhg.NetBSD.org/src/rev/29a7c3ba9c3c
branches:  trunk
changeset: 337766:29a7c3ba9c3c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Apr 26 18:49:39 2015 +0000

description:
remove any pathname for gdb's amd64nbsd-tdep.c, so it doesn't really
matter where it lives.  PR#49859.

diffstat:

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

diffs (20 lines):

diff -r 75549fc001b8 -r 29a7c3ba9c3c sys/arch/amd64/include/frame_regs.h
--- a/sys/arch/amd64/include/frame_regs.h       Sun Apr 26 18:03:48 2015 +0000
+++ b/sys/arch/amd64/include/frame_regs.h       Sun Apr 26 18:49:39 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: frame_regs.h,v 1.6 2015/04/26 12:44:08 christos Exp $  */
+/*     $NetBSD: frame_regs.h,v 1.7 2015/04/26 18:49:39 mrg 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/external/gpl3/gdb/dist/gdb/amd64nbsd-tdep.c) has a lookup
- *    table that assumes the __greg_t ordering.
+ * 1) 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