This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Pushing Inferior Function Arguments onto Stack on PowerPC64 machines


>>>>> Daniel Jacobowitz writes:

>> From reading the PPC64 Platform ABI  at
>> http://www.freestandards.org/spec/ELF/ppc64/PPC-elf64abi-1.9.html
>> ( see section 3.1.7)  it appears that on Big Endian machines,
>> values are  left aligned. But looks like GCC has different rules and right
>> aligns the values which are put on the
>> registers. This matches  Andrew Cagney  comment in the code, that says that
>> ABI specifies that the values
>> should be left aligned. But like I said in my earlier note, GCC appears to
>> want the values to be
>> right aligned.  Would appreciate another set of eyes looking at it as I
>> don't have too much experience
>> in this area.

	The PPC64 Linux ABI changed.  AIX always pads upwards.  PPC64
Linux pads aggregates smaller than a doubleword downward.

"An aggregate or union smaller than one doubleword in size is padded so
that it appears in the least significant bits of the doubleword.  All
others are padded, if necessary, at their tail."

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]