summaryrefslogtreecommitdiff
path: root/lib/gcc/arm-none-eabi/13.2.1/plugin/include/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcc/arm-none-eabi/13.2.1/plugin/include/version.h')
-rw-r--r--lib/gcc/arm-none-eabi/13.2.1/plugin/include/version.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/gcc/arm-none-eabi/13.2.1/plugin/include/version.h b/lib/gcc/arm-none-eabi/13.2.1/plugin/include/version.h
new file mode 100644
index 0000000..bf67536
--- /dev/null
+++ b/lib/gcc/arm-none-eabi/13.2.1/plugin/include/version.h
@@ -0,0 +1,26 @@
+#ifndef VERSION_H
+#define VERSION_H
+
+/* Generated automatically by genversion. */
+
+#define GCC_major_version 13
+
+/* The complete version string, assembled from several pieces.
+BASEVER, DATESTAMP, DEVPHASE, and REVISION are defined by the
+Makefile. */
+
+#define version_string "13.2.1 20231009"
+#define pkgversion_string "(Arm GNU Toolchain 13.2.rel1 (Build arm-13.7)) "
+
+/* This is the location of the online document giving instructions for
+reporting bugs. If you distribute a modified version of GCC,
+please configure with --with-bugurl pointing to a document giving
+instructions for reporting bugs to you, not us. (You are of course
+welcome to forward us bugs reported to you, if you determine that
+they are not bugs in your modifications.) */
+
+#define bug_report_url "<https://bugs.linaro.org/>"
+
+#define GCOV_VERSION ((gcov_unsigned_t)0x4233322a) /* B32* */
+
+#endif /* VERSION_H */