OSDN Git Service

* i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
authorMark Kettenis <kettenis@gnu.org>
Wed, 28 Mar 2001 11:36:23 +0000 (11:36 +0000)
committerMark Kettenis <kettenis@gnu.org>
Wed, 28 Mar 2001 11:36:23 +0000 (11:36 +0000)
commit9c910f2f54d9671b100bc9ce9698d283c1bc214c
tree930dbfb17fbbbc422cff5cd71a868cd65907dc49
parent0dcb8b8253b3ae6763937bcb59473e510793af30
* i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
config/i386/nm-linux.h (including comment).
(i386_linux_frame_chain): New function implementing guts of the
former FRAME_CHAIN macro, but using read_memory_unsigned_integer
instead of read_memory_integer.
(i386_linux_frame_saved_pc): Removed doc pointing to
i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
now lives in this file.
* config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
i386-linux-tdep.c (including comment).
(FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
(i386_linux_frame_chain): New prototype.
gdb/ChangeLog
gdb/config/i386/tm-linux.h
gdb/i386-linux-tdep.c