Commit dd07a06f by Georg-Johann Lay Committed by Georg-Johann Lay

stdfix.h [...]: Include <stdfix-avrlibc.h>.

gcc/
	* config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.

From-SVN: r220937
parent ce551f12
2015-02-24 Georg-Johann Lay <avr@gjlay.de>
* config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
2015-02-24 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/65170
......
......@@ -233,4 +233,13 @@ typedef long long unsigned int uint_uk_t;
#define roundfx __builtin_avr_roundfx
#define countlsfx __builtin_avr_countlsfx
/* Hook in stuff from AVR-Libc. */
#if (defined (__WITH_AVRLIBC__) \
&& defined (__has_include) \
&& __has_include (<stdfix-avrlibc.h>))
#include <stdfix-avrlibc.h>
#endif
#endif /* _AVRGCC_STDFIX_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment