------- 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to