[PATCH] AArch64: Allow additional sizes in prologue
Tom Tromey
tom@tromey.com
Tue Aug 6 13:52:00 GMT 2019
>>>>> "Alan" == Alan Hayward <Alan.Hayward@arm.com> writes:
Alan> I probably missed that because the correct formatting looks horrible:
Alan> stack.store (pv_add_constant (regs[rn],
Alan> inst.operands[1].addr.offset.imm),
Alan> size, regs[rt]);
This is a pretty normal style you'd see in gdb.
Alan> Instead, I can update it to the following
Alan> stack.store (
Alan> pv_add_constant (regs[rn], inst.operands[1].addr.offset.imm),
Alan> size, regs[rt]);
gdb doesn't normally use the trailing open paren style like that.
Tom
More information about the Gdb-patches
mailing list