From 2c9ce5e04d014fdbf4a9495ade02bc954ec39faa Mon Sep 17 00:00:00 2001 From: William Tambe Date: Sat, 1 Jul 2023 18:28:47 -0500 Subject: [PATCH] Release 20230701 * binutils 58d2a0da97c...ed1dd0d7bcc (1): > remove __NR_settls __NR_gettls * gcc 85da04598545...3fd4397f8894 (2): > ABI modifications: pass_by_ref only if BLKmode > also generate crtbeginS.o crtbeginT.o crtendS.o * glibc e13c738e7a...0708491439 (2): > fix function prototype for clone() > crtbeginT.o now comes as part of GCC install --- binutils | 2 +- gcc | 2 +- glibc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/binutils b/binutils index 58d2a0d..775da0b 160000 --- a/binutils +++ b/binutils @@ -1 +1 @@ -Subproject commit 58d2a0da97c145e6b522c6c3778a859a4776ab94 +Subproject commit 775da0bd999e511cb4113ea57865d408abf6e551 diff --git a/gcc b/gcc index 85da045..fee9ceb 160000 --- a/gcc +++ b/gcc @@ -1 +1 @@ -Subproject commit 85da04598545cd168e5dadbcbfc0ac2b68ed67c7 +Subproject commit fee9ceba8bc207cc130c4d7fd93216e2be04c9e6 diff --git a/glibc b/glibc index e13c738..67dc98b 160000 --- a/glibc +++ b/glibc @@ -1 +1 @@ -Subproject commit e13c738e7a0754050b39384b3471022e4f37496f +Subproject commit 67dc98bea028f77599ec5873491f606356348b07