* 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)
commitb05f243280c921455098656b2fdafecdd58f9cb4
treed21f91508baa5286547daaf456c10e96ff4614ac
parent0eebe06ae61dcaabe4e917a4ab5c3823528af1f5
* 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