Kyle Evans 4e0706cbdf ssp: further refine the conditional used for constructor priority
__has_attribute(__constructor__) is a better test for clang than
defined(__clang__). Switch to it instead.

While we're already here and touching it, pfg@ nailed down when GCC actually
introduced the priority argument -- 4.3. Use that instead of our
hammer-guess of GCC >= 5 for the sake of correctness.
2019-11-13 18:21:06 +00:00
..
2019-11-01 02:48:43 +00:00
2019-10-26 19:20:59 +00:00
2019-02-26 05:59:22 +00:00
2019-07-19 15:10:53 +00:00
2019-05-30 19:18:01 +00:00
2018-11-04 16:08:59 +00:00
2019-02-25 18:22:20 +00:00
2019-11-09 21:59:29 +00:00
2019-11-08 14:51:09 +00:00
2018-10-12 05:27:58 +00:00
2019-11-10 17:00:23 +00:00
2018-09-20 09:26:10 +00:00
2019-11-08 17:27:20 +00:00
2018-09-20 09:31:27 +00:00
2019-11-07 18:06:44 +00:00
2019-08-08 16:54:22 +00:00
2019-04-22 18:38:54 +00:00
2019-10-08 18:17:02 +00:00