]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
PowerPC64 ELFv2 ABI: stack frame layout changes
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 4 Feb 2014 17:41:36 +0000 (18:41 +0100)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 4 Feb 2014 17:41:36 +0000 (18:41 +0100)
commit52f548e41f085550d7740c350c1c8a239532af77
tree179f74e2933f43f6e02eb534a4f2c0c271167b1a
parentd4094b6a8883ae481c7644c5a210254efe92e9ad
PowerPC64 ELFv2 ABI: stack frame layout changes

This implementes another change in ELFv2: the stack frame no longer
contains the reserved double words for linker and compiler use
(which weren't really used for much of anything anyway).  This
affects placement of on-stack parameters in inferior calls.

gdb/ChangeLog:

* ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Use correct
offset to the stack parameter list for the ELFv2 ABI.
gdb/ChangeLog
gdb/ppc-sysv-tdep.c