bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/797] New: Alignment in empty section changes the output layout


From: hjl at lucon dot org
Subject: [Bug ld/797] New: Alignment in empty section changes the output layout
Date: 22 Mar 2005 17:26:14 -0000

When there is

  .text2 :
  {
    . = ALIGN(4096);
    *(.text2)
  }

in linker script, even if there are no .text2 input sections, the layout of
output is still affected.

-- 
           Summary: Alignment in empty section changes the output layout
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: hjl at lucon dot org
                CC: bug-binutils at gnu dot org
GCC target triplet: i686-pc-linux-gnu


http://sources.redhat.com/bugzilla/show_bug.cgi?id=797

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