bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #34539] 1.99: grub2 built with gold linker doesn't even start


From: Vladimir Serbinenko
Subject: [bug #34539] 1.99: grub2 built with gold linker doesn't even start
Date: Sat, 10 Mar 2012 15:49:25 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0

Follow-up Comment #1, bug #34539 (project grub):

This seems to be gold bug. 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:


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34539>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]