From 67cafdee7002d5daff9604d8f91ef3edd0912362 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 12 Sep 2024 09:52:14 -0700 Subject: [PATCH 1/3] picolibc: Update to picolibc-1.8.7 Integrate new upstream version. Include strnlen_s fix. Include aarch64 cmake fix. Signed-off-by: Keith Packard --- picolibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picolibc b/picolibc index 764ef4e4..06bde1fd 160000 --- a/picolibc +++ b/picolibc @@ -1 +1 @@ -Subproject commit 764ef4e401a8f4c6a86ab723533841f072885a5b +Subproject commit 06bde1fd7531b1f788f6e42b6f7b358c0fe4f814 From 312fba0b2f265212d1127bb3236a0de328856fc5 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 19 Sep 2024 11:12:27 +0200 Subject: [PATCH 2/3] picolibc: Update to include patch for i386 longjmp with C++ This eliminates a second longjmp definition which didn't have the _Noreturn attribute. Signed-off-by: Keith Packard --- picolibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picolibc b/picolibc index 06bde1fd..4ec1f3d9 160000 --- a/picolibc +++ b/picolibc @@ -1 +1 @@ -Subproject commit 06bde1fd7531b1f788f6e42b6f7b358c0fe4f814 +Subproject commit 4ec1f3d93eb7bf5ab6a9d0f60507b9839600a713 From 4a128678a4ff0ba49995ef0602523b0628b02dec Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 20 Sep 2024 16:48:46 +0200 Subject: [PATCH 3/3] picolibc: Undo specs file prefix path change Attempt to fix the bad specs file paths Signed-off-by: Keith Packard --- picolibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picolibc b/picolibc index 4ec1f3d9..d1e1af36 160000 --- a/picolibc +++ b/picolibc @@ -1 +1 @@ -Subproject commit 4ec1f3d93eb7bf5ab6a9d0f60507b9839600a713 +Subproject commit d1e1af36684e802370b0fa6219eeb1b08c529673