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.

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

Reply via email to