diff options
author | ndesaulniers@google.com <ndesaulniers@google.com> | 2018-10-15 14:24:27 -0700 |
---|---|---|
committer | Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> | 2018-10-19 08:47:30 +0200 |
commit | 1ff2fea5e30ca15752777441ecb64a169fe22e9e (patch) | |
tree | 7f136a2a8db1e6266761a69a6d3917a8e6621e16 /scripts/Makefile.kcov | |
parent | fe0640eb30b7da261ae84d252ed9ed3c7e68dfd8 (diff) | |
download | blackbird-obmc-linux-1ff2fea5e30ca15752777441ecb64a169fe22e9e.tar.gz blackbird-obmc-linux-1ff2fea5e30ca15752777441ecb64a169fe22e9e.zip |
compiler-gcc: remove comment about gcc 4.5 from unreachable()
Remove the comment about being unable to detect __builtin_unreachable.
__builtin_unreachable was implemented in the GCC 4.5 timeframe. The
kernel's minimum supported version of GCC is 4.6 since commit
cafa0010cd51 ("Raise the minimum required gcc version to 4.6"). Commit
cb984d101b30 ("compiler-gcc: integrate the various compiler-gcc[345].h
files") shows that unreachable() had different guards based on GCC
version.
Suggested-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Diffstat (limited to 'scripts/Makefile.kcov')
0 files changed, 0 insertions, 0 deletions