Skip to content

Commit 8560475

Browse files
feat: update binutils to 2.46-2
1 parent 4e73a0b commit 8560475

10,094 files changed

Lines changed: 1198529 additions & 501021 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ChangeLog

Lines changed: 116 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,120 @@
1-
2023-07-30 Nick Clifton <nickc@redhat.com>
1+
2026-01-08 Nick Clifton <nickc@redhat.com>
22

3-
This is the 2.41 release.
4-
* src-release.sh: Add Changelog.git.
5-
* ChangeLog.git: New file.
3+
Import the following commits from the master config sources:
4+
5+
commit a2287c3041a3f2a204eb942e09c015eab00dc7dd
6+
Author: Collin Funk <collin.funk1@gmail.com>
7+
Date: Wed Jul 9 19:29:18 2025 -0700
8+
9+
Adjust 'time-stamp' variables to modern Emacs
10+
11+
commit 973e3e6af23b73a4f1b8d95680454cae22593bf8
12+
Author: Pat Pannuto <ppannuto@ucsd.edu>
13+
Date: Wed Jun 11 16:11:36 2025 -0700
14+
15+
config.sub: Add Tock OS support
16+
17+
This adds the Tock OS targets in preparation for implementing the
18+
Tock OS-specific toolchain support.
19+
20+
commit 3a71dc102953608d4592ec401b519837c28a672a
21+
Author: Oskari Alaranta <oskari.alaranta@bananymous.com>
22+
Date: Tue Jun 3 23:06:06 2025 +0300
23+
24+
config.sub: recognize banan_os
25+
26+
commit f91a544533876c70f43b9fd51064b2bcf3fa7382
27+
Author: Siteshwar Vashisht <svashisht@redhat.com>
28+
Date: Thu May 8 15:14:55 2025 +0200
29+
30+
config.sub: fix a duplicated case pattern
31+
32+
commit 484648c73f3843b256dd011bd415e81594300a0a
33+
Author: Russell Keith-Magee <russell@keith-magee.com>
34+
Date: Tue Jan 7 03:27:54 2025 -0500
35+
36+
config.sub: Include support for arm64_32 and iOS/tvOS/watchOS simulators
37+
38+
commit 7f4149527babe92cb5da1032734f5cb90cefdac5
39+
Author: Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
40+
Date: Fri Dec 13 16:59:18 2024 +0100
41+
42+
config.sub: add intelgt as a basic machine
43+
44+
commit 9f6e0fe8ce04628bbd4a455118ff3f8309a1aef9
45+
Author: mintsuki <mintsuki@protonmail.com>
46+
Date: Wed Nov 20 19:25:34 2024 +0100
47+
48+
ironclad: change ironclad to ironclad-mlibc
49+
50+
2025-07-13 Nick Clifton <nickc@redhat.com>
51+
52+
* 2.45 Binutils Branch point.
53+
54+
2025-01-19 Nick Clifton <nickc@redhat.com>
55+
56+
* 2.44 Binutils Branch point.
57+
58+
2024-07-20 Nick Clifton <nickc@redhat.com>
59+
60+
* 2.43 Binutils Branch point.
61+
62+
2024-07-15 Nick Clifton <nickc@redhat.com>
63+
64+
Import the following upstream commits to the config files:
65+
commit 948ae97ca5703224bd3eada06b7a69f40dd15a02
66+
Update copyright years
67+
commit 471d8141d3a9fd845fe2ddd20b10569ab6437bc9
68+
config.sub: recognize nanoMIPS CPUs
69+
commit ee6ea2f13ba4dc0836665d3c50099135bba36287
70+
config.guess: recognize ironclad OS
71+
commit 5e2f254bcb505da063ba541b25df2c3f567b5517
72+
config.sub: recognize ironclad OS
73+
commit 0e4a5b3a1ec551bf3cf4d432f4506ef02d1674c5
74+
config.sub: recognize *-*-uefi
75+
commit d21518c6c819d285c6d9ec0c39c55615d0dde19c
76+
Recognize the VideoCore 4 processor
77+
commit a9a369e97a39a49e675712aee4035ed662d24d71
78+
config.guess: detect LLVM-libc via features.h
79+
commit 5b83c2ff5da15451cb566e1837253d0f60543dd7
80+
config.sub: add LLVM-libc support
81+
82+
2024-03-20 Simon Marchi <simon.marchi@efficios.com>
83+
84+
* .pre-commit-config.yaml: Bump black hook to 24.3.0
85+
86+
2024-03-20 Simon Marchi <simon.marchi@efficios.com>
87+
88+
* .pre-commit-config.yaml: New.
89+
90+
2024-03-14 Simon Marchi <simon.marchi@efficios.com>
91+
92+
* Makefile.def: Add configure-gdbserver and all-gdbserver
93+
dependencies on all-libiconv.
94+
* Makefile.in: Re-generate.
95+
96+
2024-01-15 Nick Clifton <nickc@redhat.com>
97+
98+
* 2.42 branch point.
99+
100+
2023-11-15 Arsen Arsenović <arsen@aarsen.me>
101+
102+
* intl: Remove directory. Replaced with out-of-tree GNU
103+
gettext.
104+
* .gitignore: Add '/gettext*'.
105+
* configure.ac (host_libs): Replace intl with gettext.
106+
(hbaseargs, bbaseargs, baseargs): Split baseargs into
107+
{h,b}baseargs.
108+
(skip_barg): New flag. Skips appending current flag to
109+
bbaseargs.
110+
<library exemptions>: Exempt --with-libintl-{type,prefix} from
111+
target and build machine argument passing.
112+
* configure: Regenerate.
113+
* Makefile.def (host_modules): Replace intl module with gettext
114+
module.
115+
(configure-ld): Depend on configure-gettext.
116+
* Makefile.in: Regenerate.
117+
* src-release.sh: Remove references to the intl/ directory.
6118

7119
2023-07-03 Nick Clifton <nickc@redhat.com>
8120

0 commit comments

Comments
 (0)