bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/12763] [PATCH] Incorrect error when .tbss starts outside PT_LOAD


From: hjl.tools at gmail dot com
Subject: [Bug ld/12763] [PATCH] Incorrect error when .tbss starts outside PT_LOAD segment
Date: Thu, 19 May 2011 13:46:08 +0000

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl.tools at gmail dot com

--- Comment #7 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-19 13:45:05 
UTC ---
(In reply to comment #3)
> @Nick:
> Thank you for looking at this.  My test case is the following program:
> 
> static __thread char baz=17;
> static __thread char foo[1024] __attribute__((aligned(1024)));
> int main() { return 0; }
> 
> Compiling this (without optimization) yields:
> 

It works fine on Linux/x86.  What is your target?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

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