[commit] Re: Possible future NX ON_STACk regression Re: [patch 3/3] Use ON_STACK for i386/amd64 (gdb2495.exp regression)

Jan Kratochvil jan.kratochvil@redhat.com
Mon Jun 18 17:32:00 GMT 2012


On Mon, 18 Jun 2012 16:51:30 +0200, Mark Kettenis wrote:
> > So the GDB patch should be compatible with Linux kernels in general I hope.
[...]
> OK, go for it then.

Checked in:
	http://sourceware.org/ml/gdb-cvs/2012-06/msg00140.html

gdb/
	Switch i386 and derived targets to ON_STACK.
	* amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
	(amd64_dicos_init_abi): Remove its installment.
	* dicos-tdep.c (dicos_init_abi): Remove the
	set_gdbarch_call_dummy_location call.  Update the comment here.
	* i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
	(i386_dicos_init_abi): Remove its installment.
	* i386-tdep.c (i386_push_dummy_code): New function.
	(i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
	i386_push_dummy_code.


Thanks,
Jan



More information about the Gdb-patches mailing list