bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/10429] binutils trunk fails to build bootable kernel image for s


From: hjl dot tools at gmail dot com
Subject: [Bug ld/10429] binutils trunk fails to build bootable kernel image for some configurations
Date: 22 Jul 2009 20:03:45 -0000

------- Additional Comments From hjl dot tools at gmail dot com  2009-07-22 
20:03 -------
The problem is

  . = ALIGN(PAGE_SIZE);
  .data_nosave : AT(ADDR(.data_nosave) - LOAD_OFFSET) {
        __nosave_begin = .;
        *(.data.nosave)
        . = ALIGN(PAGE_SIZE);
        __nosave_end = .;
  }

in x86 Linux kernel script and (s->flags & SEC_ALLOC) == 0. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at bigpond dot net
                   |                            |dot au


http://sourceware.org/bugzilla/show_bug.cgi?id=10429

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

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