[hatari-devel] Profiler post-processor symbol handling changes |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
I changed profiler data post-processor symbol handling a bit.
Several bugs were squashed:
http://hg.tuxfamily.org/mercurialroot/hatari/hatari/rev/7606e17450c2
http://hg.tuxfamily.org/mercurialroot/hatari/hatari/rev/17781c5ee1a5
And now TEXT-relative addresses need to be given with a separate
option from absolute ones:
-a <symbols> absolute symbol address information file
-r <symbols> TEXT (code section) relative symbols file
Previously all RAM addresses in symbol files were interpreted as
TEXT relative. However, some code (e.g. demos or games) may load
code to a fixed address instead. The new options support giving
address information also in that case.
- Eero