Skip to content

Commit a46ad62

Browse files
committed
Regenerate malformed binary blobs
1 parent f77822b commit a46ad62

File tree

6 files changed

+8
-0
lines changed

6 files changed

+8
-0
lines changed
Binary file not shown.
34 Bytes
Binary file not shown.

regression/ansi-c/arch_flags_mcpu_good/test.desc

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ command line:
1414

1515
goto-cc --native-compiler=arm-none-eabi-gcc -mcpu=cortex-a15 -c source.c
1616

17+
On Ubuntu, you can get a suitable compiler using:
18+
19+
sudo apt install gcc-arm-none-eabi
20+
1721
preproc.i is already pre-processed so that it can be linked in without
1822
needing to invoke a pre-processor from a cross-compile toolchain on your
1923
local machine. Linking it together with the ARM object file, while
Binary file not shown.
Binary file not shown.

regression/ansi-c/arch_flags_mthumb_good/test.desc

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ line:
1414

1515
goto-cc --native-compiler=arm-none-eabi-gcc -mthumb -c source.c
1616

17+
On Ubuntu, you can get a suitable compiler using:
18+
19+
sudo apt install gcc-arm-none-eabi
20+
1721
preproc.i is already pre-processed so that it can be linked in without
1822
needing to invoke a pre-processor from a cross-compile toolchain on your
1923
local machine. Linking it together with the ARM object file, while

0 commit comments

Comments
 (0)