Skip to content

Commit

Permalink
Merge pull request #5097 from yebblies/gluestublib
Browse files Browse the repository at this point in the history
Update gluestub
  • Loading branch information
WalterBright committed Sep 19, 2015
2 parents 8d63fce + 6f73b99 commit b99a53f
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 b99a53f

Please sign in to comment.