SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
lang/bootgcc/patches/patch-gcc_flags_h
Normal file
14
lang/bootgcc/patches/patch-gcc_flags_h
Normal 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[];
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue