Commit bbbbad5
Update Binutils to 2.44
Upstream binutils now supports the ratified 1.0.0 bitmanip extensions,
so rather than maintaining patches to add the unratified extensions back
in, a fork of binutils was created which we now use, and should allow
for easier updates to future versions.
The glob and ELF BFD patches are no longer required for this version of
binutils to build correctly so they are removed.
Since the last version of binutils used, the GMP and MPFR libraries have
become required for building GDB. However, the configure step will
always prefer the shared library rather than the static one when
building, so we have to build our own static-only libraries of these to
link.
MPFR is clone-able from the official repository, however GMP does not
appreciate excessive cloning, so we use a release archive instead for
that.
The updated binutils contain a change for generating verilog memory
(vmem) files that is useful for OpenTitan.
See also: https://github.com/lowRISC/binutils
Signed-off-by: Alice Ziuziakowska <[email protected]>1 parent 00f843e commit bbbbad5
File tree
7 files changed
+62
-531
lines changed- patches/binutils
7 files changed
+62
-531
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 43 | | |
55 | 44 | | |
56 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
44 | 46 | | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
57 | 66 | | |
58 | | - | |
59 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
60 | 72 | | |
61 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
62 | 82 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
68 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
69 | 104 | | |
| 105 | + | |
70 | 106 | | |
This file was deleted.
0 commit comments