Files
rtems/spec/build/cpukit/optcoverageldflags.yml
Sebastian Huber e80883b406 score: Simplify _Terminate()
In _Terminate(), everything after invoking the fatal extensions is essentially
dead code.  Simplify this code block and provide a reasonable safe fall-back
for badly configured applications.  Just disable masked interrupts and execute
an idle loop.

Update #5067.
2024-08-23 14:54:37 +00:00

26 lines
549 B
YAML

SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-string: null
- split: null
- env-assign: null
build-type: option
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
default:
- enabled-by: true
value:
- -Wl,--wrap=bsp_reset
- -Wl,--start-group
- -lrtemsbsp
- -lrtemscpu
- -lrtemstest
- -lgcov
- -Wl,--end-group
description: |
Linker flags recommended for executables which contain modules with coverage
information.
enabled-by: RTEMS_GCOV_COVERAGE
links: []
name: COVERAGE_LINKER_FLAGS
type: build