PR libgcc/78064: Add missing include directive to unwind-c.c
PR libgcc/78064 * unwind-c.c: Include auto-target.h. From-SVN: r241491
This commit is contained in:
parent
f834806177
commit
331075711a
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue