[0/1] sys/stat.h General MIPS Breakage

Message ID 20250716191721.2102560-1-joel@rtems.org
Headers
Series sys/stat.h General MIPS Breakage |

Message

Joel Sherrill July 16, 2025, 7:17 p.m. UTC
  This patch set (of 1 patch) fixes builds of RTEMS on MIPS.
The commit cited below adding conditionals for __mips__
without considering if it was appropriate for MIPS
environments other than the one(s) they were targeting.

Someone with knowledge of newlib use on MIPS targets
will have to determine if it breaks other targets. I am
pretty confident that this change has the potential to
break other MIPS targets.

    commit 467a2bdf17ad376dafada9f1734784f4611fa6fd
    Author: Jovan Dmitrović <jovan.dmitrovic@htecgroup.com>
    Date:   Wed Jun 11 10:11:33 2025 +0200

        mips: Implement MIPS HAL and UHI

        Implement abstract interface for MIPS, including unified hosting
        interface (UHI).

        Signed-off-by: Jovan Dmitrović <jovan.dmitrovic@htecgroup.com>


Joel Sherrill (1):
  libc/include/sys/stat.h: Adjust for RTEMS MIPS

 newlib/libc/include/sys/stat.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)