]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libbacktrace/print.c
Fix parsing of SVN commits in PRs.
[thirdparty/gcc.git] / libbacktrace / print.c
index 3c6bad2835281b1d064cb23df32302ee00b0cd7e..6d75050eb29a346f3a73d6deb22d1b2015838044 100644 (file)
@@ -1,5 +1,5 @@
 /* print.c -- Print the current backtrace.
-   Copyright (C) 2012-2018 Free Software Foundation, Inc.
+   Copyright (C) 2012-2020 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -80,7 +80,7 @@ error_callback (void *data, const char *msg, int errnum)
 
 /* Print a backtrace.  */
 
-void
+void __attribute__((noinline))
 backtrace_print (struct backtrace_state *state, int skip, FILE *f)
 {
   struct print_data data;