summaryrefslogtreecommitdiff
path: root/linker/linker.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-11-01 13:49:32 -0700
committerElliott Hughes <enh@google.com>2012-11-01 13:53:26 -0700
commit1a6961650c82168864afe040dbdc05977db701df (patch)
tree37e1243251773431c52c106026b0cb405babb7c3 /linker/linker.cpp
parent0be1819b22b33fbedcb150f96a196ed096abe2fc (diff)
Stop defining our own PAGE_SIZE and PAGE_MASK, and test dlclose(3) too.
Also remove an unnecessary #include and a now-obsolete TODO. Change-Id: I36d923721e349a286934b9534090a67ce0786e7b
Diffstat (limited to 'linker/linker.cpp')
-rw-r--r--linker/linker.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/linker/linker.cpp b/linker/linker.cpp
index f7f81250c..5c43cd0f4 100644
--- a/linker/linker.cpp
+++ b/linker/linker.cpp
@@ -72,8 +72,6 @@
* - cleaner error reporting
* - after linking, set as much stuff as possible to READONLY
* and NOEXEC
- * - linker hardcodes PAGE_SIZE and PAGE_MASK because the kernel
- * headers provide versions that are negative...
*/