cornell-brg / pydgin

A (Py)thon (D)SL for (G)enerating (In)struction set simulators.
BSD 3-Clause "New" or "Revised" License
165 stars 29 forks source link

fix elf loader to not depend on/check for .bss section to determine breakpoint #8

Open dmlockhart opened 10 years ago

snim2 commented 9 years ago

It turns out that the assembler for the platform I am working on cannot parse a .bss section (error message: unknown pseudo-op: '.bss'), so it would be extremely useful to have this issue resolved, or to have a work-around for it.

berkinilbeyi commented 9 years ago

You might want to cherry pick 45cb411. I think this might fix this issue?

snim2 commented 9 years ago

Ah! Thanks, my branch is behind your master, that looks great.