Files
clang-p2996/lld/lib/ReaderWriter/ELF
Simon Atanasyan 35687a2fd3 [ELF] Emit DT_TEXTREL dynamic table flag.
If one or more dynamic relocation might modify a read-only section,
dynamic table should contain DT_TEXTREL tag.

The patch introduces new `RelocationTable::canModifyReadonlySection()`
method. This method checks through the relocations to see if any modifies
a read-only section. The DynamicTable class calls this method and emits
the DT_TEXTREL tag if necessary.

The patch reviewed by Rui Ueyama and Shankar Easwaran.

llvm-svn: 208670
2014-05-13 07:37:09 +00:00
..
2014-04-04 19:22:14 +00:00
2014-05-05 18:56:04 +00:00
2014-04-03 21:06:23 +00:00
2014-01-27 03:09:26 +00:00
2014-04-03 21:06:23 +00:00
2014-03-28 05:17:59 +00:00