public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] RTEMS: Add __m68k_read_tp() to crt0.c
@ 2023-04-24  8:25 Sebastian Huber
  0 siblings, 0 replies; only message in thread
From: Sebastian Huber @ 2023-04-24  8:25 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fd26d4b4b6bc84af57caeef81f913707b5d9c0d2

commit fd26d4b4b6bc84af57caeef81f913707b5d9c0d2
Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
Date:   Mon Apr 24 10:20:59 2023 +0200

    RTEMS: Add __m68k_read_tp() to crt0.c
    
    This is required to build libgomp.

Diff:
---
 newlib/libc/sys/rtems/crt0.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/newlib/libc/sys/rtems/crt0.c b/newlib/libc/sys/rtems/crt0.c
index 3b131d9c4..67f9d7302 100644
--- a/newlib/libc/sys/rtems/crt0.c
+++ b/newlib/libc/sys/rtems/crt0.c
@@ -230,3 +230,7 @@ int __EH_FRAME_BEGIN__;
  */
 const char* __stack ;
 #endif
+
+#if defined(__m68k__)
+RTEMS_STUB(void, __m68k_read_tp(void), { })
+#endif

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-24  8:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-24  8:25 [newlib-cygwin] RTEMS: Add __m68k_read_tp() to crt0.c Sebastian Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).