On Mon, Aug 30, 2021 at 12:55 PM Sebastian Huber
<sebastian.hu...@embedded-brains.de> wrote:
>
> Hello Christophe,
>
> it seems there are a couple of more abort() declarations:
>
> libgcc/unwind-arm-common.inc:extern void abort (void);
> libgcc/config/c6x/pr-support.c:extern void abort (void);
> libgcc/config/arm/pr-support.c:extern void abort (void);
> libgcc/config/arm/linux-atomic-64bit.c:extern void abort (void);
> libgcc/fp-bit.c:   external to abort if abort is not used by the
> function, and the stubs
> libgcc/fp-bit.c:extern void abort (void);
>
> I will prepare a patch.

Less likley to break might be to simply wrap 'abort'
in parentheses to avoid macro expansion?

> --
> embedded brains GmbH
> Herr Sebastian HUBER
> Dornierstr. 4
> 82178 Puchheim
> Germany
> email: sebastian.hu...@embedded-brains.de
> phone: +49-89-18 94 741 - 16
> fax:   +49-89-18 94 741 - 08
>
> Registergericht: Amtsgericht München
> Registernummer: HRB 157899
> Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
> Unsere Datenschutzerklärung finden Sie hier:
> https://embedded-brains.de/datenschutzerklaerung/

Reply via email to