This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
V2: [PATCH]Warning while compiling newlib-nano for eabi
- From: "Jaap de Wolff" <info at jasoon dot nl>
- To: <newlib at sourceware dot org>
- Date: Fri, 9 Feb 2018 09:29:52 +0100
- Subject: V2: [PATCH]Warning while compiling newlib-nano for eabi
- Authentication-results: sourceware.org; auth=none
Hi all,
Yesterday I did sent the old, wrong patch
Now the right one:
Jaap de Wolff
===================PATCH===================
diff --git a/newlib/libc/sys/arm/aeabi_atexit.c b/newlib/libc/sys/arm/aeabi_atexit.c
index 4b600e250..a5626b732 100644
--- a/newlib/libc/sys/arm/aeabi_atexit.c
+++ b/newlib/libc/sys/arm/aeabi_atexit.c
@@ -1,5 +1,8 @@
#include <stdlib.h>
+/* forward declaration */
+extern int __cxa_atexit (void (*) (void *), void *, void *);
+
/* Register a function to be called by exit or when a shared library
is unloaded. This routine is like __cxa_atexit, but uses the
calling sequence required by the ARM EABI. */