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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 9 additions & 9 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)