aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-02-14 17:43:01 +0000
committerMike Frysinger <vapier@gentoo.org>2010-02-14 17:43:01 +0000
commit247e4ea97b96c9be1e2b9833ffb1ca1fa45fc661 (patch)
tree4e934d4ea5fdeaaee64048bb47b2e5f36bf111d5
parentinclude filename in test output (diff)
downloadpax-utils-247e4ea97b96c9be1e2b9833ffb1ca1fa45fc661.tar.gz
pax-utils-247e4ea97b96c9be1e2b9833ffb1ca1fa45fc661.tar.bz2
pax-utils-247e4ea97b96c9be1e2b9833ffb1ca1fa45fc661.zip
add an arm attributes todo
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index a753f51..58dbe7f 100644
--- a/TODO
+++ b/TODO
@@ -25,3 +25,7 @@ we don't handle versioned symbols well. take an ELF with debugging and do:
notice that glibc symbols generally have version info. then search for that:
scanelf -s foo@@ver elf
no hits as all of our symbol comparisons ignore the versioning info.
+
+allow digging into ARM_ATTRIBUTES (.ARM.attributes) sections
+ - need info on the section layout
+ - figure out how to integrate cleanly (target-independent driller)