MCAssembler: Fix pcrel relocations. Oh and,
authorDaniel Dunbar <daniel@zuster.org>
Sat, 13 Feb 2010 09:45:59 +0000 (09:45 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 13 Feb 2010 09:45:59 +0000 (09:45 +0000)
commit591047f7149c2e57113c60ed194bc9534a7c1cce
tree810d7a46f7eb595a09f31f252d4bcf0a28f87f1c
parentf6346769b344f9b134f0661e8bd2b4245f6490ea
MCAssembler: Fix pcrel relocations. Oh and,
--
ddunbar@ozzy:tmp$ clang -m32 -integrated-as hello.c && ./a.out
hello world!
--

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96096 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAssembler.cpp