Hi all and happy new year,

I think it makes sense to refer to Newlib 4.5.0 instead of referring
to two specific git commits.

Comments before I commit it?


Actually, due to GCC 15's -std=gnu23, 4.5.0 is recommended
in general as it features:

  - fixes for building with gcc-15

besides

  - fixes for building with gcc-15
  - fixes to powf
  ...

cf. https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/NEWS;hb=HEAD

See also the announcement athttps://sourceware.org/pipermail/newlib/2025/021431.html and for manual downloads https://sourceware.org/ftp/newlib/index.html Tobias
[GCN] install.texi: Refer to Newlib 4.5.0 instead to certain git commits

gcc/ChangeLog:

	* doc/install.texi (amdgcn-x-amdhsa): Refer to Newlib 4.5.0 for
	the I/O locking fixes.

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index fcecfb69c0c..db40b8cede2 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -4000,9 +4000,8 @@ Instead of GNU Binutils, you will need to install LLVM 15, or later, and copy
 by specifying a @code{--with-multilib-list=} that does not list @code{gfx1100}
 and @code{gfx1103}.
 
-Use Newlib (4.3.0 or newer; 4.4.0 contains some improvements and git commits
-7dd4eb1db and ed50a50b9 (2024-04-04, post-4.4.0) fix device console output
-for GFX10 and GFX11 devices).
+Use Newlib (4.3.0 or newer; 4.4.0 contains some improvements and 4.5.0 fixes
+the device console output for GFX10 and GFX11 devices).
 
 To run the binaries, install the HSA Runtime from the
 @uref{https://rocm.docs.amd.com/,,ROCm Platform}, and use

Reply via email to