Revert use of memory_args_by_pointer in i386 gdbarch_tdep.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 24 Sep 2013 16:13:58 +0000 (16:13 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 24 Sep 2013 16:13:58 +0000 (16:13 +0000)
commit849e9755046dee69b1032fd2a9d9001cd69ca2c7
tree39777ac49b5da8618db0f2266af7c2f1ea30d90c
parentc1459fd6522c2074924ddca79d447befde2b35cf
Revert use of memory_args_by_pointer in i386 gdbarch_tdep.

This is no longer useful, as it was introduced to reuse the funcall
handling code in amd64-tdep.c in the context of x64-windows. But
we have since then changed the implementations to be completely
independent of each other.

This reverts the non-windows-specific part of the change called:
    amd64-windows: memory args passed by pointer during function calls.
(the x64-windows portion has already been reverted)

gdb/ChangeLog:

        Revert:
        * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
        * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
        where tdep->memory_args_by_pointer is non-zero.
gdb/ChangeLog
gdb/amd64-tdep.c
gdb/i386-tdep.h
This page took 0.029263 seconds and 4 git commands to generate.