public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] newlib.hin: regenerate
@ 2023-11-17 12:11 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2023-11-17 12:11 UTC (permalink / raw)
  To: newlib-cvs

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

commit 7e4840bc459d5105a9d6290df1323ba1360ba081
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Thu Nov 16 20:06:19 2023 +0100
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Fri Nov 17 13:10:20 2023 +0100

    newlib.hin: regenerate
    
    The last two patches to configure.ac missed regeneration of newlib.hin.
    
    Fixes: 64a11fded15b ("Fix problem with _newlib_version.h not being filled in correctly")
    Fixes: 39f734a857e2 ("newlib: fix AC_DEFINE quoting style with version macros")
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 newlib/newlib.hin | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/newlib/newlib.hin b/newlib/newlib.hin
index e87a5eabbb24..8318469400b0 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -375,6 +375,9 @@
 /* nano version of malloc is used. */
 #undef _NANO_MALLOC
 
+/* The newlib version in string format. */
+#undef _NEWLIB_VERSION
+
 /* Verify _REENT_CHECK macros allocate memory successfully. */
 #undef _REENT_CHECK_VERIFY
 
@@ -422,4 +425,13 @@
 /* Define if wide char orientation is supported. */
 #undef _WIDE_ORIENT
 
+/* The newlib minor version number. */
+#undef __NEWLIB_MINOR__
+
+/* The newlib patch level. */
+#undef __NEWLIB_PATCHLEVEL__
+
+/* The newlib major version number. */
+#undef __NEWLIB__
+
 #endif /* !__NEWLIB_H__ */

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

only message in thread, other threads:[~2023-11-17 12:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-17 12:11 [newlib-cygwin/main] newlib.hin: regenerate Corinna Vinschen

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).