[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] DRI/GST symbol table offsets in binaries?
Hi,
On torstai 01 toukokuu 2014, Eero Tamminen wrote:
> I've checked DRI/GST symbol table content for binaries
> created by several different compilers & assemblers.
>
> In VBCC/Vlink generated code, all symbols are relative
> to TEXT section start, in everything else I've checked
> (e.g. VBCC/Vasm and GCC "-Wl,--traditional-format -g"),
> all symbol addresses are relative to their own
> (=TEXT/DATA/BSS) section's start.
>
> I assume latter is correct, right?
Anybody?
(I'd like to get automatic symbol loading correct on
the Hatari debugger before new Hatari version is released.)
> Is there anywhere documentation on this?
- Eero