summaryrefslogtreecommitdiffstats
path: root/core/armelf.x
Commit message (Collapse)AuthorAgeFilesLines
* ARM: compile everything with relro / bind_now.Nick Kralevich2012-04-261-210/+0
| | | | | | | | | | | | | | | | Enable relro / bind_now when compiling Android applications. This marks certain regions of memory as read-only after linking, making memory corruption security vulnerabilities are harder to exploit. See: * http://www.akkadia.org/drepper/nonselsec.pdf (section 6) * http://tk-blog.blogspot.com/2009/02/relro-not-so-well-known-memory.html Stop using the custom linker script, which inhibits relro / bind_now support. Change-Id: Ie97ccdd2845886bbc2ba2fdd47eed0ff4b29b60b
* Revert "ARM: compile everything with relro / bind_now."Nick Kralevich2012-04-101-0/+210
| | | | This reverts commit 020e4919e89a824783dbe8716bc56785267323f7.
* ARM: compile everything with relro / bind_now.Nick Kralevich2012-04-091-210/+0
| | | | | | | | | | | | | | | | Enable relro / bind_now when compiling Android applications. This marks certain regions of memory as read-only after linking, making memory corruption security vulnerabilities are harder to exploit. See: * http://www.akkadia.org/drepper/nonselsec.pdf (section 6) * http://tk-blog.blogspot.com/2009/02/relro-not-so-well-known-memory.html Stop using the custom linker script, which inhibits relro / bind_now support. Change-Id: Iaebfbbb492299004f9da92b649985b6cd67d8c97
* Linker script support for constructor priorities.Evgeniy Stepanov2012-02-091-2/+8
| | | | Change-Id: Ib551019b291a152921431fa2b0b6031474ed6fed
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-1/+7
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+198
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-198/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+198