[ELF][ARM] Make gotSymbol a member.
authorShankar Easwaran <shankare@codeaurora.org>
Mon, 16 Mar 2015 00:54:03 +0000 (00:54 +0000)
committerShankar Easwaran <shankare@codeaurora.org>
Mon, 16 Mar 2015 00:54:03 +0000 (00:54 +0000)
commit9fdb81d09b82f2bd4ec5075d9d636ef952b3a99b
tree4f9e397e9db736505aff8990e89bd03d591eb005
parent4ab63a8c321e1484e327e994473a5fee33de03ad
[ELF][ARM] Make gotSymbol a member.

The gotSymbol need not be a global static variable. Apart from this reason, This
variable was creating an issue with self hosting lld, as there seems to be an
issue running global initializers, when initializing the guard for this static
variable.

Program received signal SIGTRAP, Trace/breakpoint trap.

llvm-svn: 232341
lld/lib/ReaderWriter/ELF/ARM/ARMExecutableWriter.h