Openembedded Core Discussions
 help / color / mirror / Atom feed
* [mickledore][PATCH] binutils: stable 2.40 branch updates
@ 2023-06-21  6:38 Deepthi Hemraj
  2023-06-21  6:40 ` Deepthi.Hemraj
  0 siblings, 1 reply; 5+ messages in thread
From: Deepthi Hemraj @ 2023-06-21  6:38 UTC (permalink / raw)
  To: openembedded-core
  Cc: Randy.MacLeod, Umesh.Kalappa, Naveen.Gowda,
	Shivaprasad.Moodalappa, Sundeep.Kokkonda

Below commits on binutils-2.40 stable branch are updated.
0dc8f96598a Updated Swedish translation for the opcodes directory
85c5365527f New Georgian translation for the bfd sub-directory.

Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
---
 meta/recipes-devtools/binutils/binutils-2.40.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/binutils/binutils-2.40.inc b/meta/recipes-devtools/binutils/binutils-2.40.inc
index dbb43044a4..006d60e784 100644
--- a/meta/recipes-devtools/binutils/binutils-2.40.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.40.inc
@@ -18,7 +18,7 @@ SRCBRANCH ?= "binutils-2_40-branch"
 
 UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
 
-SRCREV ?= "4671be001eb5a899ecac3e2686a92934000f8262"
+SRCREV ?= "7343182dd163d14b7e17c255515940dff67f2bbd"
 BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https"
 SRC_URI = "\
      ${BINUTILS_GIT_URI} \
-- 
2.39.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [mickledore][PATCH] binutils: stable 2.40 branch updates
  2023-06-21  6:38 Deepthi Hemraj
@ 2023-06-21  6:40 ` Deepthi.Hemraj
  0 siblings, 0 replies; 5+ messages in thread
From: Deepthi.Hemraj @ 2023-06-21  6:40 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 54 bytes --]

Regression testing is done and no regressions found.

[-- Attachment #2: Type: text/html, Size: 54 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [mickledore][PATCH] binutils: stable 2.40 branch updates
@ 2023-08-14 11:50 sanjana
  2023-08-14 12:20 ` Sanjana V
  2023-08-14 15:20 ` [OE-core] " Khem Raj
  0 siblings, 2 replies; 5+ messages in thread
From: sanjana @ 2023-08-14 11:50 UTC (permalink / raw)
  To: openembedded-core
  Cc: rwmacleod, umesh.kalappa0, pgowda.cve, shivams, sundeep.kokkonda

Below commits on binutils-2.40 stable branch are updated.

391fd4d9ee5 PR30697, ppc32 mix of local-dynamic and global-dynamic TLS
7ad52a2357f [GOLD] powerpc DT_RELACOUNT
03f49a0619c PR30536, ppc64el gold linker produces unusable clang-16 binary

Signed-off-by: sanjana <sanjanasanju1608@gmail.com>
---
 meta/recipes-devtools/binutils/binutils-2.40.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/binutils/binutils-2.40.inc b/meta/recipes-devtools/binutils/binutils-2.40.inc
index fb99d93b26..33e7f4198d 100644
--- a/meta/recipes-devtools/binutils/binutils-2.40.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.40.inc
@@ -18,7 +18,7 @@ SRCBRANCH ?= "binutils-2_40-branch"
 
 UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
 
-SRCREV ?= "7343182dd163d14b7e17c255515940dff67f2bbd"
+SRCREV ?= "391fd4d9ee5d2b78244cbcd57fc405738359b70b"
 BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https"
 SRC_URI = "\
      ${BINUTILS_GIT_URI} \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [mickledore][PATCH] binutils: stable 2.40 branch updates
  2023-08-14 11:50 [mickledore][PATCH] binutils: stable 2.40 branch updates sanjana
@ 2023-08-14 12:20 ` Sanjana V
  2023-08-14 15:20 ` [OE-core] " Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Sanjana V @ 2023-08-14 12:20 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 54 bytes --]

Regression testing is done and no regressions found.

[-- Attachment #2: Type: text/html, Size: 54 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OE-core] [mickledore][PATCH] binutils: stable 2.40 branch updates
  2023-08-14 11:50 [mickledore][PATCH] binutils: stable 2.40 branch updates sanjana
  2023-08-14 12:20 ` Sanjana V
@ 2023-08-14 15:20 ` Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Khem Raj @ 2023-08-14 15:20 UTC (permalink / raw)
  To: Sanjana V
  Cc: openembedded-core, rwmacleod, umesh.kalappa0, pgowda.cve, shivams,
	sundeep.kokkonda

On Mon, Aug 14, 2023 at 4:51 AM Sanjana V <sanjanasanju1608@gmail.com> wrote:
>
> Below commits on binutils-2.40 stable branch are updated.
>
> 391fd4d9ee5 PR30697, ppc32 mix of local-dynamic and global-dynamic TLS
> 7ad52a2357f [GOLD] powerpc DT_RELACOUNT
> 03f49a0619c PR30536, ppc64el gold linker produces unusable clang-16 binary
>
LGTM

> Signed-off-by: sanjana <sanjanasanju1608@gmail.com>
> ---
>  meta/recipes-devtools/binutils/binutils-2.40.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/binutils/binutils-2.40.inc b/meta/recipes-devtools/binutils/binutils-2.40.inc
> index fb99d93b26..33e7f4198d 100644
> --- a/meta/recipes-devtools/binutils/binutils-2.40.inc
> +++ b/meta/recipes-devtools/binutils/binutils-2.40.inc
> @@ -18,7 +18,7 @@ SRCBRANCH ?= "binutils-2_40-branch"
>
>  UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)"
>
> -SRCREV ?= "7343182dd163d14b7e17c255515940dff67f2bbd"
> +SRCREV ?= "391fd4d9ee5d2b78244cbcd57fc405738359b70b"
>  BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https"
>  SRC_URI = "\
>       ${BINUTILS_GIT_URI} \
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#185933): https://lists.openembedded.org/g/openembedded-core/message/185933
> Mute This Topic: https://lists.openembedded.org/mt/100734909/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-14 15:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-14 11:50 [mickledore][PATCH] binutils: stable 2.40 branch updates sanjana
2023-08-14 12:20 ` Sanjana V
2023-08-14 15:20 ` [OE-core] " Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21  6:38 Deepthi Hemraj
2023-06-21  6:40 ` Deepthi.Hemraj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox