]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 18 Jun 2012 17:31:34 +0000 (17:31 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 18 Jun 2012 17:31:34 +0000 (17:31 +0000)
commita9b8d892d692b8420b1803ee92b2de4fe9fdaf5f
treec2a29aed1d0e59605cdae98a432e32f3db987ed2
parente2e4d78b2216962789c8a982d3e889ba6933321a
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.
gdb/ChangeLog
gdb/amd64-dicos-tdep.c
gdb/dicos-tdep.c
gdb/i386-dicos-tdep.c
gdb/i386-tdep.c