Fix potential build failure due to text16 section being too large.
[seabios.git] / tools / layoutrom.py
2009-12-19 Kevin O'ConnorFix potential build failure due to text16 section being...
2009-09-20 Kevin O'ConnorAllow rom to grow beyond 64K.
2009-08-19 Kevin O'ConnorFix bug causing layoutrom.py to break if no rodata...
2009-06-11 Kevin O'ConnorDo garbage collection of unused sections.
2009-05-23 Kevin O'ConnorPack 16bit code into last part of f-segment.
2009-01-19 Kevin O'ConnorMinor - improve space used reporting in tools/layoutrom.py.
2009-01-18 Kevin O'ConnorHave layoutrom.py show info on utilization of fixed...
2009-01-17 Kevin O'ConnorTry to automatically fit sections into open spaces...
2009-01-17 Kevin O'ConnorLayout fixed area using linker instead of assembler.