From b05f243280c921455098656b2fdafecdd58f9cb4 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 28 Mar 2001 11:36:23 +0000 Subject: * 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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 99dc2be..bfd7594 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,18 @@ 2001-03-28 Mark Kettenis + * 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. + * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and make it work again. (NUM_FREGS): Redefine to 0. -- cgit v1.1