Use ucontext_t not struct ucontext in linux-unwind.h files.
[official-gcc.git] / libgcc / config / pa / t-stublib
blob8004c1e46a78fffdd7e1feac25d717212b8a2e22
1 LIBGCCSTUB_OBJS = rfi-stub.o dfi-stub.o ritm-stub.o ditm-stub.o \
2         jvrc-stub.o cxaf-stub.o \
3         pthread_default_stacksize_np-stub.o \
4         pthread_mutex_lock-stub.o \
5         pthread_mutex_unlock-stub.o \
6         pthread_once-stub.o
8 rfi-stub.o: $(srcdir)/config/pa/stublib.c
9         $(gcc_compile) -c -O2 -DL_register_frame_info $<
11 dfi-stub.o: $(srcdir)/config/pa/stublib.c
12         $(gcc_compile) -c -O2 -DL_deregister_frame_info $<
14 ritm-stub.o: $(srcdir)/config/pa/stublib.c
15         $(gcc_compile) -c -O2 -DL_ITM_registerTMCloneTable $<
17 ditm-stub.o: $(srcdir)/config/pa/stublib.c
18         $(gcc_compile) -c -O2 -DL_ITM_deregisterTMCloneTable $<
20 cxaf-stub.o: $(srcdir)/config/pa/stublib.c
21         $(gcc_compile) -c -O2 -DL_cxa_finalize $<
23 jvrc-stub.o: $(srcdir)/config/pa/stublib.c
24         $(gcc_compile) -c -O2 -DL_Jv_RegisterClasses $<
26 pthread_default_stacksize_np-stub.o: $(srcdir)/config/pa/stublib.c
27         $(gcc_compile) -c -O2 -DL_pthread_default_stacksize_np $<
29 pthread_mutex_lock-stub.o: $(srcdir)/config/pa/stublib.c
30         $(gcc_compile) -c -O2 -DL_pthread_mutex_lock $<
32 pthread_mutex_unlock-stub.o: $(srcdir)/config/pa/stublib.c
33         $(gcc_compile) -c -O2 -DL_pthread_mutex_unlock $<
35 pthread_once-stub.o: $(srcdir)/config/pa/stublib.c
36         $(gcc_compile) -c -O2 -DL_pthread_once $<
38 libgcc_stub.a: $(LIBGCCSTUB_OBJS)
39         -rm -rf $@
40         $(AR) rc $@ $(LIBGCCSTUB_OBJS)
41         $(RANLIB) $@