public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [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
* [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