Displaying 1 result from an estimated 1 matches for "a5a3cc90".
2016 Oct 28
0
PIC and mcmodel=large on x86 doesn't use any relocations
...0
> From: John Reagan via llvm-dev <llvm-dev at lists.llvm.org>
> To: <llvm-dev at lists.llvm.org>, <llvm-dev-request at lists.llvm.org>
> Subject: Re: [llvm-dev] PIC and mcmodel=large on x86 doesn't use any
> relocations
> Message-ID: <00cf01d23096$e1e14430$a5a3cc90$@net>
> Content-Type: text/plain; charset="utf-8"
>
> I want my GOT, .plt, and other static data to be more than 2GB away
> from the code.
> Our stack and heap will also live in the bottom 2GB chunk of memory due
> to VAX history.
>
> No single code segment or...