summaryrefslogtreecommitdiff
path: root/com32/tools
Commit message (Collapse)AuthorAgeFilesLines
* com32/tools: nothing to install hereH. Peter Anvin2010-04-061-1/+1
| | | | | | | | | | This directory contains builttime tools, so they don't need to be installed anywhere. This fixes "make install-all". Reported-by: Dag Wieers <dag@wieers.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* Add .gitignore files for generated filesH. Peter Anvin2009-06-151-0/+1
| | | | | | Create new .gitignore files and add generated files to them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* relocs: handle R_386_NONE; better error messagesH. Peter Anvin2009-05-251-5/+7
| | | | | | | | Handle R_386_NONE, which apparently can end up being generated by binutils in certain circumstances involving sections being removed completely. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* com32r: allow absolute and relative symbols based on regexH. Peter Anvin2009-05-251-37/+73
| | | | | | | Allow relocs.c to sort linker-assigned absolute symbols into true absolute and relative symbols based on regular expressions. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Add missing com32/tools/MakefileH. Peter Anvin2009-05-241-0/+30
| | | | | | | Add missing file com32/tools/Makefile from earlier checkins. I really need to pay better attention here... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* com32: make com32 modules self-relocating (COM32R)H. Peter Anvin2009-05-241-0/+655
Introduce a new "COM32R" format, which is exactly like COM32 except that they contain position-independent code. Therefore, the core can load them at any sufficiently aligned address; by protocol select 4K as the alignment. Signed-off-by: H. Peter Anvin <hpa@zytor.com>