* [kirkstone] binutils: stable 2.38 branch updates
@ 2022-10-24 7:17 Yash Shinde
2022-10-24 7:20 ` Yash Shinde
0 siblings, 1 reply; 5+ messages in thread
From: Yash Shinde @ 2022-10-24 7:17 UTC (permalink / raw)
To: openembedded-core
Cc: rwmacleod, umesh.kalappa0, pgowda.cve, shivams, sundeep.kokkonda,
Yash Shinde
Below commits on binutils-2.38 stable branch are updated.
dc2474e7d20 (HEAD -> binutils-2_38-branch, origin/binutils-2_38-branch) elf: Reset alignment for each PT_LOAD segment
f184ba116ed Re: PowerPC64 pcrel got relocs against local symbols
737e29d05eb PowerPC64 pcrel got relocs against local symbols
Signed-off-by: Yash Shinde <yashinde145@gmail.com>
---
meta/recipes-devtools/binutils/binutils-2.38.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/binutils/binutils-2.38.inc b/meta/recipes-devtools/binutils/binutils-2.38.inc
index fc88d4a79e..acb2de04f9 100644
--- a/meta/recipes-devtools/binutils/binutils-2.38.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.38.inc
@@ -18,7 +18,7 @@ SRCBRANCH ?= "binutils-2_38-branch"
UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
-SRCREV ?= "5c0b4ee406035917d0e50aa138194fab57ae6bf8"
+SRCREV ?= "dc2474e7d204c124ab5a21b4490aa46eb7e1d4c3"
BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=git"
SRC_URI = "\
${BINUTILS_GIT_URI} \
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [OE-core] [kirkstone] binutils: stable 2.38 branch updates
2022-08-01 2:24 Sundeep KOKKONDA
@ 2022-08-01 10:11 Khem Raj
2022-09-13 9:43 ` Sundeep KOKKONDA
0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2022-08-01 10:11 UTC (permalink / raw)
To: Sundeep KOKKONDA
Cc: openembedded-core, pgowda.cve, rwmacleod, shivams, umesh.kalappa0
[-- Attachment #1: Type: text/plain, Size: 1934 bytes --]
Looks ok to me
On Mon, Aug 1, 2022 at 3:25 AM Sundeep KOKKONDA <sundeep.kokkonda@gmail.com>
wrote:
> Below commits on Binutils-2.38 development branch are updated.
> 5c0b4ee4060 i386: Don't allow GOTOFF relocation against IFUNC symbol for
> PIC
> 19892fedb7b x86: Properly check invalid relocation against protected symbol
> b8a2baa80b1 libctf: tests: prune warnings from compiler output
> 7f9a495a167 libctf: fix linking together multiple objects derived from the
> same source
> 97dd8079feb PowerPC64: fix assertion in ppc_build_one_stub with -Os code
>
> Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@gmail.com>
> ---
> meta/recipes-devtools/binutils/binutils-2.38.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/binutils/binutils-2.38.inc
> b/meta/recipes-devtools/binutils/binutils-2.38.inc
> index 742ca86379..eed252976a 100644
> --- a/meta/recipes-devtools/binutils/binutils-2.38.inc
> +++ b/meta/recipes-devtools/binutils/binutils-2.38.inc
> @@ -18,7 +18,7 @@ SRCBRANCH ?= "binutils-2_38-branch"
>
> UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
>
> -SRCREV ?= "eed56ee299b9ef8754bb4e53f2e9cf2a7c28c04d"
> +SRCREV ?= "5c0b4ee406035917d0e50aa138194fab57ae6bf8"
> BINUTILS_GIT_URI ?= "git://
> sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=git
> <http://sourceware.org/git/binutils-gdb.git;branch=$%7BSRCBRANCH%7D;protocol=git>
> "
> SRC_URI = "\
> ${BINUTILS_GIT_URI} \
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#168690):
> https://lists.openembedded.org/g/openembedded-core/message/168690
> Mute This Topic: https://lists.openembedded.org/mt/92739561/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 2958 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [kirkstone] binutils: stable 2.38 branch updates
2022-08-01 10:11 [OE-core] " Khem Raj
@ 2022-09-13 9:43 ` Sundeep KOKKONDA
0 siblings, 0 replies; 5+ messages in thread
From: Sundeep KOKKONDA @ 2022-09-13 9:43 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1139 bytes --]
Hello,
I am planning to take the gcc, glibc & binutils updates to Kirkstone. I found only the glibc-2.35 branch is having a few updates (given below).
f8ad66a4ca nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]
9e960717e1 Apply asm redirections in wchar.h before first use
577c2fc7f3 elf: Call __libc_early_init for reused namespaces (bug 29528)
83f1d9851e NEWS: Add entry for bug 28846
cbd8685e82 socket: Check lengths before advancing pointer in CMSG_NXTHDR
4bafc4001d alpha: Fix generic brk system call emulation in __brk_call (bug 29490)
37fd2ac665 stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]
a1ec4157bc stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]
813a8d0171 Update syscall lists for Linux 5.19
e200127c6c riscv: Update rv64 libm test ulps
8c172a6cb0 dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)
The binutils-2.38 has no new commits. And, gcc-11.x also not have any new release after 11.3.
In master branch gcc_12.2, glibc_2.36 & binutils_2.39 versions are used. Kirkstone will continue to use the old versions?
Thanks,
Sundeep K.
[-- Attachment #2: Type: text/html, Size: 1531 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [kirkstone] binutils: stable 2.38 branch updates
@ 2022-08-01 2:24 Sundeep KOKKONDA
2022-08-01 2:34 ` Sundeep KOKKONDA
0 siblings, 1 reply; 5+ messages in thread
From: Sundeep KOKKONDA @ 2022-08-01 2:24 UTC (permalink / raw)
To: openembedded-core
Cc: rwmacleod, umesh.kalappa0, pgowda.cve, shivams, Sundeep KOKKONDA
Below commits on Binutils-2.38 development branch are updated.
5c0b4ee4060 i386: Don't allow GOTOFF relocation against IFUNC symbol for PIC
19892fedb7b x86: Properly check invalid relocation against protected symbol
b8a2baa80b1 libctf: tests: prune warnings from compiler output
7f9a495a167 libctf: fix linking together multiple objects derived from the same source
97dd8079feb PowerPC64: fix assertion in ppc_build_one_stub with -Os code
Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@gmail.com>
---
meta/recipes-devtools/binutils/binutils-2.38.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/binutils/binutils-2.38.inc b/meta/recipes-devtools/binutils/binutils-2.38.inc
index 742ca86379..eed252976a 100644
--- a/meta/recipes-devtools/binutils/binutils-2.38.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.38.inc
@@ -18,7 +18,7 @@ SRCBRANCH ?= "binutils-2_38-branch"
UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
-SRCREV ?= "eed56ee299b9ef8754bb4e53f2e9cf2a7c28c04d"
+SRCREV ?= "5c0b4ee406035917d0e50aa138194fab57ae6bf8"
BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=git"
SRC_URI = "\
${BINUTILS_GIT_URI} \
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-10-24 7:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-24 7:17 [kirkstone] binutils: stable 2.38 branch updates Yash Shinde
2022-10-24 7:20 ` Yash Shinde
-- strict thread matches above, loose matches on Subject: below --
2022-08-01 10:11 [OE-core] " Khem Raj
2022-09-13 9:43 ` Sundeep KOKKONDA
2022-08-01 2:24 Sundeep KOKKONDA
2022-08-01 2:34 ` Sundeep KOKKONDA
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox