opengnsys_ipxe/src/arch
Michael Brown fa4bda617d [build] Fix building on older versions of gcc
Older versions of gcc (observed with gcc 4.8.5 on CentOS 7) complain
about having the label "err_ioremap" at the end of a compound
statement in bios_mp_start_all().  The label is correctly placed,
since it immediately follows the iounmap() that would be required to
undo a successful ioremap() in the non-error case.

Fix by adding an explicit "return" immediately after the label.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2024-03-17 17:49:05 +00:00
..
arm [mp] Define an API for multiprocessor functions 2024-03-15 13:26:53 +00:00
arm32 [crypto] Allow multiplicand and multiplier to differ in size 2024-01-16 16:09:16 +00:00
arm64 [crypto] Allow multiplicand and multiplier to differ in size 2024-01-16 16:09:16 +00:00
i386 [build] Fix building with newer binutils 2024-01-14 12:16:02 +00:00
loong64 [mp] Define an API for multiprocessor functions 2024-03-15 13:26:53 +00:00
x86 [build] Fix building on older versions of gcc 2024-03-17 17:49:05 +00:00
x86_64 [build] Inhibit linker warnings about an implied executable stack 2023-06-30 11:05:37 +01:00