aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAnthony G. Basile <basile@opensource.dyc.edu>2011-04-13 22:27:40 -0400
committerAnthony G. Basile <basile@opensource.dyc.edu>2011-04-13 22:27:40 -0400
commitceb19bb70a081eb281dca22c87d62a8915f3eed3 (patch)
treeb7d9d4c2837427449e0cb377aa67552288ebf05f /TODO
parentfix-gnustack.c: removed unnecessary and harmful elf_update() (diff)
downloadelfix-ceb19bb70a081eb281dca22c87d62a8915f3eed3.tar.gz
elfix-ceb19bb70a081eb281dca22c87d62a8915f3eed3.tar.bz2
elfix-ceb19bb70a081eb281dca22c87d62a8915f3eed3.zip
tests/Makefile.am: improved build of bad elf
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO b/TODO
index 3743b1d..d1bd5ef 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,5 @@
-1. Addec check for yasm to configure.ac
-
-2. Fix for 32-bit make check. This entails editing the yasm line in the chec and asm itself
-
-3. Fix the following print format errors that arrise on 32-bit:
+Fix the following print format errors that arrise on 32-bit:
parse-elf.c:112: warning: format '%lu' expects type 'long unsigned int', but argument 6 has type 'Elf64_Addr'
parse-elf.c:112: warning: format '%lu' expects type 'long unsigned int', but argument 7 has type 'Elf64_Off'