"Vladimir 'φ-coder/phcoder' Serbinenko" <[email protected]> writes:

> Namely the minimal testcase is:
> gcc -o 1.img -ffreestanding -Wl,-Ttext,0x8200 1.S -nostdlib -m32
> The resulting file has .text at 9200 and not 8200
> 1.S:
> .text
>
> .globl _start
> _start:

Thanks for the report.  For gold the -Ttext option sets the address of
the text segment, not the .text section.  When I try your test case with
current gold the text segment does indeed start at 0x8200, as expected.

Ian

_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to