summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-01-28 17:48:21 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-01-28 17:48:21 +0000
commit78493a259df97bce72107f34b53ab051c691f975 (patch)
tree7aad838a67d079dd17f0c433fdcdc89b27a0c6e5 /llvm/lib/Transforms
parent2b156edf5601247717535e2a8df9572b8117a4ee (diff)
downloadbcm5719-llvm-78493a259df97bce72107f34b53ab051c691f975.tar.gz
bcm5719-llvm-78493a259df97bce72107f34b53ab051c691f975.zip
Fix a few symbols that are not actually ABS.
The symbols _end, end, _etext, etext, _edata, edata and __ehdr_start refer to positions in the file and are therefore not absolute. Making them absolute was on unfortunate cargo cult of what bfd was doing. Changing the symbols allows for pc relocations to them to be resolved, which should fix the wine build. llvm-svn: 293385
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud