]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix arm target build with inhibit_libc
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Mon, 30 Aug 2021 11:52:11 +0000 (13:52 +0200)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 1 Sep 2021 15:50:00 +0000 (17:50 +0200)
commit7a6f40d0452ec76e126c2612dcfa32f3c73e2315
treeaf3db2942ee357b2f17971efcf7e8a5027e4c66b
parent424e46015762920b37e23670b7c518d9891348ed
Fix arm target build with inhibit_libc

Do not declare abort in "libgcc/unwind-arm-common.inc" since it is already
provided by "tsystem.h".  It fixes the following build error:

In file included from libgcc/config/arm/unwind-arm.c:144:
libgcc/unwind-arm-common.inc:55:24: error: macro "abort" passed 1 arguments, but takes just 0
   55 | extern void abort (void);

libgcc/

* unwind-arm-common.inc (abort): Remove.
libgcc/unwind-arm-common.inc