annotate libgcc/config/t-libunwind @ 144:8f4e72ab4e11

fix segmentation fault caused by nothing next cur_op to end
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 21:23:56 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 # Use the system libunwind library.
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 HOST_LIBGCC2_CFLAGS += -DUSE_GAS_SYMVER
kono
parents:
diff changeset
4
kono
parents:
diff changeset
5 LIB2ADDEH = $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c \
kono
parents:
diff changeset
6 $(srcdir)/unwind-compat.c $(srcdir)/unwind-dw2-fde-compat.c
kono
parents:
diff changeset
7 LIB2ADDEHSTATIC = $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
kono
parents:
diff changeset
8
kono
parents:
diff changeset
9 # Override the default value from t-slibgcc-elf-ver and mention -lunwind
kono
parents:
diff changeset
10 # so that the resulting libgcc_s.so has the necessary DT_NEEDED entry for
kono
parents:
diff changeset
11 # libunwind.
kono
parents:
diff changeset
12 SHLIB_LC = -lunwind -lc