commit | 6d2ef226f2f18d530e48ead0cb5704505628b797 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Sep 13 10:20:01 2021 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Sep 13 10:20:01 2021 -0700 |
tree | 52ed06a6de0a0b5f59b05383726557843434ccfe | |
parent | 6f20fa2dfa549401860479328371f0d5cee9b114 [diff] |
compiler_attributes.h: drop __has_attribute() support for gcc4 Now that GCC 5.1 is the minimally supported default, the manual workaround for older gcc versions not having __has_attribute() are no longer relevant and can be removed. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>