diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-03 00:02:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-03 00:02:56 +0000 |
commit | 41de488a0ad6679e816dbab960351e5f62ab8ead (patch) | |
tree | d4387847c11e48ccc8fa55ace24bcd2a595d0d84 /TODO | |
parent | elflint cleanups. (diff) | |
download | elfutils-41de488a0ad6679e816dbab960351e5f62ab8ead.tar.gz elfutils-41de488a0ad6679e816dbab960351e5f62ab8ead.tar.bz2 elfutils-41de488a0ad6679e816dbab960351e5f62ab8ead.tar.xz |
Add several more elflint tests:
- check whether dynamic section matches PT_DYNAMIC program header entry
- make sure text relocation flag is used correctly
libelf needed one extension for this.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,7 +1,7 @@ | |||
1 | ToDo list for elfutils -*-outline-*- | 1 | ToDo list for elfutils -*-outline-*- |
2 | ---------------------- | 2 | ---------------------- |
3 | 3 | ||
4 | Time-stamp: <2003-08-07 12:52:49 drepper> | 4 | Time-stamp: <2005-08-02 16:36:20 drepper> |
5 | 5 | ||
6 | * mkinstalldirs | 6 | * mkinstalldirs |
7 | 7 | ||
@@ -105,10 +105,6 @@ Time-stamp: <2003-08-07 12:52:49 drepper> | |||
105 | 105 | ||
106 | 1st GOT entry == _DYNAMIC | 106 | 1st GOT entry == _DYNAMIC |
107 | 107 | ||
108 | if TEXTREL check whether any relocation touches RO segment | ||
109 | |||
110 | if TEXTREL not set check that no relocation touches RO segment | ||
111 | |||
112 | check versioning info: | 108 | check versioning info: |
113 | 109 | ||
114 | always BASE in verdef | 110 | always BASE in verdef |