SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,14 @@
--- gcc/flags.h.orig Mon Jan 4 15:30:50 2016
+++ gcc/flags.h Tue Aug 23 15:48:18 2016
@@ -22,6 +22,11 @@ along with GCC; see the file COPYING3. If not see
#if !defined(IN_LIBGCC2) && !defined(IN_TARGET_LIBS) && !defined(IN_RTS)
+/* Nonzero means warn about any function whose stack usage is larger than N
+ bytes. The value N is `stack_larger_than_size'. */
+extern int warn_stack_larger_than;
+extern HOST_WIDE_INT stack_larger_than_size;
+
/* Names of debug_info_type, for error messages. */
extern const char *const debug_type_names[];