Re: [PATCH] Add RTEMS support for GCC libatomic

2016-04-19 Thread Sebastian Huber
Sorry, I forgot to add the symbols to crt0.c. I will send a v2 soon. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available

[PATCH] Add RTEMS support for GCC libatomic

2016-04-19 Thread Sebastian Huber
Signed-off-by: Sebastian Huber --- newlib/libc/sys/rtems/include/machine/_libatomic.h | 46 ++ 1 file changed, 46 insertions(+) create mode 100644 newlib/libc/sys/rtems/include/machine/_libatomic.h diff --git a/newlib/libc/sys/rtems/include/machine/_libatomic.h b/newlib/lib