public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin/main] newlib.hin: regenerate
Date: Fri, 17 Nov 2023 12:11:06 +0000 (GMT)	[thread overview]
Message-ID: <20231117121106.B2A2D3857B8E@sourceware.org> (raw)

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__ */

                 reply	other threads:[~2023-11-17 12:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231117121106.B2A2D3857B8E@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).