Rafael Espindola
|
9fd2ed9243
|
Factoring and potential bug fix. The elf "flags" cannot be used as masks.
For example, setting STT_OBJECT (1) and STT_FUNC (2), should not produce
a STT_SECTION (3).
llvm-svn: 113759
|
2010-09-13 17:39:45 +00:00 |
Roman Divacky
|
2ef1a589c5
|
ELF_STB_Local is 0 so setting and checking it must be done specially
llvm-svn: 113375
|
2010-09-08 18:08:40 +00:00 |
Benjamin Kramer
|
5af02b0360
|
Allow MCSA_WeakRef in ELF. Patch by Roman Divacky.
llvm-svn: 112834
|
2010-09-02 17:18:32 +00:00 |
Benjamin Kramer
|
6ebea89316
|
Mark all common symbols external. This is not exactly correct but it lets apps
link for now and can be adjusted later. Patch by Roman Divacky.
llvm-svn: 112471
|
2010-08-30 11:56:55 +00:00 |
Benjamin Kramer
|
1f6012479f
|
MCELF: Port EmitInstruction changes from MachO streamer. Patch by Roman Divacky.
llvm-svn: 112260
|
2010-08-27 10:40:51 +00:00 |
Eli Friedman
|
b20b5249d2
|
Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter.
llvm-svn: 111175
|
2010-08-16 19:15:06 +00:00 |
Matt Fleming
|
6c1ad4835e
|
Add ELF ObjectWriter and Streamer support.
I forgot to add these files in commit 111172.
llvm-svn: 111174
|
2010-08-16 18:57:57 +00:00 |