Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Commit b11dbc8

Browse files
committed
Merge pull request #130 from ibuclaw/rmemutls
Remove gcc.emutls from druntime library
2 parents f7ad1ef + cf5e9e3 commit b11dbc8

File tree

3 files changed

+2
-197
lines changed

3 files changed

+2
-197
lines changed

libphobos/libdruntime/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ CORE_OBJS=core/atomic.o core/bitop.o core/checkedint.o core/cpuid.o \
6363
core/sync/exception.o core/sync/mutex.o core/sync/rwmutex.o \
6464
core/sync/semaphore.o
6565

66-
GCC_OBJS=gcc/atomics.o gcc/backtrace.o gcc/builtins.o gcc/deh.o gcc/emutls.o \
66+
GCC_OBJS=gcc/atomics.o gcc/backtrace.o gcc/builtins.o gcc/deh.o \
6767
gcc/libbacktrace.o gcc/unwind/pe.o
6868

6969
UTIL_OBJS=rt/util/array.o rt/util/hash.o rt/util/random.o rt/util/string.o \

libphobos/libdruntime/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ CORE_OBJS = core/atomic.o core/bitop.o core/checkedint.o core/cpuid.o \
235235
core/sync/exception.o core/sync/mutex.o core/sync/rwmutex.o \
236236
core/sync/semaphore.o
237237

238-
GCC_OBJS = gcc/atomics.o gcc/backtrace.o gcc/builtins.o gcc/deh.o gcc/emutls.o \
238+
GCC_OBJS = gcc/atomics.o gcc/backtrace.o gcc/builtins.o gcc/deh.o \
239239
gcc/libbacktrace.o gcc/unwind/pe.o
240240

241241
UTIL_OBJS = rt/util/array.o rt/util/hash.o rt/util/random.o rt/util/string.o \

libphobos/libdruntime/gcc/emutls.d

-195
This file was deleted.

0 commit comments

Comments
 (0)