]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR libgcc/78064: Add missing include directive to unwind-c.c
authorFlorian Weimer <fweimer@redhat.com>
Mon, 7 Nov 2016 19:54:05 +0000 (20:54 +0100)
committerFlorian Weimer <fw@gcc.gnu.org>
Mon, 7 Nov 2016 19:54:05 +0000 (20:54 +0100)
Backport from mainline
2016-10-24  Florian Weimer  <fweimer@redhat.com>

PR libgcc/78064
* unwind-c.c: Include auto-target.h.

From-SVN: r241929

libgcc/ChangeLog
libgcc/unwind-c.c

index 3087756ca5b00dd3f849b24dec20c01af2c49aa7..71a8114f7ff53aa07937bd42331668bd61043068 100644 (file)
@@ -1,3 +1,11 @@
+2016-11-07  Florian Weimer  <fweimer@redhat.com>
+
+       Backport from mainline
+       2016-10-24  Florian Weimer  <fweimer@redhat.com>
+
+       PR libgcc/78064
+       * unwind-c.c: Include auto-target.h.
+
 2016-09-28  Joseph Myers  <joseph@codesourcery.com>
 
        Backport from mainline
index d62afbb17f8b95a50b45102527a0ca191e4a7ebf..a10a303349222d2e7cc1074ced36fb50b43650c5 100644 (file)
@@ -26,6 +26,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 
 #include "tconfig.h"
 #include "tsystem.h"
+#include "auto-target.h"
 #include "unwind.h"
 #define NO_SIZE_OF_ENCODED_VALUE
 #include "unwind-pe.h"