Introduce a special "ignore_reloc_overflow" section.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-02-18 18:29:26 +01:00
parent 152f8e92bf
commit 1cfad80ca2
6 changed files with 1547 additions and 1480 deletions
+2
View File
@@ -101,6 +101,8 @@ def create_bindump(bindump_fn, dump_fn):
assert f[1] in "gl", (l, f)
assert f[2] in "dFO", (l, f)
section = section_names[f[3]]
elif len(f) == 5 and f[2] == "*ABS*":
pass
elif len(f) == 5:
assert f[1] in "gl", (l, f)
section = section_names[f[2]]