From 5f354cb7b9c84dae006f0ebd8ad7a78d7e2aad0c Mon Sep 17 00:00:00 2001 From: Dave Watson Date: Wed, 25 Jan 2017 16:18:02 -0800 Subject: [PATCH] mips/tilegx: Add missing unwind_i.h header file reported-by: John Knight --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5d874755..7de4c425 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -280,7 +280,7 @@ libunwind_hppa_la_SOURCES_hppa = $(libunwind_la_SOURCES_hppa_common) \ hppa/Gresume.c hppa/Gstep.c # The list of files that go info libunwind and libunwind-mips: -noinst_HEADERS += mips/init.h mips/offsets.h +noinst_HEADERS += mips/init.h mips/offsets.h mips/unwind_i.h libunwind_la_SOURCES_mips_common = $(libunwind_la_SOURCES_common) \ mips/is_fpreg.c mips/regname.c @@ -299,7 +299,7 @@ libunwind_mips_la_SOURCES_mips = $(libunwind_la_SOURCES_mips_common) \ mips/Gis_signal_frame.c mips/Gregs.c mips/Gresume.c mips/Gstep.c # The list of files that go info libunwind and libunwind-tilegx: -noinst_HEADERS += tilegx/init.h tilegx/offsets.h +noinst_HEADERS += tilegx/init.h tilegx/offsets.h tilegx/unwind_i.h libunwind_la_SOURCES_tilegx_common = $(libunwind_la_SOURCES_common) \ tilegx/is_fpreg.c tilegx/regname.c