diff options
| author | Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | 2024-09-25 06:32:38 -0700 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-10-02 06:15:14 -0700 |
| commit | 5aa9ee518a75d90ebd6b1b2e082632b51742cd1c (patch) | |
| tree | a72202efc2f99a5981a30e09538ffd348a2e7ce4 /meta/recipes-devtools | |
| parent | 598e7d69d5919a6cef4955059bafeb25c9e25e6e (diff) | |
| download | poky-5aa9ee518a75d90ebd6b1b2e082632b51742cd1c.tar.gz | |
binutils: stable 2.42 branch updates
Below commits on binutils-2.42 stable branch are updated.
8a6764d35e5 libctf: fix ref leak of names of newly-inserted non-root-visible types
d9ddfab9be2 ld: Move foo before delete in dl5.cc
3e92ae5088c ld: Avoid folding new and delete pairs
Results before updates as below:
No. of expected passes 302
No. of unexpected failures 2
No. of untested testcases 1
No. of unsupported tests 7
Results after updates as below:
No. of expected passes 302
No. of unexpected failures 2
No. of untested testcases 1
No. of unsupported tests 7
(From OE-Core rev: cfa318fd4a0a6bfa9899a366189ef6a75f000770)
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.42.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.42.inc b/meta/recipes-devtools/binutils/binutils-2.42.inc index 24efe495ec..5d5ba3d6dc 100644 --- a/meta/recipes-devtools/binutils/binutils-2.42.inc +++ b/meta/recipes-devtools/binutils/binutils-2.42.inc | |||
| @@ -20,7 +20,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" | |||
| 20 | 20 | ||
| 21 | CVE_STATUS[CVE-2023-25584] = "cpe-incorrect: Applies only for version 2.40 and earlier" | 21 | CVE_STATUS[CVE-2023-25584] = "cpe-incorrect: Applies only for version 2.40 and earlier" |
| 22 | 22 | ||
| 23 | SRCREV ?= "71ef12cbf140a637e4ea4e2239ee5daedc8640de" | 23 | SRCREV ?= "8a6764d35e5c15d78de8aef8f27af3eefd9d7544" |
| 24 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" | 24 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" |
| 25 | SRC_URI = "\ | 25 | SRC_URI = "\ |
| 26 | ${BINUTILS_GIT_URI} \ | 26 | ${BINUTILS_GIT_URI} \ |
