add a fix folder for expected #include fixes, fix/elf.h doesn't work though
[neatcc/cc.git] / TODO
bloba9fc90824b78170ebfd70ba427d4b3114ee63b33
2 my <elf.h>, <linux/elf.h> etc have no ELF_ST_INFO / ELF32_ST_INFO macro
3 this is used in out.c (see file ERROR)
5 info on the internet about ELF32_ST_INFO:
6 https://developer2developer.wordpress.com/2014/10/01/creating-elf-relocatable-object-files-in-linux/
7 i think _ST_ might stand for "symbol table"
9 utility macro ELF32_ST_INFO may be found here:
10 http://lseos.sourceforge.net/html/elf_8h-source.html
11 this might have been excluded from Android's header autogen