https://sourceware.org/bugzilla/show_bug.cgi?id=32463

Zheng Bao <fishbaoz at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fishbaoz at hotmail dot com

--- Comment #8 from Zheng Bao <fishbaoz at hotmail dot com> ---
Why can not I reproduce that?

$ cat kernel.ld
SECTIONS
  {
    TTT = .;
    _LGROUP = TTT;
    #_LGROUP = .;
    #SHOULD_FAIL = . + .;
    . = SIZEOF_HEADERS;
    . = ALIGN(0x100);
    .text : {
                *(TEXT)
                . = ALIGN(0x100);
    }
  }
$ nm bfd.elf
00000000 A _LGROUP
00000100 R _start
00000000 R TTT

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to