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

This commit is contained in:
christos 2015-04-26 12:44:08 +00:00
parent b3625a90bc
commit e9bc88c818
1 changed files with 3 additions and 3 deletions

View File

@ -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.