Displaying 3 results from an estimated 3 matches for "__00000b26".
2010 Apr 29
3
[LLVMdev] Mach-O LTO and local relocations
...m -v
@(#)PROGRAM:ld PROJECT:ld64-97.2
Library search paths:
./
/usr/lib
/usr/local/lib
Framework search paths:
/Library/Frameworks/
/System/Library/Frameworks/
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...
2010 Apr 30
0
[LLVMdev] Mach-O LTO and local relocations
...gt; Library search paths:
> ./
> /usr/lib
> /usr/local/lib
> Framework search paths:
> /Library/Frameworks/
> /System/Library/Frameworks/
> 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-orde...
2010 Apr 30
1
[LLVMdev] Mach-O LTO and local relocations
..../
> > /usr/lib
> > /usr/local/lib
> > Framework search paths:
> > /Library/Frameworks/
> > /System/Library/Frameworks/
> > 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...