aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libgcc/gstdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libgcc/gstdint.h')
-rw-r--r--gcc-4.9/libgcc/gstdint.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc-4.9/libgcc/gstdint.h b/gcc-4.9/libgcc/gstdint.h
new file mode 100644
index 000000000..4d61c3184
--- /dev/null
+++ b/gcc-4.9/libgcc/gstdint.h
@@ -0,0 +1,6 @@
+/* This header is only for use of libdecnumber built as part of
+ libgcc. The targets supported for decimal floating point have
+ <stdint.h>; libdecnumber uses GCC_HEADER_STDINT only for the sake
+ of the host. */
+
+#include <stdint.h>