Skip to content

Commit

Permalink
Update gluestub
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Sep 18, 2015
1 parent d53b214 commit 6f73b99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 1 addition & 16 deletions src/gluestub.d
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,7 @@ extern (C++) void backend_term()
{
}

// lib

extern (C++) Library LibMSCoff_factory()
{
assert(0);
}

extern (C++) Library LibElf_factory()
{
assert(0);
}

extern (C++) Library LibMach_factory()
{
assert(0);
}
// iasm

extern (C++) Statement asmSemantic(AsmStatement s, Scope* sc)
{
Expand Down
2 changes: 0 additions & 2 deletions src/posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ else
DMD_SRCS += libelf.d scanelf.d
endif

#GLUE_OBJS=gluestub.o

BACK_OBJS = go.o gdag.o gother.o gflow.o gloop.o var.o el.o \
glocal.o os.o nteh.o evalu8.o cgcs.o \
rtlsym.o cgelem.o cgen.o cgreg.o out.o \
Expand Down

0 comments on commit 6f73b99

Please sign in to comment.