Skip to content

Commit c74b668

Browse files
committed
website: updates
1 parent cda0721 commit c74b668

24 files changed

+62
-62
lines changed

website/_xpack.github.io/_posts/releases/arm-none-eabi-gcc/2019-02-14-arm-none-eabi-gcc-v8-2-1-1-4-released.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ bug fixes:
5454
- GDB was built the Git commit ad0f979c9 from 2019-01-29, to fix the bugs
5555
affecting C++ LTO projects
5656
[24145](https://sourceware.org/bugzilla/show_bug.cgi?id=24145)
57-
- [Issue:[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]
57+
- [[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]:
5858
by default, the GCC build script fails to create `liblto_plugin-0.dll`
5959
for static builds with mingw; code to create the plugin was added
60-
- [Issue:[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]
60+
- [[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]:
6161
the `liblto_plugin` copied/linked to the `lib/bdf-plugins` for `ar`
6262
to find it and be able to process archives with LTO objects
6363
- a patch was applied to gcc to fix the Windows LTO with -g bug

website/_xpack.github.io/_posts/releases/arm-none-eabi-gcc/2019-04-26-arm-none-eabi-gcc-v8-2-1-1-5-released.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Compared to the ARM distribution, the build procedure is more or less the
4949
same and there should be no functional differences, except the following
5050
bug fixes:
5151

52-
- [Issue:[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]
52+
- [[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]:
5353
due to a problem in the GCC configure script and the specifics of the static
5454
build, LTO was not effective on Windows, and the initial workaround proved
5555
not effective either; in the new build environment the configure script is
@@ -59,10 +59,10 @@ bug fixes:
5959
- GDB was built the Git commit ad0f979c9 from 2019-01-29, to fix the bugs
6060
affecting C++ LTO projects
6161
[24145](https://sourceware.org/bugzilla/show_bug.cgi?id=24145)
62-
- [Issue:[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]
62+
- [[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]:
6363
by default, the GCC build script fails to create `liblto_plugin-0.dll`
6464
for static builds with mingw; builds are now using shared libraries
65-
- [Issue:[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]
65+
- [[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]:
6666
the `liblto_plugin` copied/linked to the `lib/bdf-plugins` for `ar`
6767
to find it and be able to process archives with LTO objects
6868
- a patch was applied to gcc to fix the Windows LTO with -g bug

website/_xpack.github.io/_posts/releases/arm-none-eabi-gcc/2019-05-13-arm-none-eabi-gcc-v8-2-1-1-6-released.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ Compared to the ARM distribution, the build procedure is more or less the
4747
same and there should be no functional differences, except the following
4848
bug fixes:
4949

50-
- [Issue:[#4](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/4)]
50+
- [[#4](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/4)]:
5151
the Windows paths with spaces bug apparently was caused by an old version of
5252
and with the new version (5.0.4) the
5353
[89249](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89249)
5454
`gcc.c` patch is no longer needed;
55-
- [Issue:[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]
55+
- [[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]:
5656
due to a problem in the GCC configure script and the specifics of the static
5757
build, LTO was not effective on Windows, and the initial workaround proved
5858
not effective either; in the new build environment the configure script is
5959
enables LTO and it is functional on windows too;
60-
- [Issue:[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]
60+
- [[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]:
6161
the `liblto_plugin` copied/linked to the `lib/bdf-plugins` for `ar`
6262
to find it and be able to process archives with LTO objects
6363
- a patch was applied to binutils to fix the 32-bit objcopy bug

website/_xpack.github.io/_posts/releases/arm-none-eabi-gcc/2019-05-24-arm-none-eabi-gcc-v8-2-1-1-7-released.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ Compared to the ARM distribution, the build procedure is more or less the
4747
same and there should be no functional differences, except the following
4848
bug fixes:
4949

50-
- [Issue:[#4](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/4)]
50+
- [[#4](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/4)]:
5151
the Windows paths with spaces bug apparently was caused by an old version of
5252
and with the new version (5.0.4) the
5353
[89249](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89249)
5454
`gcc.c` patch is no longer needed;
55-
- [Issue:[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]
55+
- [[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]:
5656
due to a problem in the GCC configure script and the specifics of the static
5757
build, LTO was not effective on Windows, and the initial workaround proved
5858
not effective either; in the new build environment the configure script is
5959
enables LTO and it is functional on windows too;
60-
- [Issue:[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]
60+
- [[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]:
6161
the `liblto_plugin` copied/linked to the `lib/bdf-plugins` for `ar`
6262
to find it and be able to process archives with LTO objects
6363
- a patch was applied to binutils to fix the 32-bit objcopy bug

website/_xpack.github.io/_posts/releases/arm-none-eabi-gcc/2019-07-26-arm-none-eabi-gcc-v7-3-1-1-2-released.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ The issue was reported to Arm as bug [1838049](https://bugs.launchpad.net/gcc-ar
125125
`system/src/newlib/_syscalls.c`. The problem was in the project template
126126
[#317](https://github.com/gnu-mcu-eclipse/eclipse-plugins/issues/317), and
127127
was fixed in GNU MCU Eclipse plug-ins v4.4.2 (2018-08-27).
128-
- [[#1]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)
129-
Due to an omission in the build scripts, the content of the `libgcov`
128+
- [[#1](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)]:
129+
due to an omission in the build scripts, the content of the `libgcov`
130130
library is mostly empty; the problem was fixed starting with v8.3.1-1.2.
131131

132132
## Documentation

website/_xpack.github.io/_posts/releases/arm-none-eabi-gcc/2019-07-29-arm-none-eabi-gcc-v8-3-1-1-1-released.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ and macOS; not yet available on Windows
126126

127127
## Known problems
128128

129-
- [[#1]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)
130-
Due to an omission in the build scripts, the content of the `libgcov`
129+
- [[#1](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)]:
130+
due to an omission in the build scripts, the content of the `libgcov`
131131
library is mostly empty; the problem was fixed starting with v8.3.1-1.2.
132132

133133
## Documentation

website/_xpack.github.io/_posts/releases/arm-none-eabi-gcc/2019-10-11-arm-none-eabi-gcc-v8-3-1-1-2-released.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ There should be no functional changes.
104104

105105
### `libgcov`
106106

107-
[[#1]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)
108-
Due to an omission in the build scripts, the content of the `libgcov`
107+
- [[#1](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)]:
108+
due to an omission in the build scripts, the content of the `libgcov`
109109
library was mostly empty; the script was fixed and now the library has the
110110
expected content.
111111

website/_xpack.github.io/_posts/releases/arm-none-eabi-gcc/2019-11-02-arm-none-eabi-gcc-v8-3-1-1-3-released.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,18 @@ thumb/v8-m.main+dp/hard;@mthumb@march=armv8-m.main+fp.dp@mfloat-abi=hard
100100

101101
## Bug fixes
102102

103-
- [[#4]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/4)
104-
Due to a bug in the build scripts, the Windows `gdb-py` had a hard-wired
103+
- [[#4](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/4)]:
104+
due to a bug in the build scripts, the Windows `gdb-py` had a hard-wired
105105
dependency to Python 2.7.13 and failed to start on other versions; fixed;
106-
- [[#3]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/3)
107-
Due to a bug in the build scripts, the macOS `gdb-py` had a wrong
106+
- [[#3](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/3)]:
107+
due to a bug in the build scripts, the macOS `gdb-py` had a wrong
108108
dependency and failed to start; fixed;
109-
- [[#2]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/2)
110-
Due to a bug in the build scripts, the Windows binaries included two
109+
- [[#2](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/2)]:
110+
due to a bug in the build scripts, the Windows binaries included two
111111
copies of the `docs` folder, one in root and one in the `share` folder;
112112
the script was fixed and now there is only one copy in `share/docs`.
113-
- [[#1]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)
114-
Due to an omission in the build scripts, the content of the `libgcov`
113+
- [[#1](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)]:
114+
due to an omission in the build scripts, the content of the `libgcov`
115115
library was mostly empty; the script was fixed and now the library has the
116116
expected content.
117117

@@ -143,7 +143,7 @@ and macOS; not yet available on Windows
143143

144144
## Known problems
145145

146-
- [[#5]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/5)
146+
- [[#5](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/5)]:
147147
the `arm-none-eabi-gdb-py` fails to start on Ubuntu (and possibly
148148
other Debian) systems, it fails with a message like:
149149
```console

website/_xpack.github.io/_posts/releases/arm-none-eabi-gcc/2019-12-06-arm-none-eabi-gcc-v8-3-1-1-4-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ and macOS; not yet available on Windows
123123

124124
## Known problems
125125

126-
- [[#5]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/5)
126+
- [[#5](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/5)]:
127127
the `arm-none-eabi-gdb-py` fails to start on Ubuntu (and possibly
128128
other Debian) systems, it fails with a message like:
129129
```console

website/_xpack.github.io/_posts/releases/arm-none-eabi-gcc/2019-12-06-arm-none-eabi-gcc-v9-2-1-1-1-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ and macOS; not yet available on Windows
127127

128128
## Known problems
129129

130-
- [[#5]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/5)
130+
- [[#5](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/5)]:
131131
the `arm-none-eabi-gdb-py` fails to start on Ubuntu (and possibly
132132
other Debian) systems, it fails with a message like:
133133
```console

website/_xpack.github.io/_posts/releases/arm-none-eabi-gcc/2020-07-27-arm-none-eabi-gcc-v9-3-1-1-2-released.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ thumb/v8-m.main+dp/hard;@mthumb@march=armv8-m.main+fp.dp@mfloat-abi=hard
116116

117117
## Bug fixes
118118

119-
- [[#7]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/7)
120-
Due to a bug in the build scripts, the non-nano libraries were also build
119+
- [[#7](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/7)]:
120+
due to a bug in the build scripts, the non-nano libraries were also build
121121
without C++ exceptions support; fixed.
122122

123123
## Enhancements

website/_xpack.github.io/_posts/releases/arm-none-eabi-gcc/2023-09-21-arm-none-eabi-gcc-v12-3-1-1-2-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ platforms, support for Guile scripting in GDB is currently not available.
223223

224224
## Bug fixes
225225

226-
- [[#33](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/33)]
226+
- [[#33](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/33)]:
227227
due to a an issue in the build scripts, on GNU/Linux,
228228
the `arm-none-eabi-gdb` was built without ELF support; fixed
229229

website/blog/2019-02-14-arm-none-eabi-gcc-v8-2-1-1-4-released.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ bug fixes:
6060
- GDB was built the Git commit ad0f979c9 from 2019-01-29, to fix the bugs
6161
affecting C++ LTO projects
6262
[24145](https://sourceware.org/bugzilla/show_bug.cgi?id=24145)
63-
- [Issue:[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]
63+
- [[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]:
6464
by default, the GCC build script fails to create `liblto_plugin-0.dll`
6565
for static builds with mingw; code to create the plugin was added
66-
- [Issue:[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]
66+
- [[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]:
6767
the `liblto_plugin` copied/linked to the `lib/bdf-plugins` for `ar`
6868
to find it and be able to process archives with LTO objects
6969
- a patch was applied to gcc to fix the Windows LTO with -g bug

website/blog/2019-04-26-arm-none-eabi-gcc-v8-2-1-1-5-released.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Compared to the ARM distribution, the build procedure is more or less the
5555
same and there should be no functional differences, except the following
5656
bug fixes:
5757

58-
- [Issue:[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]
58+
- [[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]:
5959
due to a problem in the GCC configure script and the specifics of the static
6060
build, LTO was not effective on Windows, and the initial workaround proved
6161
not effective either; in the new build environment the configure script is
@@ -65,10 +65,10 @@ bug fixes:
6565
- GDB was built the Git commit ad0f979c9 from 2019-01-29, to fix the bugs
6666
affecting C++ LTO projects
6767
[24145](https://sourceware.org/bugzilla/show_bug.cgi?id=24145)
68-
- [Issue:[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]
68+
- [[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]:
6969
by default, the GCC build script fails to create `liblto_plugin-0.dll`
7070
for static builds with mingw; builds are now using shared libraries
71-
- [Issue:[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]
71+
- [[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]:
7272
the `liblto_plugin` copied/linked to the `lib/bdf-plugins` for `ar`
7373
to find it and be able to process archives with LTO objects
7474
- a patch was applied to gcc to fix the Windows LTO with -g bug

website/blog/2019-05-13-arm-none-eabi-gcc-v8-2-1-1-6-released.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ Compared to the ARM distribution, the build procedure is more or less the
5353
same and there should be no functional differences, except the following
5454
bug fixes:
5555

56-
- [Issue:[#4](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/4)]
56+
- [[#4](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/4)]:
5757
the Windows paths with spaces bug apparently was caused by an old version of
5858
and with the new version (5.0.4) the
5959
[89249](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89249)
6060
`gcc.c` patch is no longer needed;
61-
- [Issue:[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]
61+
- [[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]:
6262
due to a problem in the GCC configure script and the specifics of the static
6363
build, LTO was not effective on Windows, and the initial workaround proved
6464
not effective either; in the new build environment the configure script is
6565
enables LTO and it is functional on windows too;
66-
- [Issue:[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]
66+
- [[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]:
6767
the `liblto_plugin` copied/linked to the `lib/bdf-plugins` for `ar`
6868
to find it and be able to process archives with LTO objects
6969
- a patch was applied to binutils to fix the 32-bit objcopy bug

website/blog/2019-05-24-arm-none-eabi-gcc-v8-2-1-1-7-released.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ Compared to the ARM distribution, the build procedure is more or less the
5353
same and there should be no functional differences, except the following
5454
bug fixes:
5555

56-
- [Issue:[#4](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/4)]
56+
- [[#4](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/4)]:
5757
the Windows paths with spaces bug apparently was caused by an old version of
5858
and with the new version (5.0.4) the
5959
[89249](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89249)
6060
`gcc.c` patch is no longer needed;
61-
- [Issue:[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]
61+
- [[#3](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/3)]:
6262
due to a problem in the GCC configure script and the specifics of the static
6363
build, LTO was not effective on Windows, and the initial workaround proved
6464
not effective either; in the new build environment the configure script is
6565
enables LTO and it is functional on windows too;
66-
- [Issue:[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]
66+
- [[#1](https://github.com/gnu-mcu-eclipse/arm-none-eabi-gcc-build/issues/1)]:
6767
the `liblto_plugin` copied/linked to the `lib/bdf-plugins` for `ar`
6868
to find it and be able to process archives with LTO objects
6969
- a patch was applied to binutils to fix the 32-bit objcopy bug

website/blog/2019-07-26-arm-none-eabi-gcc-v7-3-1-1-2-released.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ The issue was reported to Arm as bug [1838049](https://bugs.launchpad.net/gcc-ar
119119
`system/src/newlib/_syscalls.c`. The problem was in the project template
120120
[#317](https://github.com/gnu-mcu-eclipse/eclipse-plugins/issues/317), and
121121
was fixed in GNU MCU Eclipse plug-ins v4.4.2 (2018-08-27).
122-
- [[#1]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)
123-
Due to an omission in the build scripts, the content of the `libgcov`
122+
- [[#1](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)]:
123+
due to an omission in the build scripts, the content of the `libgcov`
124124
library is mostly empty; the problem was fixed starting with v8.3.1-1.2.
125125

126126
## Documentation

website/blog/2019-07-29-arm-none-eabi-gcc-v8-3-1-1-1-released.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ and macOS; not yet available on Windows
120120

121121
## Known problems
122122

123-
- [[#1]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)
124-
Due to an omission in the build scripts, the content of the `libgcov`
123+
- [[#1](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)]:
124+
due to an omission in the build scripts, the content of the `libgcov`
125125
library is mostly empty; the problem was fixed starting with v8.3.1-1.2.
126126

127127
## Documentation

website/blog/2019-10-11-arm-none-eabi-gcc-v8-3-1-1-2-released.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ There should be no functional changes.
9898

9999
### `libgcov`
100100

101-
[[#1]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)
102-
Due to an omission in the build scripts, the content of the `libgcov`
101+
- [[#1](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)]:
102+
due to an omission in the build scripts, the content of the `libgcov`
103103
library was mostly empty; the script was fixed and now the library has the
104104
expected content.
105105

website/blog/2019-11-02-arm-none-eabi-gcc-v8-3-1-1-3-released.mdx

+9-9
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,18 @@ thumb/v8-m.main+dp/hard;@mthumb@march=armv8-m.main+fp.dp@mfloat-abi=hard
9494

9595
## Bug fixes
9696

97-
- [[#4]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/4)
98-
Due to a bug in the build scripts, the Windows `gdb-py` had a hard-wired
97+
- [[#4](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/4)]:
98+
due to a bug in the build scripts, the Windows `gdb-py` had a hard-wired
9999
dependency to Python 2.7.13 and failed to start on other versions; fixed;
100-
- [[#3]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/3)
101-
Due to a bug in the build scripts, the macOS `gdb-py` had a wrong
100+
- [[#3](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/3)]:
101+
due to a bug in the build scripts, the macOS `gdb-py` had a wrong
102102
dependency and failed to start; fixed;
103-
- [[#2]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/2)
104-
Due to a bug in the build scripts, the Windows binaries included two
103+
- [[#2](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/2)]:
104+
due to a bug in the build scripts, the Windows binaries included two
105105
copies of the `docs` folder, one in root and one in the `share` folder;
106106
the script was fixed and now there is only one copy in `share/docs`.
107-
- [[#1]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)
108-
Due to an omission in the build scripts, the content of the `libgcov`
107+
- [[#1](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/1)]:
108+
due to an omission in the build scripts, the content of the `libgcov`
109109
library was mostly empty; the script was fixed and now the library has the
110110
expected content.
111111

@@ -137,7 +137,7 @@ and macOS; not yet available on Windows
137137

138138
## Known problems
139139

140-
- [[#5]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/5)
140+
- [[#5](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/5)]:
141141
the `arm-none-eabi-gdb-py` fails to start on Ubuntu (and possibly
142142
other Debian) systems, it fails with a message like:
143143
```console

website/blog/2019-12-06-arm-none-eabi-gcc-v8-3-1-1-4-released.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ and macOS; not yet available on Windows
117117

118118
## Known problems
119119

120-
- [[#5]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/5)
120+
- [[#5](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/5)]:
121121
the `arm-none-eabi-gdb-py` fails to start on Ubuntu (and possibly
122122
other Debian) systems, it fails with a message like:
123123
```console

website/blog/2019-12-06-arm-none-eabi-gcc-v9-2-1-1-1-released.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ and macOS; not yet available on Windows
125125

126126
## Known problems
127127

128-
- [[#5]](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/5)
128+
- [[#5](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues/5)]:
129129
the `arm-none-eabi-gdb-py` fails to start on Ubuntu (and possibly
130130
other Debian) systems, it fails with a message like:
131131
```console

0 commit comments

Comments
 (0)