Files
clang-p2996/lld/ELF
Peter Smith cbfe9e946f [ELF] Always use Script::assignAddresses()
This change fabricates linker script commands for the case where there is
no linker script SECTIONS to control address assignment. This permits us
to have a single Script->assignAddresses() function.
    
There is a small change in user-visible-behavior with respect to the
handling of .tbss SHT_NOBITS, SHF_TLS as the Script->assignAddresses()
requires setDot() to be called with monotically increasing addresses.
The tls-offset.s test has been updated so that the script and non-script
results match.

This change should make the non-script behavior of lld closer to an
equivalent linker script.

Differential Revision: https://reviews.llvm.org/D31888

llvm-svn: 300687
2017-04-19 12:46:32 +00:00
..
2017-03-27 03:42:55 +00:00
2017-02-23 02:28:28 +00:00
2017-03-30 22:57:49 +00:00
2017-03-01 23:00:10 +00:00
2016-12-18 14:06:06 +00:00
2016-11-05 22:58:01 +00:00
2017-04-19 11:58:59 +00:00
2017-03-08 22:36:28 +00:00
2017-03-24 00:15:57 +00:00