aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCELFStreamer.cpp
AgeCommit message (Expand)Author
2010-09-13Factoring and potential bug fix. The elf "flags" cannot be used as masks.Rafael Espindola
2010-09-08ELF_STB_Local is 0 so setting and checking it must be done speciallyRoman Divacky
2010-09-02Allow MCSA_WeakRef in ELF. Patch by Roman Divacky.Benjamin Kramer
2010-08-30Mark all common symbols external. This is not exactly correct but it lets appsBenjamin Kramer
2010-08-27MCELF: Port EmitInstruction changes from MachO streamer. Patch by Roman Divacky.Benjamin Kramer
2010-08-16Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter.Eli Friedman
2010-08-16Add ELF ObjectWriter and Streamer support.Matt Fleming