Skip to content

Commit

Permalink
mips/tilegx: Add missing unwind_i.h header file
Browse files Browse the repository at this point in the history
reported-by: John Knight <John.Knight@belkin.com>
  • Loading branch information
Dave Watson committed Jan 26, 2017
1 parent 620d1c3 commit 5f354cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 5f354cb

Please sign in to comment.