bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/14058] Internal overflow error, on >128kB FLASH with no relaxati


From: konfera at efton dot sk
Subject: [Bug ld/14058] Internal overflow error, on >128kB FLASH with no relaxation
Date: Thu, 03 May 2012 20:45:27 +0000

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

--- Comment #2 from Jan Waclawek <konfera at efton dot sk> 2012-05-03 20:45:27 
UTC ---
(In reply to comment #1)
> If you use such big programs, .trampolines gets shifted out of it's 128KiB
> section.

No, they don't; I posted relevant portions of disassembly in the link given
above. Adding to that, relevant portion of .map:

 .trampolines   0x000000d0        0x4 linker stubs
 *(.trampolines*)
                0x000000d4                __trampolines_end = .

The key difference to the testcase in 13812 is that here .text is big, not
.progmem. A quick look at the linker script reveals that .trampolines are above
.progmem and below .text.

Please re-read the original report and the post at the given link.

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