diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-10-21 20:07:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-10-21 20:07:06 +0000 |
commit | e597e0533d69081e6d6b01ca19f2924c1b8307ff (patch) | |
tree | 7c1aa0e24fac610637343c40fe8b6a76b60f3ccc /libgo/Makefile.in | |
parent | 16b61424dd309f61326f577a6deb8487c6c1f291 (diff) | |
download | gcc-e597e0533d69081e6d6b01ca19f2924c1b8307ff.zip gcc-e597e0533d69081e6d6b01ca19f2924c1b8307ff.tar.gz gcc-e597e0533d69081e6d6b01ca19f2924c1b8307ff.tar.bz2 |
runtime: copy lfstack code from Go 1.7 runtime
Note that lfstack_64bit.go was modified for Solaris support in a
different, and better, way than the superseded lfstack.goc code.
Reviewed-on: https://go-review.googlesource.com/31673
From-SVN: r241427
Diffstat (limited to 'libgo/Makefile.in')
-rw-r--r-- | libgo/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libgo/Makefile.in b/libgo/Makefile.in index 6cbac42..c85ec50 100644 --- a/libgo/Makefile.in +++ b/libgo/Makefile.in @@ -252,8 +252,8 @@ am__objects_5 = go-append.lo go-assert.lo go-breakpoint.lo \ env_posix.lo heapdump.lo mcache.lo mcentral.lo \ $(am__objects_1) mfixalloc.lo mgc0.lo mheap.lo msize.lo \ panic.lo parfor.lo print.lo proc.lo runtime.lo signal_unix.lo \ - thread.lo $(am__objects_2) yield.lo $(am__objects_3) \ - lfstack.lo malloc.lo runtime1.lo sigqueue.lo $(am__objects_4) + thread.lo $(am__objects_2) yield.lo $(am__objects_3) malloc.lo \ + runtime1.lo sigqueue.lo $(am__objects_4) am_libgo_llgo_la_OBJECTS = $(am__objects_5) libgo_llgo_la_OBJECTS = $(am_libgo_llgo_la_OBJECTS) libgo_llgo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ @@ -884,7 +884,6 @@ runtime_files = \ $(runtime_thread_files) \ runtime/yield.c \ $(rtems_task_variable_add_file) \ - lfstack.c \ malloc.c \ runtime1.c \ sigqueue.c \ @@ -1562,7 +1561,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-unwind.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/go-varargs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heapdump.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lfstack.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobegin_a-go-main.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobegin_llgo_a-go-main.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgolibbegin_a-go-libmain.Po@am__quote@ |