OSDN Git Service

Refactor the ELFRelocationEntry (pull up) and move the arch-specific statics to insid...
authorJason W Kim <jason.w.kim.2009@gmail.com>
Mon, 22 Nov 2010 18:41:13 +0000 (18:41 +0000)
committerJason W Kim <jason.w.kim.2009@gmail.com>
Mon, 22 Nov 2010 18:41:13 +0000 (18:41 +0000)
commit4a511f0be22542a39ed4f24a36cbbd81d293d7dd
tree9f9dcfb2a70465d9cc78cc94889982aa79b5d593
parentab5c703fdb0b07c6d89271519fd1cca7105b3eae
Refactor the ELFRelocationEntry (pull up) and move the arch-specific statics to inside the class where it belongs.

Next step is to rationally break apart the RecordRelocation()

Probably the step will be to have 1 member function for ech slot of the ELFRelocationEntry()

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