Displaying 3 results from an estimated 3 matches for "__gnu_lto".
2010 Apr 29
3
[LLVMdev] Mach-O LTO and local relocations
...orks/
ld: in aermod.o, in section __TEXT,__text reloc 17: local relocation for address 0x000FB35C in section __text does not target section __00000B26
When the assembly files are modified by hand, it has been found that
if the normal output of -flto in FSF gcc is changed from...
LTO sections (the __GNU_LTO stuff)
.text / .data / etc. (all non-LTO sections)
LTO __section_names section
...to a re-ordered .s file of...
.text / .data / etc. (all non-LTO sections)
LTO sections (the __GNU_LTO stuff)
LTO __section_names section
...the linker error disappears. I am asking here because it is unclear
how mu...
2010 Apr 30
0
[LLVMdev] Mach-O LTO and local relocations
...section __TEXT,__text reloc 17: local relocation for address 0x000FB35C in section __text does not target section __00000B26
>
> When the assembly files are modified by hand, it has been found that
> if the normal output of -flto in FSF gcc is changed from...
>
> LTO sections (the __GNU_LTO stuff)
> .text / .data / etc. (all non-LTO sections)
> LTO __section_names section
>
> ...to a re-ordered .s file of...
>
> .text / .data / etc. (all non-LTO sections)
> LTO sections (the __GNU_LTO stuff)
> LTO __section_names section
>
> ...the linker error disappe...
2010 Apr 30
1
[LLVMdev] Mach-O LTO and local relocations
...loc 17: local relocation for address 0x000FB35C in section __text does not target section __00000B26
> >
> > When the assembly files are modified by hand, it has been found that
> > if the normal output of -flto in FSF gcc is changed from...
> >
> > LTO sections (the __GNU_LTO stuff)
> > .text / .data / etc. (all non-LTO sections)
> > LTO __section_names section
> >
> > ...to a re-ordered .s file of...
> >
> > .text / .data / etc. (all non-LTO sections)
> > LTO sections (the __GNU_LTO stuff)
> > LTO __section_names sectio...