[PATCH] ARM: Do not use FP reg when on AAPCS

Pedro Alves palves@redhat.com
Wed Oct 24 17:23:00 GMT 2018


Tiny nit:

On 10/24/2018 12:40 PM, Marius Muench wrote:
> 
> +      /* AAPCS does not use a frame register, so we can abort here. */

There should be a double space after the period.

> +      if (gdbarch_tdep (gdbarch)->arm_abi == ARM_ABI_AAPCS)
> +        return;

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list