]> 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, 24 Oct 2016 18:25:09 +0000 (20:25 +0200)
committerFlorian Weimer <fw@gcc.gnu.org>
Mon, 24 Oct 2016 18:25:09 +0000 (20:25 +0200)
PR libgcc/78064
* unwind-c.c: Include auto-target.h.

From-SVN: r241491

libgcc/ChangeLog
libgcc/unwind-c.c

index 4010e97230805ef5456a831470bb5e354cd743e4..116c87b92c620b86e976131d54ae5ca8e8744ed2 100644 (file)
@@ -1,3 +1,8 @@
+2016-10-24  Florian Weimer  <fweimer@redhat.com>
+
+       PR libgcc/78064
+       * unwind-c.c: Include auto-target.h.
+
 2016-10-19  John David Anglin  <danglin@gcc.gnu.org>
 
        * config/pa/pa64-hpux-lib.h: New file.  
index 5835aadf2321b8553698d2fcb25080542357709f..b05f376118c9e618ec291a97b8be84d548e83140 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"